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 2017/05/04 07:15:28 UTC

[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+164) - Build # 3434 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3434/
Java: 32bit/jdk-9-ea+164 -client -XX:+UseSerialGC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:38674/a_jcb","node_name":"127.0.0.1:38674_a_jcb","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/34)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:37913/a_jcb",           "core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:37913_a_jcb"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:43222/a_jcb",           "node_name":"127.0.0.1:43222_a_jcb",           "state":"down"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:38674/a_jcb",           "node_name":"127.0.0.1:38674_a_jcb",           "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_replica2","base_url":"http://127.0.0.1:38674/a_jcb","node_name":"127.0.0.1:38674_a_jcb","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/34)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:37913/a_jcb",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:37913_a_jcb"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:43222/a_jcb",
          "node_name":"127.0.0.1:43222_a_jcb",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:38674/a_jcb",
          "node_name":"127.0.0.1:38674_a_jcb",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([FE653D2602F433FD:763102FCAC085E05]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	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 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:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11110 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_FE653D2602F433FD-001/init-core-data-001
   [junit4]   2> 20148 WARN  (SUITE-LeaderFailoverAfterPartitionTest-seed#[FE653D2602F433FD]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 20148 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[FE653D2602F433FD]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 20150 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[FE653D2602F433FD]-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> 20151 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[FE653D2602F433FD]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /a_jcb/
   [junit4]   2> 20155 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 20155 INFO  (Thread-59) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 20155 INFO  (Thread-59) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 20158 ERROR (Thread-59) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 20255 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkTestServer start zk server on port:43930
   [junit4]   2> 20267 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15bd223e46d0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 20278 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20284 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20286 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20289 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20292 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20294 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20307 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20320 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 20324 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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> 21360 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/control-001/cores/collection1
   [junit4]   2> 21364 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 21370 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f80dd8{/a_jcb,null,AVAILABLE}
   [junit4]   2> 21373 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1314b2{HTTP/1.1,[http/1.1]}{127.0.0.1:43592}
   [junit4]   2> 21373 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.Server Started @23356ms
   [junit4]   2> 21373 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/a_jcb, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FE653D2602F433FD-001/tempDir-001/control/data, hostPort=38435, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FE653D2602F433FD-001/control-001/cores}
   [junit4]   2> 21373 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 21374 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 21374 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 21374 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 21374 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T06:27:00.526546Z
   [junit4]   2> 21378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 21378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/control-001/solr.xml
   [junit4]   2> 21392 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 21399 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43930/solr
   [junit4]   2> 21418 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 21419 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38435_a_jcb
   [junit4]   2> 21422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.Overseer Overseer (id=97902868516634628-127.0.0.1:38435_a_jcb-n_0000000000) starting
   [junit4]   2> 21431 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38435_a_jcb
   [junit4]   2> 21432 INFO  (zkCallback-40-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 21769 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/control-001/cores
   [junit4]   2> 21770 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 21771 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 21775 INFO  (OverseerStateUpdate-97902868516634628-127.0.0.1:38435_a_jcb-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 22796 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 22843 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 23016 WARN  (coreLoadExecutor-113-thread-1) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 23142 WARN  (coreLoadExecutor-113-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> 23155 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 23183 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 23184 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 23184 INFO  (coreLoadExecutor-113-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_FE653D2602F433FD-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FE653D2602F433FD-001/control-001/cores/collection1/data/]
   [junit4]   2> 23184 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d0be1e
   [junit4]   2> 23187 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 23197 WARN  (coreLoadExecutor-113-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 23409 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 23409 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 23412 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 23412 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 23413 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=80.216796875, floorSegmentMB=0.361328125, forceMergeDeletesPctAllowed=15.111368653471498, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 23413 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9d9211[collection1] main]
   [junit4]   2> 23415 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 23415 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 23415 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 23416 INFO  (searcherExecutor-114-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@9d9211[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 23419 INFO  (coreLoadExecutor-113-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566445899686608896
   [junit4]   2> 23424 INFO  (coreZkRegister-106-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 23424 INFO  (coreZkRegister-106-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 23424 INFO  (coreZkRegister-106-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38435/a_jcb/collection1/
   [junit4]   2> 23424 INFO  (coreZkRegister-106-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 23424 INFO  (coreZkRegister-106-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:38435/a_jcb/collection1/ has no replicas
   [junit4]   2> 23424 INFO  (coreZkRegister-106-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 23427 INFO  (coreZkRegister-106-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38435/a_jcb/collection1/ shard1
   [junit4]   2> 23578 INFO  (coreZkRegister-106-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 23801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 23802 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43930/solr ready
   [junit4]   2> 23803 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 24648 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-1-001/cores/collection1
   [junit4]   2> 24649 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-1-001
   [junit4]   2> 24650 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 24650 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16372da{/a_jcb,null,AVAILABLE}
   [junit4]   2> 24651 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@12afe23{HTTP/1.1,[http/1.1]}{127.0.0.1:34742}
   [junit4]   2> 24651 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.Server Started @26635ms
   [junit4]   2> 24651 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/a_jcb, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FE653D2602F433FD-001/tempDir-001/jetty1, hostPort=43222, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FE653D2602F433FD-001/shard-1-001/cores}
   [junit4]   2> 24652 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 24652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 24652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 24652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 24652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T06:27:03.804583Z
   [junit4]   2> 24656 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15bd223e46d0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 24656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 24656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-1-001/solr.xml
   [junit4]   2> 24666 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 24668 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43930/solr
   [junit4]   2> 24677 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 24679 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 24682 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43222_a_jcb
   [junit4]   2> 24684 INFO  (zkCallback-44-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 24684 INFO  (zkCallback-40-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 24684 INFO  (zkCallback-49-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 25056 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-1-001/cores
   [junit4]   2> 25056 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 25059 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 25066 INFO  (OverseerStateUpdate-97902868516634628-127.0.0.1:38435_a_jcb-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 26092 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 26130 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 26296 WARN  (coreLoadExecutor-124-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> 26300 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 26331 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 26332 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 26332 INFO  (coreLoadExecutor-124-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_FE653D2602F433FD-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_FE653D2602F433FD-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 26332 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d0be1e
   [junit4]   2> 26334 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 26344 WARN  (coreLoadExecutor-124-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 26665 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 26665 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 26668 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 26668 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 26674 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=80.216796875, floorSegmentMB=0.361328125, forceMergeDeletesPctAllowed=15.111368653471498, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 26675 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b86ee3[collection1] main]
   [junit4]   2> 26677 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 26678 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 26678 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 26681 INFO  (searcherExecutor-125-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b86ee3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26682 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566445903108112384
   [junit4]   2> 26689 INFO  (coreZkRegister-119-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 26689 INFO  (coreZkRegister-119-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 26689 INFO  (coreZkRegister-119-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43222/a_jcb/collection1/
   [junit4]   2> 26689 INFO  (coreZkRegister-119-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 26689 INFO  (coreZkRegister-119-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:43222/a_jcb/collection1/ has no replicas
   [junit4]   2> 26689 INFO  (coreZkRegister-119-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 26696 INFO  (coreZkRegister-119-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43222/a_jcb/collection1/ shard2
   [junit4]   2> 26847 INFO  (coreZkRegister-119-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 27788 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-2-001/cores/collection1
   [junit4]   2> 27790 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-2-001
   [junit4]   2> 27790 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 27791 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14cde5b{/a_jcb,null,AVAILABLE}
   [junit4]   2> 27792 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@eb503e{HTTP/1.1,[http/1.1]}{127.0.0.1:42430}
   [junit4]   2> 27792 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.Server Started @29775ms
   [junit4]   2> 27792 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/a_jcb, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FE653D2602F433FD-001/tempDir-001/jetty2, hostPort=37913, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FE653D2602F433FD-001/shard-2-001/cores}
   [junit4]   2> 27792 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 27792 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 27792 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 27792 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 27793 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T06:27:06.945Z
   [junit4]   2> 27796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 27796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-2-001/solr.xml
   [junit4]   2> 27808 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 27811 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43930/solr
   [junit4]   2> 27822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 27824 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 27828 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37913_a_jcb
   [junit4]   2> 27829 INFO  (zkCallback-44-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 27829 INFO  (zkCallback-40-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 27829 INFO  (zkCallback-49-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 27830 INFO  (zkCallback-55-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 28141 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-2-001/cores
   [junit4]   2> 28141 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 28143 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 28144 INFO  (OverseerStateUpdate-97902868516634628-127.0.0.1:38435_a_jcb-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 29168 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29195 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 29368 WARN  (coreLoadExecutor-135-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> 29374 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 29401 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 29401 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 29402 INFO  (coreLoadExecutor-135-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_FE653D2602F433FD-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_FE653D2602F433FD-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 29402 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d0be1e
   [junit4]   2> 29403 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 29418 WARN  (coreLoadExecutor-135-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 29666 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 29666 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 29668 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 29668 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 29669 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=80.216796875, floorSegmentMB=0.361328125, forceMergeDeletesPctAllowed=15.111368653471498, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 29669 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@190f883[collection1] main]
   [junit4]   2> 29670 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 29670 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 29671 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 29674 INFO  (searcherExecutor-136-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@190f883[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 29674 INFO  (coreLoadExecutor-135-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566445906245451776
   [junit4]   2> 29679 INFO  (coreZkRegister-130-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 29679 INFO  (coreZkRegister-130-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 29679 INFO  (coreZkRegister-130-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37913/a_jcb/collection1/
   [junit4]   2> 29679 INFO  (coreZkRegister-130-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 29679 INFO  (coreZkRegister-130-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:37913/a_jcb/collection1/ has no replicas
   [junit4]   2> 29679 INFO  (coreZkRegister-130-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 29692 INFO  (coreZkRegister-130-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37913/a_jcb/collection1/ shard1
   [junit4]   2> 29843 INFO  (coreZkRegister-130-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 30895 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-3-001/cores/collection1
   [junit4]   2> 30896 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-3-001
   [junit4]   2> 30897 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 30898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42f64d{/a_jcb,null,AVAILABLE}
   [junit4]   2> 30899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@10a1e27{HTTP/1.1,[http/1.1]}{127.0.0.1:39054}
   [junit4]   2> 30899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.e.j.s.Server Started @32882ms
   [junit4]   2> 30899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/a_jcb, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FE653D2602F433FD-001/tempDir-001/jetty3, hostPort=38674, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FE653D2602F433FD-001/shard-3-001/cores}
   [junit4]   2> 30899 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 30899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 30899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 30899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 30899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T06:27:10.051802Z
   [junit4]   2> 30903 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 30903 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-3-001/solr.xml
   [junit4]   2> 30916 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 30918 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43930/solr
   [junit4]   2> 30927 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 30928 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 30930 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38674_a_jcb
   [junit4]   2> 30930 INFO  (zkCallback-44-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 30930 INFO  (zkCallback-55-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 30931 INFO  (zkCallback-40-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 30931 INFO  (zkCallback-49-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 30931 INFO  (zkCallback-61-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 31152 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] 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_FE653D2602F433FD-001/shard-3-001/cores
   [junit4]   2> 31152 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 31153 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 31157 INFO  (OverseerStateUpdate-97902868516634628-127.0.0.1:38435_a_jcb-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 32173 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 32197 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 32313 WARN  (coreLoadExecutor-146-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> 32316 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 32331 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 32331 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 32331 INFO  (coreLoadExecutor-146-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_FE653D2602F433FD-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_FE653D2602F433FD-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 32331 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d0be1e
   [junit4]   2> 32333 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 32343 WARN  (coreLoadExecutor-146-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 32568 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 32568 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 32570 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 32570 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 32571 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=80.216796875, floorSegmentMB=0.361328125, forceMergeDeletesPctAllowed=15.111368653471498, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 32572 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b41ebf[collection1] main]
   [junit4]   2> 32574 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 32574 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 32574 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 32576 INFO  (searcherExecutor-147-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b41ebf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 32577 INFO  (coreLoadExecutor-146-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566445909289467904
   [junit4]   2> 32580 INFO  (coreZkRegister-141-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 32581 INFO  (updateExecutor-58-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 32584 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 32584 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 32584 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 32584 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 32584 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:43222/a_jcb/collection1/] and I am [http://127.0.0.1:38674/a_jcb/collection1/]
   [junit4]   2> 32591 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:43222/a_jcb]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:38674_a_jcb&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 32592 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37850,localport=43222], receiveBufferSize:531000
   [junit4]   2> 32595 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34742,localport=50854], receiveBufferSize=530904
   [junit4]   2> 32610 INFO  (qtp7714329-299) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 32610 INFO  (qtp7714329-299) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 32611 INFO  (qtp7714329-299) [    ] 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:38674_a_jcb, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38674/a_jcb","node_name":"127.0.0.1:38674_a_jcb","state":"down"}
   [junit4]   2> 32674 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 32674 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 32674 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 33611 INFO  (qtp7714329-299) [    ] 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:38674_a_jcb, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38674/a_jcb","node_name":"127.0.0.1:38674_a_jcb","state":"recovering"}
   [junit4]   2> 33611 INFO  (qtp7714329-299) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 33611 INFO  (qtp7714329-299) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:38674_a_jcb&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 34113 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:43222/a_jcb/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 34114 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:38674/a_jcb START replicas=[http://127.0.0.1:43222/a_jcb/collection1/] nUpdates=100
   [junit4]   2> 34115 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37866,localport=43222], receiveBufferSize:531000
   [junit4]   2> 34116 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34742,localport=50870], receiveBufferSize=530904
   [junit4]   2> 34122 INFO  (qtp7714329-295) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 34122 INFO  (qtp7714329-295) [    ] o.a.s.c.S.Request [collection1]  webapp=/a_jcb path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 34131 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:6.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 34131 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 34131 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34132 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 34132 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 34132 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 34132 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 34132 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 34132 INFO  (recoveryExecutor-59-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 34675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 34678 INFO  (SocketProxy-Acceptor-38435) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57578,localport=38435], receiveBufferSize:531000
   [junit4]   2> 34679 INFO  (SocketProxy-Acceptor-38435) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43592,localport=58666], receiveBufferSize=530904
   [junit4]   2> 34688 INFO  (qtp23954312-262) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34689 INFO  (qtp23954312-262) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 34693 INFO  (qtp23954312-262) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 34693 INFO  (qtp23954312-262) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/a_jcb path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 10
   [junit4]   2> 34696 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44180,localport=37913], receiveBufferSize:531000
   [junit4]   2> 34697 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42430,localport=45700], receiveBufferSize=530904
   [junit4]   2> 34709 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44184,localport=37913], receiveBufferSize:531000
   [junit4]   2> 34710 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42430,localport=45706], receiveBufferSize=530904
   [junit4]   2> 34710 INFO  (SocketProxy-Acceptor-38674) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53866,localport=38674], receiveBufferSize:531000
   [junit4]   2> 34711 INFO  (SocketProxy-Acceptor-38674) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39054,localport=42432], receiveBufferSize=530904
   [junit4]   2> 34712 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37880,localport=43222], receiveBufferSize:531000
   [junit4]   2> 34715 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34742,localport=50890], receiveBufferSize=530904
   [junit4]   2> 34716 INFO  (qtp21135-357) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34731 INFO  (qtp21135-357) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 34732 INFO  (qtp33080196-329) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34732 INFO  (qtp21135-357) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 34732 INFO  (qtp33080196-329) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 34733 INFO  (qtp21135-357) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/a_jcb path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37913/a_jcb/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 16
   [junit4]   2> 34733 INFO  (qtp7714329-299) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34733 INFO  (qtp7714329-299) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 34733 INFO  (qtp33080196-329) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 34734 INFO  (qtp33080196-329) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/a_jcb path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37913/a_jcb/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 34735 INFO  (qtp7714329-299) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 34735 INFO  (qtp7714329-299) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/a_jcb path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37913/a_jcb/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 34735 INFO  (qtp33080196-328) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/a_jcb path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 31
   [junit4]   2> 34739 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37890,localport=43222], receiveBufferSize:531000
   [junit4]   2> 34741 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34742,localport=50894], receiveBufferSize=530904
   [junit4]   2> 34780 INFO  (qtp7714329-295) [    ] o.a.s.c.S.Request [collection1]  webapp=/a_jcb path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=38
   [junit4]   2> 34782 INFO  (SocketProxy-Acceptor-38674) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53876,localport=38674], receiveBufferSize:531000
   [junit4]   2> 34783 INFO  (SocketProxy-Acceptor-38674) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39054,localport=42442], receiveBufferSize=530904
   [junit4]   2> 34787 INFO  (qtp21135-353) [    ] o.a.s.c.S.Request [collection1]  webapp=/a_jcb path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=2
   [junit4]   2> 34793 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44204,localport=37913], receiveBufferSize:531000
   [junit4]   2> 34794 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42430,localport=45724], receiveBufferSize=530904
   [junit4]   2> 34800 INFO  (qtp33080196-324) [    ] o.a.s.c.S.Request [collection1]  webapp=/a_jcb path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=4
   [junit4]   2> 36802 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 36806 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44210,localport=37913], receiveBufferSize:531000
   [junit4]   2> 36806 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42430,localport=45730], receiveBufferSize=530904
   [junit4]   2> 36810 INFO  (qtp33080196-328) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 36812 INFO  (OverseerThreadFactory-111-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 36812 INFO  (OverseerThreadFactory-111-thread-1) [    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 36920 INFO  (SocketProxy-Acceptor-38674) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53890,localport=38674], receiveBufferSize:531000
   [junit4]   2> 36920 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37912,localport=43222], receiveBufferSize:531000
   [junit4]   2> 36920 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44216,localport=37913], receiveBufferSize:531000
   [junit4]   2> 36921 INFO  (SocketProxy-Acceptor-43222) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34742,localport=50918], receiveBufferSize=530904
   [junit4]   2> 36922 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42430,localport=45742], receiveBufferSize=530904
   [junit4]   2> 36922 INFO  (SocketProxy-Acceptor-38674) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39054,localport=42460], receiveBufferSize=530904
   [junit4]   2> 36926 INFO  (qtp33080196-324) [    ] 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> 36926 INFO  (qtp7714329-300) [    ] 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> 36927 INFO  (qtp21135-352) [    ] 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> 37977 INFO  (qtp21135-352) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 37978 INFO  (qtp33080196-324) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 37981 INFO  (qtp7714329-300) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 38021 INFO  (qtp33080196-324) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 38043 INFO  (qtp21135-352) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 38062 INFO  (qtp7714329-300) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 38262 WARN  (qtp7714329-300) [    ] 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> 38268 INFO  (qtp7714329-300) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 38271 WARN  (qtp21135-352) [    ] 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> 38274 WARN  (qtp33080196-324) [    ] 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> 38274 INFO  (qtp21135-352) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 38276 INFO  (qtp33080196-324) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 38293 INFO  (qtp33080196-324) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from collection c8n_1x3_lf, trusted=true
   [junit4]   2> 38294 INFO  (qtp33080196-324) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 38294 INFO  (qtp33080196-324) [    ] 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_FE653D2602F433FD-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_FE653D2602F433FD-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 38294 INFO  (qtp21135-352) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from collection c8n_1x3_lf, trusted=true
   [junit4]   2> 38294 INFO  (qtp33080196-324) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d0be1e
   [junit4]   2> 38294 INFO  (qtp21135-352) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 38295 INFO  (qtp21135-352) [    ] 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_FE653D2602F433FD-001/shard-3-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_FE653D2602F433FD-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 38295 INFO  (qtp7714329-300) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from collection c8n_1x3_lf, trusted=true
   [junit4]   2> 38295 INFO  (qtp7714329-300) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 38296 INFO  (qtp21135-352) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d0be1e
   [junit4]   2> 38296 INFO  (qtp7714329-300) [    ] 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_FE653D2602F433FD-001/shard-1-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_FE653D2602F433FD-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 38298 INFO  (qtp33080196-324) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 38298 INFO  (qtp7714329-300) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d0be1e
   [junit4]   2> 38299 INFO  (qtp21135-352) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 38300 INFO  (qtp7714329-300) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 38313 WARN  (qtp21135-352) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 38313 WARN  (qtp7714329-300) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 38314 WARN  (qtp33080196-324) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 38834 INFO  (qtp33080196-324) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 38834 INFO  (qtp33080196-324) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 38837 INFO  (qtp33080196-324) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 38838 INFO  (qtp33080196-324) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 38839 INFO  (qtp33080196-324) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=80.216796875, floorSegmentMB=0.361328125, forceMergeDeletesPctAllowed=15.111368653471498, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 38840 INFO  (qtp33080196-324) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15b8e02[c8n_1x3_lf_shard1_replica1] main]
   [junit4]   2> 38843 INFO  (qtp7714329-300) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 38843 INFO  (qtp7714329-300) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 38847 INFO  (qtp7714329-300) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 38847 INFO  (qtp7714329-300) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 38848 INFO  (qtp21135-352) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 38848 INFO  (qtp21135-352) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 38848 INFO  (qtp7714329-300) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=80.216796875, floorSegmentMB=0.361328125, forceMergeDeletesPctAllowed=15.111368653471498, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 38849 INFO  (qtp7714329-300) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5171fe[c8n_1x3_lf_shard1_replica3] main]
   [junit4]   2> 38851 INFO  (qtp7714329-300) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 38851 INFO  (qtp7714329-300) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 38851 INFO  (qtp21135-352) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 38851 INFO  (qtp21135-352) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 38851 INFO  (qtp7714329-300) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 38853 INFO  (qtp33080196-324) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 38854 INFO  (qtp33080196-324) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 38854 INFO  (qtp21135-352) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=80.216796875, floorSegmentMB=0.361328125, forceMergeDeletesPctAllowed=15.111368653471498, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 38854 INFO  (qtp33080196-324) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 38854 INFO  (qtp21135-352) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1449653[c8n_1x3_lf_shard1_replica2] main]
   [junit4]   2> 38855 INFO  (searcherExecutor-154-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher Searcher@5171fe[c8n_1x3_lf_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 38855 INFO  (qtp7714329-300) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566445915872428032
   [junit4]   2> 38855 INFO  (searcherExecutor-152-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher Searcher@15b8e02[c8n_1x3_lf_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 38856 INFO  (qtp33080196-324) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566445915873476608
   [junit4]   2> 38866 INFO  (qtp21135-352) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 38868 INFO  (qtp21135-352) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 38868 INFO  (qtp21135-352) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 38870 INFO  (qtp7714329-300) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 38872 INFO  (searcherExecutor-153-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica2] Registered new searcher Searcher@1449653[c8n_1x3_lf_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 38873 INFO  (qtp21135-352) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566445915891302400
   [junit4]   2> 39371 INFO  (qtp7714329-300) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 39371 INFO  (qtp7714329-300) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 39371 INFO  (qtp7714329-300) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43222/a_jcb/c8n_1x3_lf_shard1_replica3/
   [junit4]   2> 39371 INFO  (qtp7714329-300) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica3 url=http://127.0.0.1:43222/a_jcb START replicas=[http://127.0.0.1:37913/a_jcb/c8n_1x3_lf_shard1_replica1/, http://127.0.0.1:38674/a_jcb/c8n_1x3_lf_shard1_replica2/] nUpdates=100
   [junit4]   2> 39372 INFO  (qtp7714329-300) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica3 url=http://127.0.0.1:43222/a_jcb DONE.  We have no versions.  sync failed.
   [junit4]   2> 39374 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44228,localport=37913], receiveBufferSize:531000
   [junit4]   2> 39374 INFO  (SocketProxy-Acceptor-38674) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53906,localport=38674], receiveBufferSize:531000
   [junit4]   2> 39375 INFO  (SocketProxy-Acceptor-38674) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39054,localport=42474], receiveBufferSize=530904
   [junit4]   2> 39375 INFO  (SocketProxy-Acceptor-37913) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42430,localport=45750], receiveBufferSize=530904
   [junit4]   2> 39391 INFO  (qtp33080196-326) [    ] o.a.s.c.S.Request [c8n_1x3_lf_shard1_replica1]  webapp=/a_jcb path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 39391 INFO  (qtp21135-355) [    ] o.a.s.c.S.Request [c8n_1x3_lf_shard1_replica2]  webapp=/a_jcb path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 39392 INFO  (qtp7714329-300) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 39392 INFO  (qtp7714329-300) [    ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 39392 INFO  (qtp7714329-300) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 39395 INFO  (qtp7714329-300) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43222/a_jcb/c8n_1x3_lf_shard1_replica3/ shard1
   [junit4]   2> 39546 INFO  (qtp7714329-300) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 39549 INFO  (qtp7714329-300) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=2623
   [junit4]   2> 39899 INFO  (qtp33080196-324) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=2973
   [junit4]   2> 39902 INFO  (qtp21135-352) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=2974
   [junit4]   2> 39911 INFO  (qtp33080196-328) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 40814 INFO  (OverseerCollectionConfigSetProcessor-97902868516634628-127.0.0.1:38435_a_jcb-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 40911 INFO  (qtp33080196-328) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFacto

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

rvletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 157674 INFO  (qtp21135-562) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:37913_a_jcb&onlyIfLeaderActive=true&core=c8n_1x3_lf_shard1_replica2&coreNodeName=core_node1&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=9002
   [junit4]   2> 157675 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 157675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43930 43930
   [junit4]   2> 157718 INFO  (Thread-59) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43930 43930
   [junit4]   2> 157719 WARN  (Thread-59) [    ] 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> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97902868516634628-127.0.0.1:38435_a_jcb-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 157719 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:43222/a_jcb, target: http://127.0.0.1:34742/a_jcb
   [junit4]   2> 157719 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:38435/a_jcb, target: http://127.0.0.1:43592/a_jcb
   [junit4]   2> 157719 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:37913/a_jcb, target: http://127.0.0.1:42430/a_jcb
   [junit4]   2> 157719 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FE653D2602F433FD]) [    ] o.a.s.c.SocketProxy Closing 16 connections to: http://127.0.0.1:38674/a_jcb, target: http://127.0.0.1:39054/a_jcb
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=FE653D2602F433FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh-Hant-HK -Dtests.timezone=Pacific/Honolulu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  138s 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_replica2","base_url":"http://127.0.0.1:38674/a_jcb","node_name":"127.0.0.1:38674_a_jcb","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/34)={
   [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:37913/a_jcb",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:37913_a_jcb"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:43222/a_jcb",
   [junit4]    >           "node_name":"127.0.0.1:43222_a_jcb",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:38674/a_jcb",
   [junit4]    >           "node_name":"127.0.0.1:38674_a_jcb",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FE653D2602F433FD:763102FCAC085E05]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 157724 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[FE653D2602F433FD]-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_FE653D2602F433FD-001
   [junit4]   2> May 04, 2017 6:29:16 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {multiDefault=FSTOrd50, a_t=PostingsFormat(name=Memory doPackFST= true), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), text=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), _version_=DocValuesFormat(name=Memory), intDefault=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Memory), intDvoDefault=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1399, maxMBSortInHeap=7.976834148659769, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=zh-Hant-HK, timezone=Pacific/Honolulu
   [junit4]   2> NOTE: Linux 4.4.0-72-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=68498056,total=173363200
   [junit4]   2> NOTE: All tests run in this JVM: [TestDeleteCollectionOnDownNodes, TestSurroundQueryParser, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [36/711 (1!)] on J1 in 137.88s, 1 test, 1 failure <<< FAILURES!

[...truncated 38544 lines...]