You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/10/27 15:58:18 UTC

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

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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:35575/klr","node_name":"127.0.0.1:35575_klr","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:41575/klr",           "node_name":"127.0.0.1:41575_klr",           "state":"down"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:37328/klr",           "core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:37328_klr"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:35575/klr",           "node_name":"127.0.0.1:35575_klr",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:35575/klr","node_name":"127.0.0.1:35575_klr","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:41575/klr",
          "node_name":"127.0.0.1:41575_klr",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:37328/klr",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:37328_klr"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:35575/klr",
          "node_name":"127.0.0.1:35575_klr",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([BC2BAEA6E4F5788F:347F917C4A091577]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([BC2BAEA6E4F5788F:347F917C4A091577]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:848)
	at org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 10735 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_BC2BAEA6E4F5788F-001/init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BC2BAEA6E4F5788F]-worker) [    ] o.e.j.u.log Logging initialized @1720ms
   [junit4]   2> 6    INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BC2BAEA6E4F5788F]-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> 13   INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[BC2BAEA6E4F5788F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /klr/
   [junit4]   2> 33   INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 35   INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 35   INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 134  INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkTestServer start zk server on port:46370
   [junit4]   2> 209  WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 2268 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 0x15806b47c810000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 2301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2320 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2325 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2330 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2336 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2345 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2352 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2360 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 2366 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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> 3314 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/control-001/cores/collection1
   [junit4]   2> 3429 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@121b825{/klr,null,AVAILABLE}
   [junit4]   2> 3456 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@b3293e{HTTP/1.1,[http/1.1]}{127.0.0.1:34573}
   [junit4]   2> 3457 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.Server Started @5183ms
   [junit4]   2> 3457 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/klr, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/tempDir-001/control/data, hostPort=37328, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/control-001/cores}
   [junit4]   2> 3466 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3470 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.3.0
   [junit4]   2> 3476 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3476 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3501 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-27T15:14:04.848398Z
   [junit4]   2> 3564 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3576 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3578 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/control-001/solr.xml
   [junit4]   2> 4013 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4019 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46370/solr
   [junit4]   2> 4064 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 0x15806b47c810003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 4126 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37328_klr
   [junit4]   2> 4128 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.Overseer Overseer (id=96834764241174532-127.0.0.1:37328_klr-n_0000000000) starting
   [junit4]   2> 4205 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37328_klr
   [junit4]   2> 4211 INFO  (zkCallback-7-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/control-001/cores
   [junit4]   2> 4298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4321 INFO  (OverseerStateUpdate-96834764241174532-127.0.0.1:37328_klr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 5387 WARN  (coreLoadExecutor-8-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 5392 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 5542 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 5922 WARN  (coreLoadExecutor-8-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> 5934 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 6016 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 6053 INFO  (coreLoadExecutor-8-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_BC2BAEA6E4F5788F-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/control-001/cores/collection1/data/]
   [junit4]   2> 6056 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27a8f8
   [junit4]   2> 6089 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1190252447, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6212 WARN  (coreLoadExecutor-8-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 6361 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6361 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6369 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6370 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6371 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.9013671875, floorSegmentMB=0.6708984375, forceMergeDeletesPctAllowed=24.90259535242737, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1345376951403539
   [junit4]   2> 6380 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@114a60a[collection1] main]
   [junit4]   2> 6387 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6397 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6406 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 6424 INFO  (searcherExecutor-9-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@114a60a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6426 INFO  (coreLoadExecutor-8-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1549356234488938496
   [junit4]   2> 6448 INFO  (coreZkRegister-1-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 6449 INFO  (coreZkRegister-1-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 6449 INFO  (coreZkRegister-1-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37328/klr/collection1/
   [junit4]   2> 6450 INFO  (coreZkRegister-1-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 6450 INFO  (coreZkRegister-1-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:37328/klr/collection1/ has no replicas
   [junit4]   2> 6473 INFO  (coreZkRegister-1-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37328/klr/collection1/ shard1
   [junit4]   2> 6625 INFO  (coreZkRegister-1-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 6851 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6866 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 7692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-1-001/cores/collection1
   [junit4]   2> 7693 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-1-001
   [junit4]   2> 7694 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 7696 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@160399c{/klr,null,AVAILABLE}
   [junit4]   2> 7697 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@70b612{HTTP/1.1,[http/1.1]}{127.0.0.1:45305}
   [junit4]   2> 7697 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.Server Started @9424ms
   [junit4]   2> 7697 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/klr, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/tempDir-001/jetty1, hostPort=41575, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/shard-1-001/cores}
   [junit4]   2> 7698 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7698 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.3.0
   [junit4]   2> 7698 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7698 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7698 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-27T15:14:09.068862Z
   [junit4]   2> 7704 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 0x15806b47c810006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 7704 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 7704 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-1-001/solr.xml
   [junit4]   2> 7724 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 7727 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46370/solr
   [junit4]   2> 7749 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7756 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41575_klr
   [junit4]   2> 7765 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7765 INFO  (zkCallback-7-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7767 INFO  (zkCallback-16-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7806 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-1-001/cores
   [junit4]   2> 7807 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 7810 INFO  (OverseerStateUpdate-96834764241174532-127.0.0.1:37328_klr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 8837 WARN  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 8838 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 8897 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 9063 WARN  (coreLoadExecutor-19-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> 9068 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 9090 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 9091 INFO  (coreLoadExecutor-19-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_BC2BAEA6E4F5788F-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_BC2BAEA6E4F5788F-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 9091 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27a8f8
   [junit4]   2> 9094 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1190252447, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 9108 WARN  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 9136 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 9137 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 9143 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 9144 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 9145 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.9013671875, floorSegmentMB=0.6708984375, forceMergeDeletesPctAllowed=24.90259535242737, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1345376951403539
   [junit4]   2> 9146 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@c73be9[collection1] main]
   [junit4]   2> 9147 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 9147 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 9148 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 9152 INFO  (searcherExecutor-20-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@c73be9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9153 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1549356237348405248
   [junit4]   2> 9171 INFO  (coreZkRegister-14-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 9171 INFO  (coreZkRegister-14-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 9171 INFO  (coreZkRegister-14-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41575/klr/collection1/
   [junit4]   2> 9172 INFO  (coreZkRegister-14-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 9172 INFO  (coreZkRegister-14-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:41575/klr/collection1/ has no replicas
   [junit4]   2> 9178 INFO  (coreZkRegister-14-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41575/klr/collection1/ shard2
   [junit4]   2> 9329 INFO  (coreZkRegister-14-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 10112 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-2-001/cores/collection1
   [junit4]   2> 10113 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-2-001
   [junit4]   2> 10114 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 10117 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18cb875{/klr,null,AVAILABLE}
   [junit4]   2> 10117 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@15bfd9c{HTTP/1.1,[http/1.1]}{127.0.0.1:36666}
   [junit4]   2> 10118 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.Server Started @11844ms
   [junit4]   2> 10118 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/klr, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/tempDir-001/jetty2, hostPort=36452, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/shard-2-001/cores}
   [junit4]   2> 10118 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 10124 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.3.0
   [junit4]   2> 10125 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 10125 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 10125 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-27T15:14:11.495237Z
   [junit4]   2> 10136 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 0x15806b47c810009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 10136 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 10136 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-2-001/solr.xml
   [junit4]   2> 10149 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 10152 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46370/solr
   [junit4]   2> 10170 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 10177 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36452_klr
   [junit4]   2> 10180 INFO  (zkCallback-16-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 10180 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 10180 INFO  (zkCallback-7-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 10180 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 10204 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-2-001/cores
   [junit4]   2> 10204 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 10211 INFO  (OverseerStateUpdate-96834764241174532-127.0.0.1:37328_klr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 11241 WARN  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 11242 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 11261 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 11359 WARN  (coreLoadExecutor-30-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> 11362 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 11380 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 11380 INFO  (coreLoadExecutor-30-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_BC2BAEA6E4F5788F-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_BC2BAEA6E4F5788F-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 11381 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27a8f8
   [junit4]   2> 11382 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1190252447, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 11389 WARN  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 11405 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 11405 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 11409 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11409 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11409 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.9013671875, floorSegmentMB=0.6708984375, forceMergeDeletesPctAllowed=24.90259535242737, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1345376951403539
   [junit4]   2> 11410 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f28bd9[collection1] main]
   [junit4]   2> 11411 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 11412 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 11412 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 11414 INFO  (searcherExecutor-31-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f28bd9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11415 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1549356239720284160
   [junit4]   2> 11423 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 11423 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 11423 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36452/klr/collection1/
   [junit4]   2> 11424 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 11424 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:36452/klr/collection1/ has no replicas
   [junit4]   2> 11428 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36452/klr/collection1/ shard1
   [junit4]   2> 11580 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 12721 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-3-001/cores/collection1
   [junit4]   2> 12723 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-3-001
   [junit4]   2> 12725 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 12726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1950e06{/klr,null,AVAILABLE}
   [junit4]   2> 12727 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@184a22a{HTTP/1.1,[http/1.1]}{127.0.0.1:41033}
   [junit4]   2> 12727 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.e.j.s.Server Started @14454ms
   [junit4]   2> 12727 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/klr, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/tempDir-001/jetty3, hostPort=35575, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/shard-3-001/cores}
   [junit4]   2> 12728 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 12730 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.3.0
   [junit4]   2> 12730 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 12730 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 12730 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-27T15:14:14.100850Z
   [junit4]   2> 12764 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 12764 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-3-001/solr.xml
   [junit4]   2> 12783 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 12786 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46370/solr
   [junit4]   2> 12843 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 12853 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35575_klr
   [junit4]   2> 12857 INFO  (zkCallback-16-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 12860 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 12860 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 12863 INFO  (zkCallback-7-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 12874 INFO  (zkCallback-28-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 12924 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] 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_BC2BAEA6E4F5788F-001/shard-3-001/cores
   [junit4]   2> 12924 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 12933 INFO  (OverseerStateUpdate-96834764241174532-127.0.0.1:37328_klr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 13961 WARN  (coreLoadExecutor-41-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 13962 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 13994 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 14126 WARN  (coreLoadExecutor-41-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> 14131 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 14159 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 14160 INFO  (coreLoadExecutor-41-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_BC2BAEA6E4F5788F-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_BC2BAEA6E4F5788F-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 14160 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27a8f8
   [junit4]   2> 14162 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1190252447, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 14173 WARN  (coreLoadExecutor-41-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 14198 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 14199 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 14202 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 14203 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 14204 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.9013671875, floorSegmentMB=0.6708984375, forceMergeDeletesPctAllowed=24.90259535242737, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1345376951403539
   [junit4]   2> 14205 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cfdf7[collection1] main]
   [junit4]   2> 14206 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 14207 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 14207 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 14212 INFO  (searcherExecutor-42-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4cfdf7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 14213 INFO  (coreLoadExecutor-41-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1549356242654199808
   [junit4]   2> 14218 INFO  (coreZkRegister-36-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 14219 INFO  (updateExecutor-25-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 14222 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 14222 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 14222 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 14223 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 14223 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:41575/klr/collection1/] and I am [http://127.0.0.1:35575/klr/collection1/]
   [junit4]   2> 14233 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:41575/klr]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35575_klr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 14318 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42780,localport=41575], receiveBufferSize:531000
   [junit4]   2> 14322 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45305,localport=34744], receiveBufferSize=530904
   [junit4]   2> 14438 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 14438 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 14438 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 14505 INFO  (qtp2616742-68) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 14506 INFO  (qtp2616742-68) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 14506 INFO  (qtp2616742-68) [    ] 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:35575_klr, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35575/klr","node_name":"127.0.0.1:35575_klr","state":"recovering"}
   [junit4]   2> 14506 INFO  (qtp2616742-68) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 14506 INFO  (qtp2616742-68) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:35575_klr&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 21546 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:41575/klr/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 21550 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:35575/klr START replicas=[http://127.0.0.1:41575/klr/collection1/] nUpdates=100
   [junit4]   2> 21557 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42784,localport=41575], receiveBufferSize:531000
   [junit4]   2> 21560 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45305,localport=34748], receiveBufferSize=530904
   [junit4]   2> 21569 INFO  (qtp2616742-68) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 21569 INFO  (qtp2616742-68) [    ] o.a.s.c.S.Request [collection1]  webapp=/klr path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 21580 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:7.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 21581 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 21582 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21583 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 21592 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 21592 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 21592 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 21592 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 21592 INFO  (recoveryExecutor-26-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 22440 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 22443 INFO  (SocketProxy-Acceptor-37328) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=39890,localport=37328], receiveBufferSize:531000
   [junit4]   2> 22449 INFO  (SocketProxy-Acceptor-37328) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34573,localport=39424], receiveBufferSize=530904
   [junit4]   2> 22466 INFO  (qtp32648874-33) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22468 INFO  (qtp32648874-33) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 22468 INFO  (qtp32648874-33) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22469 INFO  (qtp32648874-33) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/klr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 15
   [junit4]   2> 22632 INFO  (SocketProxy-Acceptor-36452) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48518,localport=36452], receiveBufferSize:531000
   [junit4]   2> 22633 INFO  (SocketProxy-Acceptor-36452) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36666,localport=48888], receiveBufferSize=530904
   [junit4]   2> 22669 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42796,localport=41575], receiveBufferSize:531000
   [junit4]   2> 22670 INFO  (SocketProxy-Acceptor-35575) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42122,localport=35575], receiveBufferSize:531000
   [junit4]   2> 22671 INFO  (SocketProxy-Acceptor-36452) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48530,localport=36452], receiveBufferSize:531000
   [junit4]   2> 22679 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45305,localport=34760], receiveBufferSize=530904
   [junit4]   2> 22680 INFO  (SocketProxy-Acceptor-36452) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36666,localport=48900], receiveBufferSize=530904
   [junit4]   2> 22680 INFO  (SocketProxy-Acceptor-35575) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41033,localport=54560], receiveBufferSize=530904
   [junit4]   2> 22684 INFO  (qtp16747694-99) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22685 INFO  (qtp3343886-126) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22686 INFO  (qtp16747694-99) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 22687 INFO  (qtp16747694-99) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22688 INFO  (qtp3343886-126) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 22688 INFO  (qtp3343886-126) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22688 INFO  (qtp3343886-126) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/klr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36452/klr/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 22688 INFO  (qtp16747694-99) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/klr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36452/klr/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 22693 INFO  (qtp2616742-63) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22693 INFO  (qtp2616742-63) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 22693 INFO  (qtp2616742-63) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22694 INFO  (qtp2616742-63) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/klr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36452/klr/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 22696 INFO  (qtp16747694-98) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/klr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 49
   [junit4]   2> 22701 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42808,localport=41575], receiveBufferSize:531000
   [junit4]   2> 22701 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45305,localport=34772], receiveBufferSize=530904
   [junit4]   2> 22755 INFO  (qtp2616742-68) [    ] o.a.s.c.S.Request [collection1]  webapp=/klr path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=51
   [junit4]   2> 22758 INFO  (SocketProxy-Acceptor-35575) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42134,localport=35575], receiveBufferSize:531000
   [junit4]   2> 22760 INFO  (SocketProxy-Acceptor-35575) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41033,localport=54572], receiveBufferSize=530904
   [junit4]   2> 22763 INFO  (qtp3343886-122) [    ] o.a.s.c.S.Request [collection1]  webapp=/klr path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=1
   [junit4]   2> 22767 INFO  (SocketProxy-Acceptor-36452) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48542,localport=36452], receiveBufferSize:531000
   [junit4]   2> 22769 INFO  (SocketProxy-Acceptor-36452) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36666,localport=48912], receiveBufferSize=530904
   [junit4]   2> 22772 INFO  (qtp16747694-93) [    ] o.a.s.c.S.Request [collection1]  webapp=/klr path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=1
   [junit4]   2> 24774 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 24779 INFO  (SocketProxy-Acceptor-36452) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48546,localport=36452], receiveBufferSize:531000
   [junit4]   2> 24781 INFO  (SocketProxy-Acceptor-36452) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36666,localport=48916], receiveBufferSize=530904
   [junit4]   2> 24803 INFO  (qtp16747694-95) [    ] 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> 24816 INFO  (OverseerThreadFactory-6-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 24816 INFO  (OverseerThreadFactory-6-thread-1) [    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 24940 INFO  (SocketProxy-Acceptor-37328) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=39926,localport=37328], receiveBufferSize:531000
   [junit4]   2> 24945 INFO  (SocketProxy-Acceptor-35575) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42148,localport=35575], receiveBufferSize:531000
   [junit4]   2> 24946 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42832,localport=41575], receiveBufferSize:531000
   [junit4]   2> 24947 INFO  (SocketProxy-Acceptor-37328) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34573,localport=39462], receiveBufferSize=530904
   [junit4]   2> 24946 INFO  (SocketProxy-Acceptor-35575) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41033,localport=54588], receiveBufferSize=530904
   [junit4]   2> 24948 INFO  (SocketProxy-Acceptor-41575) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45305,localport=34796], receiveBufferSize=530904
   [junit4]   2> 24953 INFO  (qtp2616742-63) [    ] 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> 24970 INFO  (qtp32648874-28) [    ] 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> 24970 INFO  (qtp3343886-126) [    ] 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> 26006 WARN  (qtp32648874-28) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 26009 INFO  (qtp32648874-28) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 26011 WARN  (qtp3343886-126) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 26012 WARN  (qtp2616742-63) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 26013 INFO  (qtp3343886-126) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 26013 INFO  (qtp2616742-63) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 26039 INFO  (qtp32648874-28) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 26041 INFO  (qtp3343886-126) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 26047 INFO  (qtp2616742-63) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 26218 WARN  (qtp2616742-63) [    ] 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> 26228 WARN  (qtp32648874-28) [    ] 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> 26231 INFO  (qtp2616742-63) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 26245 INFO  (qtp32648874-28) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 26261 INFO  (qtp2616742-63) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from collection c8n_1x3_lf
   [junit4]   2> 26262 INFO  (qtp2616742-63) [    ] 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_BC2BAEA6E4F5788F-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 26285 INFO  (qtp2616742-63) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27a8f8
   [junit4]   2> 26289 INFO  (qtp2616742-63) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1190252447, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 26293 WARN  (qtp3343886-126) [    ] 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> 26295 INFO  (qtp32648874-28) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from collection c8n_1x3_lf
   [junit4]   2> 26296 INFO  (qtp32648874-28) [    ] 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_BC2BAEA6E4F5788F-001/control-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_BC2BAEA6E4F5788F-001/control-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 26296 INFO  (qtp32648874-28) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27a8f8
   [junit4]   2> 26297 INFO  (qtp3343886-126) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 26309 WARN  (qtp2616742-63) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 26311 INFO  (qtp32648874-28) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1190252447, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 26342 WARN  (qtp32648874-28) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 26350 INFO  (qtp2616742-63) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 26350 INFO  (qtp2616742-63) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 26360 INFO  (qtp3343886-126) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from collection c8n_1x3_lf
   [junit4]   2> 26360 INFO  (qtp3343886-126) [    ] 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_BC2BAEA6E4F5788F-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica3], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BC2BAEA6E4F5788F-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 26360 INFO  (qtp3343886-126) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27a8f8
   [junit4]   2> 26362 INFO  (qtp2616742-63) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 26362 INFO  (qtp2616742-63) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 26364 INFO  (qtp2616742-63) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.9013671875, floorSegmentMB=0.6708984375, forceMergeDeletesPctAllowed=24.90259535242737, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1345376951403539
   [junit4]   2> 26364 INFO  (qtp2616742-63) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@bb9257[c8n_1x3_lf_shard1_replica2] main]
   [junit4]   2> 26365 INFO  (qtp2616742-63) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 26366 INFO  (qtp2616742-63) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 26366 INFO  (qtp2616742-63) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 26385 INFO  (qtp2616742-63) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1549356255417466880
   [junit4]   2> 26386 INFO  (qtp32648874-28) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 26386 INFO  (qtp32648874-28) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 26392 INFO  (searcherExecutor-47-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica2] Registered new searcher Searcher@bb9257[c8n_1x3_lf_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26393 INFO  (qtp32648874-28) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 26393 INFO  (qtp32648874-28) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 26394 INFO  (qtp32648874-28) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.9013671875, floorSegmentMB=0.6708984375, forceMergeDeletesPctAllowed=24.90259535242737, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1345376951403539
   [junit4]   2> 26397 INFO  (qtp32648874-28) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@c81e1a[c8n_1x3_lf_shard1_replica1] main]
   [junit4]   2> 26397 INFO  (qtp3343886-126) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1190252447, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 26399 INFO  (qtp32648874-28) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 26400 INFO  (qtp32648874-28) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 26400 INFO  (qtp32648874-28) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 26404 INFO  (searcherExecutor-48-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher Searcher@c81e1a[c8n_1x3_lf_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26404 INFO  (qtp32648874-28) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1549356255437389824
   [junit4]   2> 26409 WARN  (qtp3343886-126) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 26409 INFO  (qtp2616742-63) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 26435 INFO  (qtp3343886-126) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 26436 INFO  (qtp3343886-126) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 26442 INFO  (qtp3343886-126) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 26442 INFO  (qtp3343886-126) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 26443 INFO  (qtp3343886-126) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.9013671875, floorSegmentMB=0.6708984375, forceMergeDeletesPctAllowed=24.90259535242737, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1345376951403539
   [junit4]   2> 26444 INFO  (qtp3343886-126) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a42c8d[c8n_1x3_lf_shard1_replica3] main]
   [junit4]   2> 26445 INFO  (qtp3343886-126) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 26446 INFO  (qtp3343886-126) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 26446 INFO  (qtp3343886-126) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 26448 INFO  (searcherExecutor-52-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher Searcher@a42c8d[c8n_1x3_lf_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26448 INFO  (qtp3343886-126) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1549356255483527168
   [junit4]   2> 26910 INFO  (qtp2616742-63) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 26910 INFO  (qtp2616742-63) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 26910 INFO  (qtp2616742-63) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41575/klr/c8n_1x3_lf_shard1_replica2/
   [junit4]   2> 26910 INFO  (qtp2616742-63) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica2 url=http://127.0.0.1:41575/klr START replicas=[http://127.0.0.1:37328/klr/c8n_1x3_lf_shard1_replica1/, http://127.0.0.1:35575/klr/c8n_1x3_lf_shard1_replica3/] nUpdates=100
   [junit4]   2> 26911 INFO  (qtp2616742-63) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica2 url=http://127.0.0.1:41575/klr DONE.  We have no versions.  sync failed.
   [junit4]   2> 26917 INFO  (SocketProxy-Acceptor-37328) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=39938,localport=37328], receiveBufferSize:531000
   [junit4]   2> 26919 INFO  (SocketProxy-Acceptor-35575) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42162,localport=35575], receiveBufferSize:531000
   [junit4]   2> 26920 INFO  (SocketProxy-Acceptor-37328) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34573,localport=39472], receiveBufferSize=530904
   [junit4]   2> 26924 INFO  (SocketProxy-Acceptor-35575) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41033,localport=54600], receiveBufferSize=530904
   [junit4]   2> 26941 INFO  (qtp3343886-122) [    ] o.a.s.c.S.Request [c8n_1x3_lf_shard1_replica3]  webapp=/klr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 26944 INFO  (qtp32648874-34) [    ] o.a.s.c.S.Request [c8n_1x3

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

-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
   [junit4]   2> 416359 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 416359 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 416360 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 416360 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 416360 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 416361 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 416361 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 416361 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 416361 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 416362 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 416362 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 416362 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@79c9d4
   [junit4]   2> 416364 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19c5a8f[collection1] main]
   [junit4]   2> 416364 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 416364 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 416485 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 416534 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 416658 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 416658 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 416771 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 416870 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 417015 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@19c5a8f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_c(6.3.0):C10)))}
   [junit4]   2> 417015 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 653
   [junit4]   2> 417016 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 417016 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
   [junit4]   2> 417016 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 417017 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 417017 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 417017 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@79c9d4
   [junit4]   2> 417017 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5099b[collection1] main]
   [junit4]   2> 417017 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 417017 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 417122 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 417185 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 417233 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 417233 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 417294 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 417361 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 417418 INFO  (searcherExecutor-1280-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5099b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 417418 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[BC2BAEA6E4F5788F]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 401
   [junit4]   2> 417419 INFO  (SUITE-SpellCheckComponentTest-seed#[BC2BAEA6E4F5788F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 417419 INFO  (SUITE-SpellCheckComponentTest-seed#[BC2BAEA6E4F5788F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=10695944
   [junit4]   2> 417419 INFO  (coreCloseExecutor-1284-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@157c9ab
   [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.handler.component.SpellCheckComponentTest_BC2BAEA6E4F5788F-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=17220, maxDocsPerChunk=387, blockSize=10), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=17220, blockSize=10)), sim=ClassicSimilarity, locale=it-IT, timezone=America/Dawson_Creek
   [junit4]   2> NOTE: Linux 4.4.0-42-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=104875552,total=259260416
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderFailoverAfterPartitionTest, TestUniqueKeyFieldResource, TestElisionMultitermQuery, BigEndianAscendingWordSerializerTest, TestJsonFacetRefinement, SegmentsInfoRequestHandlerTest, TestHashPartitioner, HdfsWriteToMultipleCollectionsTest, TestCursorMarkWithoutUniqueKey, TestTestInjection, CopyFieldTest, TestPerFieldSimilarityClassic, FullHLLTest, DeleteNodeTest, TestTrie, UpdateRequestProcessorFactoryTest, LoggingHandlerTest, SmileWriterTest, DocExpirationUpdateProcessorFactoryTest, TestCloudDeleteByQuery, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, OverseerModifyCollectionTest, TestFilteredDocIdSet, TestRestManager, IndexSchemaRuntimeFieldTest, TestConfigSetImmutable, DocValuesTest, TestSimpleQParserPlugin, TestRecoveryHdfs, TestReplicationHandlerBackup, DistributedExpandComponentTest, AtomicUpdatesTest, ShardRoutingTest, TestSystemIdResolver, TestStressVersions, TestRawTransformer, TestCryptoKeys, TestGeoJSONResponseWriter, TestCharFilters, MoreLikeThisHandlerTest, ClusterStateUpdateTest, TestCorePropertiesReload, DistanceFunctionTest, SpellCheckComponentTest]
   [junit4] Completed [149/646 (2!)] on J1 in 17.92s, 11 tests, 1 error <<< FAILURES!

[...truncated 51533 lines...]