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/11/17 07:50:27 UTC

[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+140) - Build # 2200 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2200/
Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:36909/etiyf/qy","node_name":"127.0.0.1:36909_etiyf%2Fqy","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:44877/etiyf/qy",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:44877_etiyf%2Fqy"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:46577/etiyf/qy",           "node_name":"127.0.0.1:46577_etiyf%2Fqy",           "state":"down"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:36909/etiyf/qy",           "node_name":"127.0.0.1:36909_etiyf%2Fqy",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:36909/etiyf/qy","node_name":"127.0.0.1:36909_etiyf%2Fqy","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:44877/etiyf/qy",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:44877_etiyf%2Fqy"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:46577/etiyf/qy",
          "node_name":"127.0.0.1:46577_etiyf%2Fqy",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:36909/etiyf/qy",
          "node_name":"127.0.0.1:36909_etiyf%2Fqy",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([3AA3AC2B2397CE57:B2F793F18D6BA3AF]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	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:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java: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(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 11648 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/init-core-data-001
   [junit4]   2> 674877 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3AA3AC2B2397CE57]-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> 674878 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3AA3AC2B2397CE57]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /etiyf/qy
   [junit4]   2> 674880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 674880 INFO  (Thread-1434) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 674880 INFO  (Thread-1434) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 674980 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkTestServer start zk server on port:43349
   [junit4]   2> 674986 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 674988 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 674990 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 674993 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 674995 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 674997 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 674998 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 675001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 675002 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 675004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 675005 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 675602 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/control-001/cores/collection1
   [junit4]   2> 675604 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 675605 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2decdacf{/etiyf/qy,null,AVAILABLE}
   [junit4]   2> 675606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.ServerConnector Started ServerConnector@687e9d86{HTTP/1.1,[http/1.1]}{127.0.0.1:41024}
   [junit4]   2> 675606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.Server Started @679076ms
   [junit4]   2> 675606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/etiyf/qy, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/tempDir-001/control/data, hostPort=39397, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/control-001/cores}
   [junit4]   2> 675607 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 675607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 675607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 675607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 675607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-17T07:12:55.633389Z
   [junit4]   2> 675609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 675609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/control-001/solr.xml
   [junit4]   2> 675615 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 675617 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
   [junit4]   2> 675627 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39397_etiyf%2Fqy
   [junit4]   2> 675627 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.Overseer Overseer (id=96951780960370692-127.0.0.1:39397_etiyf%2Fqy-n_0000000000) starting
   [junit4]   2> 675629 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39397_etiyf%2Fqy
   [junit4]   2> 675630 INFO  (OverseerStateUpdate-96951780960370692-127.0.0.1:39397_etiyf%2Fqy-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 675654 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/control-001/cores
   [junit4]   2> 675654 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 675656 INFO  (OverseerStateUpdate-96951780960370692-127.0.0.1:39397_etiyf%2Fqy-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 676666 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 676684 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 676776 WARN  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 676779 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 676804 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 676805 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/control-001/cores/collection1/data/]
   [junit4]   2> 676805 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fea5e14
   [junit4]   2> 676806 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7601011743824719]
   [junit4]   2> 676809 WARN  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 676817 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 676818 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 676821 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 676821 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 676821 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20845369787856108]
   [junit4]   2> 676821 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4905069a[collection1] main]
   [junit4]   2> 676822 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 676823 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 676824 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 676824 INFO  (searcherExecutor-2844-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4905069a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 676825 INFO  (coreLoadExecutor-2843-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551228497403314176
   [junit4]   2> 676836 INFO  (coreZkRegister-2836-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 676836 INFO  (coreZkRegister-2836-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 676836 INFO  (coreZkRegister-2836-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39397/etiyf/qy/collection1/
   [junit4]   2> 676836 INFO  (coreZkRegister-2836-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 676836 INFO  (coreZkRegister-2836-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:39397/etiyf/qy/collection1/ has no replicas
   [junit4]   2> 676839 INFO  (coreZkRegister-2836-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39397/etiyf/qy/collection1/ shard1
   [junit4]   2> 676990 INFO  (coreZkRegister-2836-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 677163 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 677164 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 677164 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 677817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-1-001/cores/collection1
   [junit4]   2> 677819 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-1-001
   [junit4]   2> 677820 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 677821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@359591b{/etiyf/qy,null,AVAILABLE}
   [junit4]   2> 677821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5447178a{HTTP/1.1,[http/1.1]}{127.0.0.1:32897}
   [junit4]   2> 677821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.Server Started @681291ms
   [junit4]   2> 677821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/etiyf/qy, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/tempDir-001/jetty1, hostPort=44877, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-1-001/cores}
   [junit4]   2> 677822 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 677822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 677822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 677822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 677822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-17T07:12:57.848851Z
   [junit4]   2> 677825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 677825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-1-001/solr.xml
   [junit4]   2> 677832 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 677833 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
   [junit4]   2> 677839 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 677841 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44877_etiyf%2Fqy
   [junit4]   2> 677842 INFO  (zkCallback-997-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 677842 INFO  (zkCallback-1001-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 677844 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 677875 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-1-001/cores
   [junit4]   2> 677875 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 677876 INFO  (OverseerStateUpdate-96951780960370692-127.0.0.1:39397_etiyf%2Fqy-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 677978 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678885 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 678899 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 678974 WARN  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 678976 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 678982 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 678982 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 678983 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fea5e14
   [junit4]   2> 678984 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7601011743824719]
   [junit4]   2> 678986 WARN  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 678992 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 678992 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 678994 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 678994 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 678996 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20845369787856108]
   [junit4]   2> 678996 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@fe4d54c[collection1] main]
   [junit4]   2> 678996 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 678996 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 678997 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 678998 INFO  (searcherExecutor-2855-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@fe4d54c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 678998 INFO  (coreLoadExecutor-2854-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551228499681869824
   [junit4]   2> 679002 INFO  (coreZkRegister-2849-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 679002 INFO  (coreZkRegister-2849-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 679002 INFO  (coreZkRegister-2849-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44877/etiyf/qy/collection1/
   [junit4]   2> 679002 INFO  (coreZkRegister-2849-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 679002 INFO  (coreZkRegister-2849-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:44877/etiyf/qy/collection1/ has no replicas
   [junit4]   2> 679004 INFO  (coreZkRegister-2849-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44877/etiyf/qy/collection1/ shard2
   [junit4]   2> 679105 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 679154 INFO  (coreZkRegister-2849-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 679256 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680018 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-2-001/cores/collection1
   [junit4]   2> 680019 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-2-001
   [junit4]   2> 680019 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 680020 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17bfb926{/etiyf/qy,null,AVAILABLE}
   [junit4]   2> 680020 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.ServerConnector Started ServerConnector@e045e26{HTTP/1.1,[http/1.1]}{127.0.0.1:40170}
   [junit4]   2> 680021 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.Server Started @683491ms
   [junit4]   2> 680021 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/etiyf/qy, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/tempDir-001/jetty2, hostPort=46577, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-2-001/cores}
   [junit4]   2> 680021 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 680021 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 680021 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 680021 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 680021 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-17T07:13:00.047798Z
   [junit4]   2> 680024 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 680024 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-2-001/solr.xml
   [junit4]   2> 680030 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 680033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
   [junit4]   2> 680040 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 680042 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46577_etiyf%2Fqy
   [junit4]   2> 680042 INFO  (zkCallback-997-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 680043 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 680043 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 680044 INFO  (zkCallback-1001-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 680059 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-2-001/cores
   [junit4]   2> 680059 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 680061 INFO  (OverseerStateUpdate-96951780960370692-127.0.0.1:39397_etiyf%2Fqy-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 680162 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 680162 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 681067 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 681076 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 681135 WARN  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 681138 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 681146 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 681146 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 681146 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fea5e14
   [junit4]   2> 681147 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7601011743824719]
   [junit4]   2> 681150 WARN  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 681156 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 681156 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 681158 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 681158 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 681159 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20845369787856108]
   [junit4]   2> 681159 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4eeb05f0[collection1] main]
   [junit4]   2> 681159 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 681159 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 681160 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 681160 INFO  (searcherExecutor-2866-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4eeb05f0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 681160 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551228501948891136
   [junit4]   2> 681164 INFO  (coreZkRegister-2860-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 681164 INFO  (coreZkRegister-2860-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 681165 INFO  (coreZkRegister-2860-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46577/etiyf/qy/collection1/
   [junit4]   2> 681165 INFO  (coreZkRegister-2860-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 681165 INFO  (coreZkRegister-2860-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:46577/etiyf/qy/collection1/ has no replicas
   [junit4]   2> 681166 INFO  (coreZkRegister-2860-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46577/etiyf/qy/collection1/ shard1
   [junit4]   2> 681268 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 681268 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 681317 INFO  (coreZkRegister-2860-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 681419 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 681419 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 682278 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-3-001/cores/collection1
   [junit4]   2> 682279 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-3-001
   [junit4]   2> 682280 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 682281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22c5c231{/etiyf/qy,null,AVAILABLE}
   [junit4]   2> 682281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4493ba66{HTTP/1.1,[http/1.1]}{127.0.0.1:33191}
   [junit4]   2> 682281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.Server Started @685751ms
   [junit4]   2> 682281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/etiyf/qy, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/tempDir-001/jetty3, hostPort=36909, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-3-001/cores}
   [junit4]   2> 682282 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 682282 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 682282 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 682282 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 682282 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-17T07:13:02.308390Z
   [junit4]   2> 682285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 682285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-3-001/solr.xml
   [junit4]   2> 682290 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 682292 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
   [junit4]   2> 682298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 682300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36909_etiyf%2Fqy
   [junit4]   2> 682300 INFO  (zkCallback-997-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 682301 INFO  (zkCallback-1001-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 682300 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 682300 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 682302 INFO  (zkCallback-1019-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 682318 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-3-001/cores
   [junit4]   2> 682318 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 682321 INFO  (OverseerStateUpdate-96951780960370692-127.0.0.1:39397_etiyf%2Fqy-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 682422 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 682422 INFO  (zkCallback-1019-thread-2) [    ] 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> 682422 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 683329 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 683338 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 683408 WARN  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 683410 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 683416 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 683417 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 683417 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fea5e14
   [junit4]   2> 683418 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7601011743824719]
   [junit4]   2> 683421 WARN  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 683428 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 683428 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 683430 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 683430 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 683431 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20845369787856108]
   [junit4]   2> 683431 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@165ea83e[collection1] main]
   [junit4]   2> 683432 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 683432 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 683433 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 683433 INFO  (searcherExecutor-2877-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@165ea83e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 683433 INFO  (coreLoadExecutor-2876-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551228504332304384
   [junit4]   2> 683437 INFO  (coreZkRegister-2871-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 683437 INFO  (updateExecutor-1016-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 683438 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 683438 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 683438 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 683438 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 683438 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:44877/etiyf/qy/collection1/] and I am [http://127.0.0.1:36909/etiyf/qy/collection1/]
   [junit4]   2> 683440 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:44877/etiyf/qy]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36909_etiyf%252Fqy&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 683441 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60310,localport=44877], receiveBufferSize:531000
   [junit4]   2> 683443 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=32897,localport=55714], receiveBufferSize=530904
   [junit4]   2> 683444 INFO  (qtp1923590542-5669) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 683469 INFO  (qtp1923590542-5669) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 683469 INFO  (qtp1923590542-5669) [    ] 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:36909_etiyf%2Fqy, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36909/etiyf/qy","node_name":"127.0.0.1:36909_etiyf%2Fqy","state":"down"}
   [junit4]   2> 683570 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 683570 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 683570 INFO  (zkCallback-1019-thread-2) [    ] 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> 683825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 683825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 683825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 684469 INFO  (qtp1923590542-5669) [    ] 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:36909_etiyf%2Fqy, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36909/etiyf/qy","node_name":"127.0.0.1:36909_etiyf%2Fqy","state":"recovering"}
   [junit4]   2> 684469 INFO  (qtp1923590542-5669) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 684469 INFO  (qtp1923590542-5669) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:36909_etiyf%252Fqy&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1024
   [junit4]   2> 691469 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:44877/etiyf/qy/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 691470 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:36909/etiyf/qy START replicas=[http://127.0.0.1:44877/etiyf/qy/collection1/] nUpdates=100
   [junit4]   2> 691472 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60330,localport=44877], receiveBufferSize:531000
   [junit4]   2> 691474 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=32897,localport=55734], receiveBufferSize=530904
   [junit4]   2> 691476 INFO  (qtp1923590542-5669) [    ] 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> 691476 INFO  (qtp1923590542-5669) [    ] o.a.s.c.S.Request [collection1]  webapp=/etiyf/qy path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 691476 INFO  (recoveryExecutor-1017-thread-1) [    ] 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> 691476 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 691476 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691476 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 691477 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691477 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 691477 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 691477 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 691477 INFO  (recoveryExecutor-1017-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 691479 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 691479 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 691479 INFO  (zkCallback-1019-thread-2) [    ] 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> 691829 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 691829 INFO  (SocketProxy-Acceptor-39397) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44044,localport=39397], receiveBufferSize:531000
   [junit4]   2> 691830 INFO  (SocketProxy-Acceptor-39397) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41024,localport=43552], receiveBufferSize=530904
   [junit4]   2> 691831 INFO  (qtp1389715782-5630) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691831 INFO  (qtp1389715782-5630) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 691831 INFO  (qtp1389715782-5630) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691831 INFO  (qtp1389715782-5630) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/etiyf/qy path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 691833 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60338,localport=44877], receiveBufferSize:531000
   [junit4]   2> 691833 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=32897,localport=55742], receiveBufferSize=530904
   [junit4]   2> 691837 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60346,localport=44877], receiveBufferSize:531000
   [junit4]   2> 691839 INFO  (SocketProxy-Acceptor-46577) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34400,localport=46577], receiveBufferSize:531000
   [junit4]   2> 691837 INFO  (SocketProxy-Acceptor-36909) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44156,localport=36909], receiveBufferSize:531000
   [junit4]   2> 691839 INFO  (SocketProxy-Acceptor-36909) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33191,localport=57710], receiveBufferSize=530904
   [junit4]   2> 691840 INFO  (SocketProxy-Acceptor-46577) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40170,localport=59636], receiveBufferSize=530904
   [junit4]   2> 691843 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=32897,localport=55750], receiveBufferSize=530904
   [junit4]   2> 691844 INFO  (qtp2087077230-5728) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691844 INFO  (qtp1923590542-5669) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691844 INFO  (qtp1923590542-5669) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 691844 INFO  (qtp353424830-5698) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691844 INFO  (qtp2087077230-5728) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 691844 INFO  (qtp353424830-5698) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 691844 INFO  (qtp1923590542-5669) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691844 INFO  (qtp1923590542-5669) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/etiyf/qy path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44877/etiyf/qy/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 691845 INFO  (qtp353424830-5698) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691844 INFO  (qtp2087077230-5728) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691845 INFO  (qtp353424830-5698) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/etiyf/qy path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44877/etiyf/qy/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 691845 INFO  (qtp2087077230-5728) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/etiyf/qy path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44877/etiyf/qy/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 691845 INFO  (qtp1923590542-5671) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/etiyf/qy path=/update params={_stateVer_=collection1:9&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 11
   [junit4]   2> 691846 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60354,localport=44877], receiveBufferSize:531000
   [junit4]   2> 691846 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=32897,localport=55758], receiveBufferSize=530904
   [junit4]   2> 691848 INFO  (qtp1923590542-5664) [    ] o.a.s.c.S.Request [collection1]  webapp=/etiyf/qy path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 691849 INFO  (SocketProxy-Acceptor-36909) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44172,localport=36909], receiveBufferSize:531000
   [junit4]   2> 691849 INFO  (SocketProxy-Acceptor-36909) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33191,localport=57718], receiveBufferSize=530904
   [junit4]   2> 691851 INFO  (qtp2087077230-5729) [    ] o.a.s.c.S.Request [collection1]  webapp=/etiyf/qy path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 691852 INFO  (SocketProxy-Acceptor-46577) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34420,localport=46577], receiveBufferSize:531000
   [junit4]   2> 691852 INFO  (SocketProxy-Acceptor-46577) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40170,localport=59650], receiveBufferSize=530904
   [junit4]   2> 691853 INFO  (qtp353424830-5700) [    ] o.a.s.c.S.Request [collection1]  webapp=/etiyf/qy path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 693855 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60372,localport=44877], receiveBufferSize:531000
   [junit4]   2> 693855 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=32897,localport=55776], receiveBufferSize=530904
   [junit4]   2> 693856 INFO  (qtp1923590542-5669) [    ] 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> 693858 INFO  (OverseerThreadFactory-2841-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 693858 INFO  (OverseerThreadFactory-2841-thread-1) [    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 693961 INFO  (SocketProxy-Acceptor-46577) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34436,localport=46577], receiveBufferSize:531000
   [junit4]   2> 693961 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60380,localport=44877], receiveBufferSize:531000
   [junit4]   2> 693961 INFO  (SocketProxy-Acceptor-36909) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44190,localport=36909], receiveBufferSize:531000
   [junit4]   2> 693962 INFO  (SocketProxy-Acceptor-44877) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=32897,localport=55786], receiveBufferSize=530904
   [junit4]   2> 693962 INFO  (SocketProxy-Acceptor-46577) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40170,localport=59668], receiveBufferSize=530904
   [junit4]   2> 693962 INFO  (qtp1923590542-5664) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 693962 INFO  (qtp353424830-5698) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 693962 INFO  (SocketProxy-Acceptor-36909) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33191,localport=57744], receiveBufferSize=530904
   [junit4]   2> 693963 INFO  (qtp2087077230-5728) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 694068 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 694068 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 694068 INFO  (zkCallback-1019-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 694980 INFO  (qtp353424830-5698) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 694980 INFO  (qtp1923590542-5664) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 694982 INFO  (qtp2087077230-5728) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 694990 INFO  (qtp353424830-5698) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 694992 INFO  (qtp1923590542-5664) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 694997 INFO  (qtp2087077230-5728) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 695076 WARN  (qtp1923590542-5664) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 695078 INFO  (qtp1923590542-5664) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 695079 WARN  (qtp353424830-5698) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 695080 INFO  (qtp353424830-5698) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 695084 INFO  (qtp1923590542-5664) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from collection c8n_1x3_lf
   [junit4]   2> 695084 INFO  (qtp1923590542-5664) [    ] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 695084 INFO  (qtp1923590542-5664) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fea5e14
   [junit4]   2> 695085 INFO  (qtp1923590542-5664) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7601011743824719]
   [junit4]   2> 695088 INFO  (qtp353424830-5698) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from collection c8n_1x3_lf
   [junit4]   2> 695088 INFO  (qtp353424830-5698) [    ] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 695088 INFO  (qtp353424830-5698) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fea5e14
   [junit4]   2> 695089 INFO  (qtp353424830-5698) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7601011743824719]
   [junit4]   2> 695089 WARN  (qtp1923590542-5664) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 695092 WARN  (qtp353424830-5698) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 695097 INFO  (qtp353424830-5698) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 695097 INFO  (qtp1923590542-5664) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 695097 INFO  (qtp353424830-5698) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 695097 INFO  (qtp1923590542-5664) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 695107 INFO  (qtp353424830-5698) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 695107 INFO  (qtp353424830-5698) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 695108 INFO  (qtp353424830-5698) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20845369787856108]
   [junit4]   2> 695108 INFO  (qtp353424830-5698) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d0db9e4[c8n_1x3_lf_shard1_replica1] main]
   [junit4]   2> 695108 INFO  (qtp1923590542-5664) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 695108 INFO  (qtp1923590542-5664) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 695108 INFO  (qtp1923590542-5664) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20845369787856108]
   [junit4]   2> 695108 INFO  (qtp353424830-5698) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 695109 INFO  (qtp1923590542-5664) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@26b68229[c8n_1x3_lf_shard1_replica2] main]
   [junit4]   2> 695109 INFO  (qtp353424830-5698) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 695109 INFO  (qtp353424830-5698) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 695109 WARN  (qtp2087077230-5728) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 695109 INFO  (qtp1923590542-5664) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 695109 INFO  (qtp1923590542-5664) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 695109 INFO  (searcherExecutor-2883-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher Searcher@d0db9e4[c8n_1x3_lf_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 695109 INFO  (qtp1923590542-5664) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 695109 INFO  (qtp353424830-5698) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551228516575477760
   [junit4]   2> 695110 INFO  (qtp2087077230-5728) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 695113 INFO  (searcherExecutor-2882-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica2] Registered new searcher Searcher@26b68229[c8n_1x3_lf_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 695113 INFO  (qtp1923590542-5664) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551228516579672064
   [junit4]   2> 695115 INFO  (qtp353424830-5698) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 695119 INFO  (qtp2087077230-5728) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from collection c8n_1x3_lf
   [junit4]   2> 695120 INFO  (qtp2087077230-5728) [    ] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica3], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 695120 INFO  (qtp2087077230-5728) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fea5e14
   [junit4]   2> 695121 INFO  (qtp2087077230-5728) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7601011743824719]
   [junit4]   2> 695124 WARN  (qtp2087077230-5728) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 695129 INFO  (qtp2087077230-5728) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 695129 INFO  (qtp2087077230-5728) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 695133 INFO  (qtp2087077230-5728) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 695133 INFO  (qtp2087077230-5728) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 695133 INFO  (qtp2087077230-5728) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20845369787856108]
   [junit4]   2> 695133 INFO  (qtp2087077230-5728) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cdb3769[c8n_1x3_lf_shard1_replica3] main]
   [junit4]   2> 695134 INFO  (qtp2087077230-5728) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 695134 INFO  (qtp2087077230-5728) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 695134 INFO  (qtp2087077230-5728) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 695136 INFO  (searcherExecutor-2892-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher Searcher@1cdb3769[c8n_1x3_lf_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 695136 INFO  (qtp2087077230-5728) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551228516603789312
   [junit4]   2> 695216 INFO  (zkCallback-1007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 695216 INFO  (zkCallback-1013-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 695216 INFO  (zkCallback-1019-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 695616 INFO  (qtp353424830-5698) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 695616 INFO  (qtp353424830-5698) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 695616 INFO  (qtp353424830-5698) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46577/etiyf/qy/c8n_1x3_lf_shard1_replica1/
   [junit4]   2> 695616 INFO  (qtp353424830-5698) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica1 url=http://127.0.0.1:46577/etiyf/qy START replicas=[http://127.0.0.1:44877/etiyf/qy/c8n_1x3_lf_shard1_replica2/, http://127.0.0.1:36909/etiyf/qy/c8n_1x3_lf_shard1_replica3/] nUpdates=100
   [junit4]   2> 695616 INFO  (qtp353424830-5698) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica1 url=http://127.0.0.1:46577/etiyf/qy DONE.  We have no ve

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

n't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 789392 INFO  (zkCallback-1019-thread-3) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14913508
   [junit4]   2> 789916 WARN  (zkCallback-1019-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 789917 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4493ba66{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 789917 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@22c5c231{/etiyf/qy,null,UNAVAILABLE}
   [junit4]   2> 789918 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43349 43349
   [junit4]   2> 790015 INFO  (Thread-1434) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43349 43349
   [junit4]   2> 790016 WARN  (Thread-1434) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96951780960370697-127.0.0.1:44877_etiyf%2Fqy-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	109	/solr/overseer/collection-queue-work
   [junit4]   2> 	37	/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> 790016 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:39397/etiyf/qy, target: http://127.0.0.1:41024/etiyf/qy
   [junit4]   2> 790016 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:36909/etiyf/qy, target: http://127.0.0.1:33191/etiyf/qy
   [junit4]   2> 790016 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:44877/etiyf/qy, target: http://127.0.0.1:32897/etiyf/qy
   [junit4]   2> 790016 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AA3AC2B2397CE57]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:46577/etiyf/qy, target: http://127.0.0.1:40170/etiyf/qy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=3AA3AC2B2397CE57 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mas-TZ -Dtests.timezone=Antarctica/Casey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  115s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:36909/etiyf/qy","node_name":"127.0.0.1:36909_etiyf%2Fqy","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:44877/etiyf/qy",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:44877_etiyf%2Fqy"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:46577/etiyf/qy",
   [junit4]    >           "node_name":"127.0.0.1:46577_etiyf%2Fqy",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:36909/etiyf/qy",
   [junit4]    >           "node_name":"127.0.0.1:36909_etiyf%2Fqy",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3AA3AC2B2397CE57:B2F793F18D6BA3AF]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 790018 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3AA3AC2B2397CE57]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AA3AC2B2397CE57-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), _version_=Lucene50(blocksize=128), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=Lucene50(blocksize=128), intDefault=Lucene50(blocksize=128), id=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=Lucene50(blocksize=128), text=FST50, range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1030, maxMBSortInHeap=6.632752107426357, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=mas-TZ, timezone=Antarctica/Casey
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=150793552,total=498597888
   [junit4]   2> NOTE: All tests run in this JVM: [TestOrdValues, TestSolrFieldCacheMBean, SuggesterFSTTest, TestSolrCoreSnapshots, CollectionsAPIDistributedZkTest, DocumentBuilderTest, TestSQLHandlerNonCloud, TestCoreContainer, TestSurroundQueryParser, ZkCLITest, TestNumericTerms32, TestDefaultStatsCache, ResponseHeaderTest, HighlighterTest, TestRawTransformer, TestSolrCLIRunExample, TestLRUCache, CSVRequestHandlerTest, DistanceFunctionTest, ExitableDirectoryReaderTest, TestBlendedInfixSuggestions, MergeStrategyTest, AddBlockUpdateTest, TestFiltering, SolrIndexSplitterTest, TestQueryTypes, TestInfoStreamLogging, TestElisionMultitermQuery, TermsComponentTest, BigEndianAscendingWordDeserializerTest, TestDistributedStatsComponentCardinality, IndexBasedSpellCheckerTest, DistributedMLTComponentTest, LoggingHandlerTest, SpellCheckComponentTest, TestSchemaSimilarityResource, SpellingQueryConverterTest, ParsingFieldUpdateProcessorsTest, DistribJoinFromCollectionTest, TestBulkSchemaAPI, TestMiniSolrCloudCluster, DistributedFacetPivotSmallAdvancedTest, TestDistribDocBasedVersion, SolrCmdDistributorTest, JSONWriterTest, TestQuerySenderListener, TestSubQueryTransformer, TestReloadAndDeleteDocs, TestConfigSetProperties, TestLuceneMatchVersion, TestHdfsCloudBackupRestore, DocValuesTest, TestCSVResponseWriter, HdfsChaosMonkeyNothingIsSafeTest, InfoHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, TestManagedResource, TestCloudPseudoReturnFields, ShardRoutingCustomTest, TestCharFilters, DistributedFacetExistsSmallTest, RulesTest, TestClassicSimilarityFactory, TestConfigSetsAPIZkFailure, TestDefaultSearchFieldResource, DateMathParserTest, ZkStateWriterTest, SchemaVersionSpecificBehaviorTest, HdfsRestartWhileUpdatingTest, TestRuleBasedAuthorizationPlugin, ConvertedLegacyTest, TestSolrIndexConfig, SystemInfoHandlerTest, TestLeaderInitiatedRecoveryThread, HdfsNNFailoverTest, RestartWhileUpdatingTest, AnalyticsMergeStrategyTest, TestStressCloudBlindAtomicUpdates, TestCloudDeleteByQuery, OverseerModifyCollectionTest, CopyFieldTest, DataDrivenBlockJoinTest, DeleteStatusTest, SimplePostToolTest, TestSchemaManager, CoreAdminCreateDiscoverTest, BasicFunctionalityTest, SaslZkACLProviderTest, TestRTGBase, EchoParamsTest, TestFieldCollectionResource, IndexSchemaRuntimeFieldTest, StressHdfsTest, WordBreakSolrSpellCheckerTest, TestExactStatsCache, TestFieldCacheSanityChecker, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [293/653 (1!)] on J1 in 115.16s, 1 test, 1 failure <<< FAILURES!

[...truncated 51156 lines...]