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

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

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

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

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




Build Log:
[...truncated 11248 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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/init-core-data-001
   [junit4]   2> 428288 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7BF5A7B568603E9D]-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> 428288 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7BF5A7B568603E9D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /knhk/yn
   [junit4]   2> 428289 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 428289 INFO  (Thread-593) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 428289 INFO  (Thread-593) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 428389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkTestServer start zk server on port:36676
   [junit4]   2> 428397 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428399 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428401 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428403 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428405 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428414 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428416 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 428417 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] 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> 429077 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/collection1
   [junit4]   2> 429080 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 429081 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a6cac4{/knhk/yn,null,AVAILABLE}
   [junit4]   2> 429082 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1fa513f{HTTP/1.1,[http/1.1]}{127.0.0.1:39340}
   [junit4]   2> 429082 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.Server Started @430755ms
   [junit4]   2> 429082 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/knhk/yn, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/tempDir-001/control/data, hostPort=33723, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores}
   [junit4]   2> 429083 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 429083 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 429083 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 429083 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 429083 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-02T23:31:45.141280Z
   [junit4]   2> 429085 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 429085 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/solr.xml
   [junit4]   2> 429090 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 429093 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36676/solr
   [junit4]   2> 429102 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33723_knhk%2Fyn
   [junit4]   2> 429104 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.Overseer Overseer (id=97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000) starting
   [junit4]   2> 429107 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33723_knhk%2Fyn
   [junit4]   2> 429107 INFO  (zkCallback-583-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 429216 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores
   [junit4]   2> 429216 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 429218 INFO  (OverseerStateUpdate-97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 430232 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 430243 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 430321 WARN  (coreLoadExecutor-1741-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> 430322 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 430329 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 430329 INFO  (coreLoadExecutor-1741-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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/collection1/data/]
   [junit4]   2> 430329 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
   [junit4]   2> 430330 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375, floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 430333 WARN  (coreLoadExecutor-1741-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> 430338 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 430338 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 430340 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 430340 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 430340 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4410401005328558]
   [junit4]   2> 430341 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e2ed4e[collection1] main]
   [junit4]   2> 430341 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 430341 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 430341 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 430342 INFO  (searcherExecutor-1742-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e2ed4e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 430342 INFO  (coreLoadExecutor-1741-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552649034294886400
   [junit4]   2> 430347 INFO  (coreZkRegister-1734-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 430347 INFO  (coreZkRegister-1734-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 430347 INFO  (coreZkRegister-1734-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33723/knhk/yn/collection1/
   [junit4]   2> 430347 INFO  (coreZkRegister-1734-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 430347 INFO  (coreZkRegister-1734-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:33723/knhk/yn/collection1/ has no replicas
   [junit4]   2> 430349 INFO  (coreZkRegister-1734-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33723/knhk/yn/collection1/ shard1
   [junit4]   2> 430499 INFO  (coreZkRegister-1734-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 430724 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 430724 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36676/solr ready
   [junit4]   2> 430724 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 431373 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores/collection1
   [junit4]   2> 431374 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001
   [junit4]   2> 431374 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 431375 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b9bcbf{/knhk/yn,null,AVAILABLE}
   [junit4]   2> 431375 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b75761{HTTP/1.1,[http/1.1]}{127.0.0.1:38273}
   [junit4]   2> 431376 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.Server Started @433049ms
   [junit4]   2> 431376 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/knhk/yn, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/tempDir-001/jetty1, hostPort=45371, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores}
   [junit4]   2> 431376 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 431376 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 431376 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 431376 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 431376 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-02T23:31:47.434523Z
   [junit4]   2> 431378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 431378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/solr.xml
   [junit4]   2> 431384 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 431386 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36676/solr
   [junit4]   2> 431391 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 431393 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45371_knhk%2Fyn
   [junit4]   2> 431393 INFO  (zkCallback-592-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 431394 INFO  (zkCallback-587-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 431394 INFO  (zkCallback-583-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 431449 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores
   [junit4]   2> 431449 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 431450 INFO  (OverseerStateUpdate-97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 432457 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 432476 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 432545 WARN  (coreLoadExecutor-1752-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> 432546 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 432552 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 432552 INFO  (coreLoadExecutor-1752-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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 432553 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
   [junit4]   2> 432553 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375, floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 432556 WARN  (coreLoadExecutor-1752-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> 432563 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 432563 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 432564 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 432564 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 432565 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4410401005328558]
   [junit4]   2> 432565 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17106b7[collection1] main]
   [junit4]   2> 432566 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 432566 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 432566 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 432567 INFO  (searcherExecutor-1753-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17106b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 432567 INFO  (coreLoadExecutor-1752-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552649036627968000
   [junit4]   2> 432571 INFO  (coreZkRegister-1747-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 432571 INFO  (coreZkRegister-1747-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 432571 INFO  (coreZkRegister-1747-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45371/knhk/yn/collection1/
   [junit4]   2> 432571 INFO  (coreZkRegister-1747-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 432571 INFO  (coreZkRegister-1747-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:45371/knhk/yn/collection1/ has no replicas
   [junit4]   2> 432573 INFO  (coreZkRegister-1747-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45371/knhk/yn/collection1/ shard2
   [junit4]   2> 432723 INFO  (coreZkRegister-1747-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 433796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/collection1
   [junit4]   2> 433796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001
   [junit4]   2> 433797 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 433798 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b3e4d8{/knhk/yn,null,AVAILABLE}
   [junit4]   2> 433798 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e1fe2{HTTP/1.1,[http/1.1]}{127.0.0.1:33092}
   [junit4]   2> 433799 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.Server Started @435472ms
   [junit4]   2> 433799 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/knhk/yn, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/tempDir-001/jetty2, hostPort=41687, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores}
   [junit4]   2> 433799 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 433799 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 433799 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 433799 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 433799 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-02T23:31:49.857550Z
   [junit4]   2> 433801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 433801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/solr.xml
   [junit4]   2> 433808 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 433810 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36676/solr
   [junit4]   2> 433815 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 433817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41687_knhk%2Fyn
   [junit4]   2> 433818 INFO  (zkCallback-583-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 433818 INFO  (zkCallback-587-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 433818 INFO  (zkCallback-592-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 433819 INFO  (zkCallback-598-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 433864 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores
   [junit4]   2> 433864 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 433865 INFO  (OverseerStateUpdate-97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 434871 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 434888 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 434960 WARN  (coreLoadExecutor-1763-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> 434961 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 434967 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 434967 INFO  (coreLoadExecutor-1763-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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 434967 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
   [junit4]   2> 434968 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375, floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 434972 WARN  (coreLoadExecutor-1763-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> 434977 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 434977 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 434978 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 434978 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 434979 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4410401005328558]
   [junit4]   2> 434979 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d68817[collection1] main]
   [junit4]   2> 434979 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 434980 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 434980 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 434980 INFO  (searcherExecutor-1764-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d68817[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 434980 INFO  (coreLoadExecutor-1763-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552649039158181888
   [junit4]   2> 434984 INFO  (coreZkRegister-1758-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 434984 INFO  (coreZkRegister-1758-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 434984 INFO  (coreZkRegister-1758-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41687/knhk/yn/collection1/
   [junit4]   2> 434984 INFO  (coreZkRegister-1758-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 434984 INFO  (coreZkRegister-1758-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:41687/knhk/yn/collection1/ has no replicas
   [junit4]   2> 434986 INFO  (coreZkRegister-1758-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41687/knhk/yn/collection1/ shard1
   [junit4]   2> 435136 INFO  (coreZkRegister-1758-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 436073 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/collection1
   [junit4]   2> 436074 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001
   [junit4]   2> 436075 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 436076 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18692e2{/knhk/yn,null,AVAILABLE}
   [junit4]   2> 436076 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14c3b79{HTTP/1.1,[http/1.1]}{127.0.0.1:44910}
   [junit4]   2> 436076 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.Server Started @437749ms
   [junit4]   2> 436076 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/knhk/yn, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/tempDir-001/jetty3, hostPort=37717, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores}
   [junit4]   2> 436076 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 436077 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 436077 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 436077 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 436077 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-02T23:31:52.135201Z
   [junit4]   2> 436079 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 436079 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/solr.xml
   [junit4]   2> 436084 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 436086 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36676/solr
   [junit4]   2> 436094 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 436096 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37717_knhk%2Fyn
   [junit4]   2> 436097 INFO  (zkCallback-583-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 436097 INFO  (zkCallback-592-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 436097 INFO  (zkCallback-587-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 436097 INFO  (zkCallback-598-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 436099 INFO  (zkCallback-604-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 436196 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores
   [junit4]   2> 436196 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 436197 INFO  (OverseerStateUpdate-97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 437206 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 437217 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 437300 WARN  (coreLoadExecutor-1774-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> 437301 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 437307 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 437308 INFO  (coreLoadExecutor-1774-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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 437308 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
   [junit4]   2> 437309 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375, floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 437313 WARN  (coreLoadExecutor-1774-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> 437320 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 437320 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 437321 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 437321 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 437322 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4410401005328558]
   [junit4]   2> 437323 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dcb121[collection1] main]
   [junit4]   2> 437324 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 437324 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 437324 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 437325 INFO  (searcherExecutor-1775-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1dcb121[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 437325 INFO  (coreLoadExecutor-1774-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552649041617092608
   [junit4]   2> 437328 INFO  (coreZkRegister-1769-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 437328 INFO  (updateExecutor-601-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 437328 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 437329 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 437329 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 437329 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 437329 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:45371/knhk/yn/collection1/] and I am [http://127.0.0.1:37717/knhk/yn/collection1/]
   [junit4]   2> 437331 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:45371/knhk/yn]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:37717_knhk%252Fyn&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 437332 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=40350,localport=45371], receiveBufferSize:531000
   [junit4]   2> 437336 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38273,localport=49140], receiveBufferSize=530904
   [junit4]   2> 437339 INFO  (qtp14013706-2991) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 437339 INFO  (qtp14013706-2991) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 437339 INFO  (qtp14013706-2991) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:37717_knhk%2Fyn, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:37717/knhk/yn","node_name":"127.0.0.1:37717_knhk%2Fyn","state":"down"}
   [junit4]   2> 437699 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 437699 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 437699 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 438340 INFO  (qtp14013706-2991) [    ] 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:37717_knhk%2Fyn, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:37717/knhk/yn","node_name":"127.0.0.1:37717_knhk%2Fyn","state":"recovering"}
   [junit4]   2> 438340 INFO  (qtp14013706-2991) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 438340 INFO  (qtp14013706-2991) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:37717_knhk%252Fyn&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 445341 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:45371/knhk/yn/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 445341 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:37717/knhk/yn START replicas=[http://127.0.0.1:45371/knhk/yn/collection1/] nUpdates=100
   [junit4]   2> 445343 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=40354,localport=45371], receiveBufferSize:531000
   [junit4]   2> 445344 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38273,localport=49144], receiveBufferSize=530904
   [junit4]   2> 445347 INFO  (qtp14013706-2991) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 445347 INFO  (qtp14013706-2991) [    ] o.a.s.c.S.Request [collection1]  webapp=/knhk/yn path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 445348 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 445348 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 445348 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 445348 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 445348 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 445348 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 445348 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 445348 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 445348 INFO  (recoveryExecutor-602-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 445700 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 445701 INFO  (SocketProxy-Acceptor-33723) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60286,localport=33723], receiveBufferSize:531000
   [junit4]   2> 445702 INFO  (SocketProxy-Acceptor-33723) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39340,localport=44762], receiveBufferSize=530904
   [junit4]   2> 445703 INFO  (qtp3596916-2955) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 445703 INFO  (qtp3596916-2955) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 445704 INFO  (qtp3596916-2955) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 445704 INFO  (qtp3596916-2955) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/knhk/yn path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 445705 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60168,localport=41687], receiveBufferSize:531000
   [junit4]   2> 445705 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33092,localport=33618], receiveBufferSize=530904
   [junit4]   2> 445709 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60174,localport=41687], receiveBufferSize:531000
   [junit4]   2> 445709 INFO  (SocketProxy-Acceptor-37717) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43786,localport=37717], receiveBufferSize:531000
   [junit4]   2> 445709 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=40366,localport=45371], receiveBufferSize:531000
   [junit4]   2> 445710 INFO  (SocketProxy-Acceptor-37717) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44910,localport=50610], receiveBufferSize=530904
   [junit4]   2> 445712 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33092,localport=33626], receiveBufferSize=530904
   [junit4]   2> 445712 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38273,localport=49164], receiveBufferSize=530904
   [junit4]   2> 445713 INFO  (qtp23907697-3049) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 445713 INFO  (qtp23907697-3049) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 445714 INFO  (qtp23907697-3049) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 445714 INFO  (qtp23907697-3049) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/knhk/yn path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41687/knhk/yn/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 445714 INFO  (qtp14013706-2992) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 445714 INFO  (qtp26515405-3022) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 445714 INFO  (qtp14013706-2992) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 445714 INFO  (qtp26515405-3022) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 445715 INFO  (qtp14013706-2992) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 445715 INFO  (qtp26515405-3022) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 445715 INFO  (qtp14013706-2992) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/knhk/yn path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41687/knhk/yn/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 445715 INFO  (qtp26515405-3022) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/knhk/yn path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41687/knhk/yn/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 445716 INFO  (qtp26515405-3021) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/knhk/yn path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 445717 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=40378,localport=45371], receiveBufferSize:531000
   [junit4]   2> 445718 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38273,localport=49168], receiveBufferSize=530904
   [junit4]   2> 445719 INFO  (qtp14013706-2991) [    ] o.a.s.c.S.Request [collection1]  webapp=/knhk/yn path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 445719 INFO  (SocketProxy-Acceptor-37717) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43798,localport=37717], receiveBufferSize:531000
   [junit4]   2> 445720 INFO  (SocketProxy-Acceptor-37717) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44910,localport=50620], receiveBufferSize=530904
   [junit4]   2> 445725 INFO  (qtp23907697-3050) [    ] o.a.s.c.S.Request [collection1]  webapp=/knhk/yn path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=2
   [junit4]   2> 445726 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60192,localport=41687], receiveBufferSize:531000
   [junit4]   2> 445727 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33092,localport=33642], receiveBufferSize=530904
   [junit4]   2> 445728 INFO  (qtp26515405-3016) [    ] o.a.s.c.S.Request [collection1]  webapp=/knhk/yn path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 447728 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 447730 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=40390,localport=45371], receiveBufferSize:531000
   [junit4]   2> 447731 INFO  (SocketProxy-Acceptor-45371) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38273,localport=49180], receiveBufferSize=530904
   [junit4]   2> 447732 INFO  (qtp14013706-2992) [    ] 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> 447734 INFO  (OverseerThreadFactory-1739-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 447734 INFO  (OverseerThreadFactory-1739-thread-1) [    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 447837 INFO  (SocketProxy-Acceptor-37717) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43810,localport=37717], receiveBufferSize:531000
   [junit4]   2> 447837 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60200,localport=41687], receiveBufferSize:531000
   [junit4]   2> 447837 INFO  (SocketProxy-Acceptor-33723) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60322,localport=33723], receiveBufferSize:531000
   [junit4]   2> 447839 INFO  (SocketProxy-Acceptor-37717) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44910,localport=50636], receiveBufferSize=530904
   [junit4]   2> 447839 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33092,localport=33656], receiveBufferSize=530904
   [junit4]   2> 447840 INFO  (SocketProxy-Acceptor-33723) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39340,localport=44806], receiveBufferSize=530904
   [junit4]   2> 447841 INFO  (qtp26515405-3021) [    ] 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> 447841 INFO  (qtp23907697-3049) [    ] 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> 447842 INFO  (qtp3596916-2957) [    ] 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> 448864 INFO  (qtp23907697-3049) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 448864 INFO  (qtp26515405-3021) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 448866 INFO  (qtp3596916-2957) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 448887 INFO  (qtp26515405-3021) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 448887 INFO  (qtp23907697-3049) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 448888 INFO  (qtp3596916-2957) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 448991 WARN  (qtp23907697-3049) [    ] 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> 448993 INFO  (qtp23907697-3049) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 449000 INFO  (qtp23907697-3049) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from collection c8n_1x3_lf
   [junit4]   2> 449001 INFO  (qtp23907697-3049) [    ] 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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 449001 INFO  (qtp23907697-3049) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
   [junit4]   2> 449003 INFO  (qtp23907697-3049) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375, floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 449007 WARN  (qtp23907697-3049) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 449013 INFO  (qtp23907697-3049) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 449013 INFO  (qtp23907697-3049) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 449016 INFO  (qtp23907697-3049) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 449016 INFO  (qtp23907697-3049) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 449016 INFO  (qtp23907697-3049) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4410401005328558]
   [junit4]   2> 449017 INFO  (qtp23907697-3049) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@31ecc4[c8n_1x3_lf_shard1_replica1] main]
   [junit4]   2> 449017 INFO  (qtp23907697-3049) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 449018 INFO  (qtp23907697-3049) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 449018 INFO  (qtp23907697-3049) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 449018 INFO  (qtp23907697-3049) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552649053878091776
   [junit4]   2> 449019 INFO  (searcherExecutor-1780-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher Searcher@31ecc4[c8n_1x3_lf_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 449037 WARN  (qtp26515405-3021) [    ] 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> 449038 WARN  (qtp3596916-2957) [    ] 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> 449040 INFO  (qtp26515405-3021) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 449040 INFO  (qtp3596916-2957) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 449043 INFO  (qtp23907697-3049) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 449051 INFO  (qtp26515405-3021) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from collection c8n_1x3_lf
   [junit4]   2> 449051 INFO  (qtp3596916-2957) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from collection c8n_1x3_lf
   [junit4]   2> 449051 INFO  (qtp26515405-3021) [    ] 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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 449051 INFO  (qtp26515405-3021) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
   [junit4]   2> 449052 INFO  (qtp3596916-2957) [    ] 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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/c8n_1x3_lf_shard1_replica3], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 449052 INFO  (qtp3596916-2957) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
   [junit4]   2> 449053 INFO  (qtp26515405-3021) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375, floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 449054 INFO  (qtp3596916-2957) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375, floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 449056 WARN  (qtp26515405-3021) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 449058 WARN  (qtp3596916-2957) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 449063 INFO  (qtp26515405-3021) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 449063 INFO  (qtp26515405-3021) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 449066 INFO  (qtp26515405-3021) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 449066 INFO  (qtp26515405-3021) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 449066 INFO  (qtp3596916-2957) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 449066 INFO  (qtp26515405-3021) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4410401005328558]
   [junit4]   2> 449066 INFO  (qtp3596916-2957) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 449066 INFO  (qtp26515405-3021) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d19140[c8n_1x3_lf_shard1_replica2] main]
   [junit4]   2> 449067 INFO  (qtp26515405-3021) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 449067 INFO  (qtp26515405-3021) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 449067 INFO  (qtp26515405-3021) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 449068 INFO  (searcherExecutor-1785-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica2] Registered new searcher Searcher@d19140[c8n_1x3_lf_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 449068 INFO  (qtp26515405-3021) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552649053930520576
   [junit4]   2> 449072 INFO  (qtp3596916-2957) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 449072 INFO  (qtp3596916-2957) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 449072 INFO  (qtp3596916-2957) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4410401005328558]
   [junit4]   2> 449073 INFO  (qtp3596916-2957) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@fd2d41[c8n_1x3_lf_shard1_replica3] main]
   [junit4]   2> 449073 INFO  (qtp3596916-2957) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 449073 INFO  (qtp3596916-2957) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 449073 INFO  (qtp3596916-2957) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 449074 INFO  (searcherExecutor-1786-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher Searcher@fd2d41[c8n_1x3_lf_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 449074 INFO  (qtp3596916-2957) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552649053936812032
   [junit4]   2> 449543 INFO  (qtp23907697-3049) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 449543 INFO  (qtp23907697-3049) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 449543 INFO  (qtp23907697-3049) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37717/knhk/yn/c8n_1x3_lf_shard1_replica1/
   [junit4]   2> 449544 INFO  (qtp23907697-3049) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica1 url=http://127.0.0.1:37717/knhk/yn START replicas=[http://127.0.0.1:41687/knhk/yn/c8n_1x3_lf_shard1_replica2/, http://127.0.0.1:33723/knhk/yn/c8n_1x3_lf_shard1_replica3/] nUpdates=100
   [junit4]   2> 449544 INFO  (qtp23907697-3049) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica1 url=http://127.0.0.1:37717/knhk/yn DONE.  We have no versions.  sync failed.
   [junit4]   2> 449544 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60232,localport=41687], receiveBufferSize:531000
   [junit4]   2> 449544 INFO  (SocketProxy-Acceptor-33723) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60356,localport=33723], receiveBufferSize:531000
   [junit4]   2> 449544 INFO  (SocketProxy-Acceptor-41687) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33092,localport=33684], receiveBufferSize=530904
   [junit4]   2> 449545 INFO  (SocketProxy-Acceptor-33723) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39340,localport=44834], receiveBufferSize=530904
   [junit4]   2> 449546 INFO  (qtp26515405-3016) [    ] o.a.s.c.S.Request [c8n_1x3_lf_shard1_replica2]  webapp=/knhk/yn path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 449548 INFO  (qtp3596916-2952) [    ] o.a.s.c.S.Request [c8n_1x3_lf_shard1_replica3]  webapp=/knhk/yn path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 449549 INFO  (qtp23907697-3049) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 449549 INFO  (qtp23907697-3049) [    ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 449552 INFO  (qtp23907697-3049) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37717/knhk/yn/c8n_1x3_lf_shard1_replica1/ shard1
   [junit4]   2> 449702 INFO  (qtp23907697-3049) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 449704 INFO  (qtp23907697-3049) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2} status=0 QTime=1863
   [junit4]   2> 450075 INFO  (qtp26515405-3021) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2} status=0 QTime=2234
   [junit4]   2> 450081 INFO  (qtp3596916-2957) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2} status=0 QTime=2238
   [junit4]   2> 450084 INFO  (qtp14013706-2992) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 451084 INFO  (qtp14013706-2992) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2} status=0 QTime=3351
   [junit4]   2> 451086 INFO  (SocketProxy-Acceptor-37717) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43872,localport=37717], receiveBufferSize:531000
   [junit4]   2> 451089 INFO  (SocketProxy-Acceptor-37717) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44910,localport=50694], receiveBufferSize=530904
   [junit4]   2> 451131 INFO  (qtp26515405-3018) [    ] o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica2]  webapp=/knhk/yn path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37717/knhk/yn/c8n_1x3_lf_shard1_replica1/&wt=javabin&version=2}{add=[1 (1552649056050741248)]} 0 36
   [junit4]   2> 451131 INFO  (qtp3596916-2951) [    ] o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica3]  webapp=/knhk/yn path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37717/knhk/yn/c8n_1x3_lf_shard1_replica1/&wt=javabin&version=2}{add=[1 (1552649056050741248)]} 0 36
   [junit4]   2> 451131 INFO  (qtp23907697-3046) [    ] o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica1]  webapp=/knhk/yn path=/update params={wt=javabin&version=2}{add=[1 (1552649056050741248)]} 0 41
   [junit4]   2> 451132 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Found 3 replicas and leader on 127.0.0.1:37717_knhk%2Fyn for shard1 in c8n_1x3_lf
   [junit4]   2> 451132 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Took 0.0 ms to see all replicas become active.
   [junit4]   2> 451132 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:41687/knhk/yn, target: http://127.0.0.1:33092/knhk/yn
   [junit4]   2> 451136 ERROR (updateExecutor-601-thread-2) [    ] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(java.base@9-ea/Native Method)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(java.base@9-ea/AbstractPlainSocketImpl.java:400)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(java.base@9-ea/AbstractPlainSocketImpl.java:243)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(java.base@9-ea/AbstractPlainSocketImpl.java:225)
   [junit4]   2> 	at java.net.SocksSocketImpl.connect(java.base@9-ea/SocksSocketImpl.java:402)
   [junit4]   2> 	at java.net.Socket.connect(java.base@9-ea/Socket.java:591)
   [junit4]   2> 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:312)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:185)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2

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

7BF5A7B568603E9D]) [    ] o.a.s.c.Overseer Overseer (id=97040564509016075-127.0.0.1:41687_knhk%2Fyn-n_0000000002) closing
   [junit4]   2> 545934 INFO  (OverseerStateUpdate-97040564509016075-127.0.0.1:41687_knhk%2Fyn-n_0000000002) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41687_knhk%2Fyn
   [junit4]   2> 547437 WARN  (zkCallback-598-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 547437 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6e1fe2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 547438 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b3e4d8{/knhk/yn,null,UNAVAILABLE}
   [junit4]   2> 547438 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 37717
   [junit4]   2> 547439 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36676 36676
   [junit4]   2> 547454 INFO  (Thread-593) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36676 36676
   [junit4]   2> 547455 WARN  (Thread-593) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	115	/solr/overseer/collection-queue-work
   [junit4]   2> 	36	/solr/overseer/queue
   [junit4]   2> 	11	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 547455 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:45371/knhk/yn, target: http://127.0.0.1:38273/knhk/yn
   [junit4]   2> 547455 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:37717/knhk/yn, target: http://127.0.0.1:44910/knhk/yn
   [junit4]   2> 547455 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:33723/knhk/yn, target: http://127.0.0.1:39340/knhk/yn
   [junit4]   2> 547455 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:41687/knhk/yn, target: http://127.0.0.1:33092/knhk/yn
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=7BF5A7B568603E9D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vai-LR -Dtests.timezone=Asia/Sakhalin -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  119s J2 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:33723/knhk/yn","node_name":"127.0.0.1:33723_knhk%2Fyn","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:41687/knhk/yn",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:41687_knhk%2Fyn"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:37717/knhk/yn",
   [junit4]    >           "node_name":"127.0.0.1:37717_knhk%2Fyn",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:33723/knhk/yn",
   [junit4]    >           "node_name":"127.0.0.1:33723_knhk%2Fyn",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BF5A7B568603E9D:F3A1986FC69C5365]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 547458 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7BF5A7B568603E9D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001
   [junit4]   2> Dec 02, 2016 11:33:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false), _version_=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=Asserting), id=PostingsFormat(name=Memory doPackFST= false), range_facet_i_dv=PostingsFormat(name=MockRandom), text=FST50, range_facet_l=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=MockRandom)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=530, maxMBSortInHeap=7.446543795701137, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=vai-LR, timezone=Asia/Sakhalin
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=20747832,total=216055808
   [junit4]   2> NOTE: All tests run in this JVM: [FieldAnalysisRequestHandlerTest, SolrCloudExampleTest, TestFieldTypeResource, TestRandomCollapseQParserPlugin, TestClassicSimilarityFactory, TestImplicitCoreProperties, TestPerFieldSimilarityClassic, MinimalSchemaTest, TestZkChroot, TestJsonFacetRefinement, TestMergePolicyConfig, TestSizeLimitedDistributedMap, TestSubQueryTransformer, TestSolrCloudWithSecureImpersonation, TestPhraseSuggestions, QueryResultKeyTest, DistributedFacetPivotLongTailTest, RemoteQueryErrorTest, TestExportWriter, TestCollectionAPI, TestSolrDeletionPolicy1, DirectoryFactoryTest, DirectUpdateHandlerOptimizeTest, BooleanFieldTest, SuggestComponentTest, SpatialRPTFieldTypeTest, ResponseHeaderTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestSort, DeleteReplicaTest, QueryParsingTest, SegmentsInfoRequestHandlerTest, TestRawTransformer, TestDefaultSearchFieldResource, SimpleFacetsTest, TestRecoveryHdfs, HdfsWriteToMultipleCollectionsTest, TestJavabinTupleStreamParser, AssignTest, ConnectionReuseTest, PingRequestHandlerTest, TimeZoneUtilsTest, TestSolrQueryParser, TestComplexPhraseQParserPlugin, TestBinaryField, TestWriterPerf, GraphQueryTest, TestReversedWildcardFilterFactory, CollectionsAPISolrJTest, TestBlobHandler, CoreAdminHandlerTest, BadIndexSchemaTest, TestLFUCache, OpenExchangeRatesOrgProviderTest, TestConfigSetsAPIZkFailure, DistanceUnitsTest, TestNoOpRegenerator, LeaderInitiatedRecoveryOnShardRestartTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [182/658 (1!)] on J2 in 119.69s, 1 test, 1 failure <<< FAILURES!

[...truncated 51569 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:645: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:633: Source checkout is modified!!! Offending files:
* solr/licenses/commons-fileupload-1.3.2.jar.sha1

Total time: 77 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2326/
Java: 32bit/jdk-9-ea+140 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([E410DC227EBA4A24:1D5D4F8D42CF07AE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:280)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 12495 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/init-core-data-001
   [junit4]   2> 1840440 INFO  (SUITE-ShardSplitTest-seed#[E410DC227EBA4A24]-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> 1840440 INFO  (SUITE-ShardSplitTest-seed#[E410DC227EBA4A24]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /z_/
   [junit4]   2> 1840441 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1840441 INFO  (Thread-2761) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1840441 INFO  (Thread-2761) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1840541 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkTestServer start zk server on port:41089
   [junit4]   2> 1840547 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1840549 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1840553 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1840555 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1840557 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1840560 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1840562 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1840565 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1840568 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1840572 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1840574 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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> 1841360 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/control-001/cores/collection1
   [junit4]   2> 1841362 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1841363 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b9e102{/z_,null,AVAILABLE}
   [junit4]   2> 1841366 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1136b6c{HTTP/1.1,[http/1.1]}{127.0.0.1:32799}
   [junit4]   2> 1841366 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server Started @1843055ms
   [junit4]   2> 1841366 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z_, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/tempDir-001/control/data, hostPort=32799, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/control-001/cores}
   [junit4]   2> 1841366 ERROR (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1841366 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1841366 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1841366 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1841366 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-03T02:48:29.835822Z
   [junit4]   2> 1841371 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1841371 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/control-001/solr.xml
   [junit4]   2> 1841377 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1841379 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41089/solr
   [junit4]   2> 1841395 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32799_z_
   [junit4]   2> 1841396 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.Overseer Overseer (id=97041338132987908-127.0.0.1:32799_z_-n_0000000000) starting
   [junit4]   2> 1841399 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32799_z_
   [junit4]   2> 1841399 INFO  (OverseerStateUpdate-97041338132987908-127.0.0.1:32799_z_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1841477 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/control-001/cores
   [junit4]   2> 1841477 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1841479 INFO  (OverseerStateUpdate-97041338132987908-127.0.0.1:32799_z_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1842487 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1842498 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1842579 WARN  (coreLoadExecutor-9285-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> 1842582 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1842593 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1842594 INFO  (coreLoadExecutor-9285-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.ShardSplitTest_E410DC227EBA4A24-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/control-001/cores/collection1/data/]
   [junit4]   2> 1842594 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2082
   [junit4]   2> 1842603 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=4.8486328125, floorSegmentMB=2.1728515625, forceMergeDeletesPctAllowed=25.335064693796802, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1842676 WARN  (coreLoadExecutor-9285-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> 1842685 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1842685 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1842687 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1842687 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1842689 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=23.8076171875, floorSegmentMB=2.1806640625, forceMergeDeletesPctAllowed=19.20162395361593, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8328767070469478
   [junit4]   2> 1842692 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a52acd[collection1] main]
   [junit4]   2> 1842692 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1842693 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1842693 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1842693 INFO  (searcherExecutor-9286-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a52acd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1842693 INFO  (coreLoadExecutor-9285-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552661412485005312
   [junit4]   2> 1842698 INFO  (coreZkRegister-9278-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1842698 INFO  (coreZkRegister-9278-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1842698 INFO  (coreZkRegister-9278-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:32799/z_/collection1/
   [junit4]   2> 1842698 INFO  (coreZkRegister-9278-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1842698 INFO  (coreZkRegister-9278-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:32799/z_/collection1/ has no replicas
   [junit4]   2> 1842701 INFO  (coreZkRegister-9278-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:32799/z_/collection1/ shard1
   [junit4]   2> 1842852 INFO  (coreZkRegister-9278-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1842984 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1842985 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41089/solr ready
   [junit4]   2> 1842985 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1842985 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1843780 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-1-001/cores/collection1
   [junit4]   2> 1843781 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-1-001
   [junit4]   2> 1843781 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1843782 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16b30fa{/z_,null,AVAILABLE}
   [junit4]   2> 1843782 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13a3986{HTTP/1.1,[http/1.1]}{127.0.0.1:35534}
   [junit4]   2> 1843783 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server Started @1845472ms
   [junit4]   2> 1843783 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z_, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/tempDir-001/jetty1, hostPort=35534, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-1-001/cores}
   [junit4]   2> 1843783 ERROR (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1843783 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1843783 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1843783 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1843783 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-03T02:48:32.252627Z
   [junit4]   2> 1843785 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1843785 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-1-001/solr.xml
   [junit4]   2> 1843792 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1843793 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41089/solr
   [junit4]   2> 1843798 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1843800 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35534_z_
   [junit4]   2> 1843800 INFO  (zkCallback-19406-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1843801 INFO  (zkCallback-19402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1843801 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1843910 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-1-001/cores
   [junit4]   2> 1843910 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1843912 INFO  (OverseerStateUpdate-97041338132987908-127.0.0.1:32799_z_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1844013 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1844919 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1844936 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1844996 WARN  (coreLoadExecutor-9296-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> 1844997 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1845005 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1845005 INFO  (coreLoadExecutor-9296-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.ShardSplitTest_E410DC227EBA4A24-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1845005 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2082
   [junit4]   2> 1845011 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=4.8486328125, floorSegmentMB=2.1728515625, forceMergeDeletesPctAllowed=25.335064693796802, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1845071 WARN  (coreLoadExecutor-9296-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> 1845078 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1845078 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1845080 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1845080 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1845081 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=23.8076171875, floorSegmentMB=2.1806640625, forceMergeDeletesPctAllowed=19.20162395361593, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8328767070469478
   [junit4]   2> 1845100 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12b5ba1[collection1] main]
   [junit4]   2> 1845101 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1845101 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1845101 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1845102 INFO  (searcherExecutor-9297-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12b5ba1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1845102 INFO  (coreLoadExecutor-9296-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552661415011024896
   [junit4]   2> 1845109 INFO  (coreZkRegister-9291-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1845109 INFO  (coreZkRegister-9291-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1845109 INFO  (coreZkRegister-9291-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35534/z_/collection1/
   [junit4]   2> 1845109 INFO  (coreZkRegister-9291-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1845109 INFO  (coreZkRegister-9291-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:35534/z_/collection1/ has no replicas
   [junit4]   2> 1845111 INFO  (coreZkRegister-9291-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35534/z_/collection1/ shard2
   [junit4]   2> 1845213 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1845261 INFO  (coreZkRegister-9291-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1845364 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1846184 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-2-001/cores/collection1
   [junit4]   2> 1846185 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-2-001
   [junit4]   2> 1846186 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1846187 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a3be3{/z_,null,AVAILABLE}
   [junit4]   2> 1846187 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19a9e60{HTTP/1.1,[http/1.1]}{127.0.0.1:36486}
   [junit4]   2> 1846188 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server Started @1847877ms
   [junit4]   2> 1846188 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z_, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/tempDir-001/jetty2, hostPort=36486, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-2-001/cores}
   [junit4]   2> 1846188 ERROR (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1846188 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1846188 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1846188 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1846188 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-03T02:48:34.657640Z
   [junit4]   2> 1846190 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1846190 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-2-001/solr.xml
   [junit4]   2> 1846196 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1846198 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41089/solr
   [junit4]   2> 1846202 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1846204 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36486_z_
   [junit4]   2> 1846205 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1846205 INFO  (zkCallback-19402-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1846205 INFO  (zkCallback-19406-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1846205 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1846276 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-2-001/cores
   [junit4]   2> 1846276 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1846278 INFO  (OverseerStateUpdate-97041338132987908-127.0.0.1:32799_z_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1846379 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1846379 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1847285 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1847294 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1847356 WARN  (coreLoadExecutor-9307-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> 1847358 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1847365 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1847365 INFO  (coreLoadExecutor-9307-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.ShardSplitTest_E410DC227EBA4A24-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1847365 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2082
   [junit4]   2> 1847371 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=4.8486328125, floorSegmentMB=2.1728515625, forceMergeDeletesPctAllowed=25.335064693796802, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1847420 WARN  (coreLoadExecutor-9307-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> 1847427 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1847427 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1847429 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1847429 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1847430 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=23.8076171875, floorSegmentMB=2.1806640625, forceMergeDeletesPctAllowed=19.20162395361593, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8328767070469478
   [junit4]   2> 1847432 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@197e1ce[collection1] main]
   [junit4]   2> 1847432 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1847433 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1847433 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1847433 INFO  (searcherExecutor-9308-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@197e1ce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1847433 INFO  (coreLoadExecutor-9307-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552661417455255552
   [junit4]   2> 1847437 INFO  (coreZkRegister-9302-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1847437 INFO  (coreZkRegister-9302-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1847437 INFO  (coreZkRegister-9302-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36486/z_/collection1/
   [junit4]   2> 1847437 INFO  (coreZkRegister-9302-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1847437 INFO  (coreZkRegister-9302-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:36486/z_/collection1/ has no replicas
   [junit4]   2> 1847439 INFO  (coreZkRegister-9302-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36486/z_/collection1/ shard1
   [junit4]   2> 1847540 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1847540 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1847589 INFO  (coreZkRegister-9302-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1847691 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1847692 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1848556 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-3-001/cores/collection1
   [junit4]   2> 1848557 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-3-001
   [junit4]   2> 1848557 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1848558 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@119d385{/z_,null,AVAILABLE}
   [junit4]   2> 1848558 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@359fed{HTTP/1.1,[http/1.1]}{127.0.0.1:33210}
   [junit4]   2> 1848558 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server Started @1850248ms
   [junit4]   2> 1848559 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z_, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/tempDir-001/jetty3, hostPort=33210, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-3-001/cores}
   [junit4]   2> 1848559 ERROR (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1848559 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1848559 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1848559 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1848559 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-03T02:48:37.028487Z
   [junit4]   2> 1848561 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1848561 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-3-001/solr.xml
   [junit4]   2> 1848568 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1848570 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41089/solr
   [junit4]   2> 1848575 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1848577 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33210_z_
   [junit4]   2> 1848577 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1848577 INFO  (zkCallback-19424-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1848577 INFO  (zkCallback-19406-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1848577 INFO  (zkCallback-19402-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1848577 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1848680 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1848680 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1848763 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-3-001/cores
   [junit4]   2> 1848763 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1848765 INFO  (OverseerStateUpdate-97041338132987908-127.0.0.1:32799_z_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1848866 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1848866 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1848866 INFO  (zkCallback-19424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1849779 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1849790 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1849846 WARN  (coreLoadExecutor-9318-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> 1849847 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1849855 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1849855 INFO  (coreLoadExecutor-9318-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.ShardSplitTest_E410DC227EBA4A24-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1849855 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2082
   [junit4]   2> 1849861 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=4.8486328125, floorSegmentMB=2.1728515625, forceMergeDeletesPctAllowed=25.335064693796802, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1849920 WARN  (coreLoadExecutor-9318-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> 1849927 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1849928 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1849929 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1849929 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1849930 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=23.8076171875, floorSegmentMB=2.1806640625, forceMergeDeletesPctAllowed=19.20162395361593, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8328767070469478
   [junit4]   2> 1849932 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@609aab[collection1] main]
   [junit4]   2> 1849932 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1849932 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1849932 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1849933 INFO  (searcherExecutor-9319-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@609aab[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1849933 INFO  (coreLoadExecutor-9318-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552661420076695552
   [junit4]   2> 1849937 INFO  (coreZkRegister-9313-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1849937 INFO  (updateExecutor-19421-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1849937 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1849937 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1849937 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1849937 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1849937 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:35534/z_/collection1/] and I am [http://127.0.0.1:33210/z_/collection1/]
   [junit4]   2> 1849939 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:35534/z_]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:33210_z_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1849941 INFO  (qtp32270861-75216) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1849941 INFO  (qtp32270861-75216) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 1849941 INFO  (qtp32270861-75216) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:33210_z_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:33210/z_","node_name":"127.0.0.1:33210_z_","state":"down"}
   [junit4]   2> 1850039 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1850039 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1850039 INFO  (zkCallback-19424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1850941 INFO  (qtp32270861-75216) [    ] 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:33210_z_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:33210/z_","node_name":"127.0.0.1:33210_z_","state":"recovering"}
   [junit4]   2> 1850941 INFO  (qtp32270861-75216) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1850942 INFO  (qtp32270861-75216) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:33210_z_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 1851029 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-4-001/cores/collection1
   [junit4]   2> 1851031 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-4-001
   [junit4]   2> 1851031 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1851033 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@327e63{/z_,null,AVAILABLE}
   [junit4]   2> 1851033 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d12d73{HTTP/1.1,[http/1.1]}{127.0.0.1:37049}
   [junit4]   2> 1851034 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.Server Started @1852723ms
   [junit4]   2> 1851034 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z_, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/tempDir-001/jetty4, hostPort=37049, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-4-001/cores}
   [junit4]   2> 1851034 ERROR (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1851034 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1851034 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1851034 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1851034 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-03T02:48:39.503711Z
   [junit4]   2> 1851037 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1851037 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] 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.ShardSplitTest_E410DC227EBA4A24-001/shard-4-001/solr.xml
   [junit4]   2> 1851043 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1851044 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41089/solr
   [junit4]   2> 1851049 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1851050 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37049_z_
   [junit4]   2> 1851051 INFO  (zkCallback-19402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1851051 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1851051 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1851051 INFO  (zkCallback-19406-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1851051 INFO  (zkCallback-19424-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1851052 INFO  (zkCallback-19431-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1851154 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1851154 INFO  (zkCallback-19424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1851154 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1851164 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-4-001/cores
   [junit4]   2> 1851164 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1851166 INFO  (OverseerStateUpdate-97041338132987908-127.0.0.1:32799_z_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1851267 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1851267 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1851267 INFO  (zkCallback-19424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1851267 INFO  (zkCallback-19431-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1852173 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1852184 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1852263 WARN  (coreLoadExecutor-9329-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> 1852264 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1852272 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1852272 INFO  (coreLoadExecutor-9329-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.ShardSplitTest_E410DC227EBA4A24-001/shard-4-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1852272 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2082
   [junit4]   2> 1852278 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=4.8486328125, floorSegmentMB=2.1728515625, forceMergeDeletesPctAllowed=25.335064693796802, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1852339 WARN  (coreLoadExecutor-9329-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> 1852346 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1852346 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1852348 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1852348 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1852349 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=23.8076171875, floorSegmentMB=2.1806640625, forceMergeDeletesPctAllowed=19.20162395361593, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8328767070469478
   [junit4]   2> 1852351 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19dfd27[collection1] main]
   [junit4]   2> 1852351 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1852351 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1852352 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1852352 INFO  (searcherExecutor-9330-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@19dfd27[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1852352 INFO  (coreLoadExecutor-9329-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552661422613200896
   [junit4]   2> 1852355 INFO  (coreZkRegister-9324-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1852355 INFO  (updateExecutor-19428-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1852355 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1852355 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1852355 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1852356 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1852356 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:36486/z_/collection1/] and I am [http://127.0.0.1:37049/z_/collection1/]
   [junit4]   2> 1852357 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:36486/z_]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:37049_z_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1852358 INFO  (qtp8723441-75246) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1852358 INFO  (qtp8723441-75246) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 1852358 INFO  (qtp8723441-75246) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:37049_z_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:37049/z_","node_name":"127.0.0.1:37049_z_","state":"down"}
   [junit4]   2> 1852457 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1852457 INFO  (zkCallback-19431-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1852457 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1852457 INFO  (zkCallback-19424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1852667 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1852667 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 15 for each attempt
   [junit4]   2> 1852667 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
   [junit4]   2> 1853359 INFO  (qtp8723441-75246) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:37049_z_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:37049/z_","node_name":"127.0.0.1:37049_z_","state":"recovering"}
   [junit4]   2> 1853359 INFO  (qtp8723441-75246) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1853359 INFO  (qtp8723441-75246) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:37049_z_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 1857942 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:35534/z_/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1857942 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:33210/z_ START replicas=[http://127.0.0.1:35534/z_/collection1/] nUpdates=100
   [junit4]   2> 1857944 INFO  (qtp32270861-75216) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1857944 INFO  (qtp32270861-75216) [    ] o.a.s.c.S.Request [collection1]  webapp=/z_ path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1857945 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1857945 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1857945 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1857945 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1857946 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1857946 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1857946 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1857946 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1857946 INFO  (recoveryExecutor-19422-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1857947 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1857947 INFO  (zkCallback-19424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1857947 INFO  (zkCallback-19431-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1857947 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1860359 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:36486/z_/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1860359 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:37049/z_ START replicas=[http://127.0.0.1:36486/z_/collection1/] nUpdates=100
   [junit4]   2> 1860362 INFO  (qtp8723441-75246) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1860362 INFO  (qtp8723441-75246) [    ] o.a.s.c.S.Request [collection1]  webapp=/z_ path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1860362 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1860363 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1860363 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1860363 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1860363 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1860363 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1860364 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1860364 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1860364 INFO  (recoveryExecutor-19429-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1860365 INFO  (zkCallback-19431-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1860365 INFO  (zkCallback-19418-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1860365 INFO  (zkCallback-19424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1860365 INFO  (zkCallback-19412-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1860671 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1860672 INFO  (qtp1487324-75179) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1860672 INFO  (qtp1487324-75179) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1860673 INFO  (qtp1487324-75179) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1860673 INFO  (qtp1487324-75179) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z_ path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 1860675 INFO  (qtp8723441-75247) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1860675 INFO  (qtp8723441-75247) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1860676 INFO  (qtp32270861-75216) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1860677 INFO  (qtp32270861-75216) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1860677 INFO  (qtp3495566-75308) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1860677 INFO  (qtp8723441-75247) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1860677 INFO  (qtp28078424-75274) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1860677 INFO  (qtp8723441-75247) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z_ path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35534/z_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 1860677 INFO  (qtp3495566-75308) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1860677 INFO  (qtp28078424-75274) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1860678 INFO  (qtp32270861-75216) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1860678 INFO  (qtp32270861-75216) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z_ path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35534/z_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 1860678 INFO  (qtp3495566-75308) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1860678 INFO  (qtp3495566-75308) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z_ path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35534/z_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 1860679 INFO  (qtp28078424-75274) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1860679 INFO  (qtp28078424-75274) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z_ path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35534/z_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 1860679 INFO  (qtp32270861-75211) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z_ path=/update params={_stateVer_=collection1:15&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 1860680 INFO  (qtp32270861-75214) [    ] o.a.s.c.S.Request [collection1]  webapp=/z_ path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1860681 INFO  (qtp28078424-75276) [    ] o.a.s.c.S.Request [collection1]  webapp=/z_ path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1860682 INFO  (qtp8723441-75246) [    ] o.a.s.c.S.Request [collection1]  webapp=/z_ path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1860683 INFO  (qtp3495566-75310) [    ] o.a.s.c.S.Request [collection1]  webapp=/z_ path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1862683 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ShardSplitTest Using legacyCloud=false for cluster
   [junit4]   2> 1862684 INFO  (qtp1487324-75173) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1862685 INFO  (qtp1487324-75173) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1862688 INFO  (qtp8723441-75241) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :splitshard with params ranges=80000000-9fffffff&action=SPLITSHARD&collection=collection1&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1862689 INFO  (OverseerThreadFactory-9283-thread-1) [    ] o.a.s.c.SplitShardCmd Split shard invoked
   [junit4]   2> 1862690 ERROR (OverseerThreadFactory-9283-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Collection: collection1 operation: splitshard failed:org.apache.solr.common.SolrException: There must be at least two ranges specified to split a shard
   [junit4]   2> 	at org.apache.solr.cloud.SplitShardCmd.split(SplitShardCmd.java:147)
   [junit4]   2> 	at org.apache.solr.cloud.SplitShardCmd.call(SplitShardCmd.java:75)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1161)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 
   [junit4]   2> 1862692 INFO  (qtp8723441-75241) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={ranges=80000000-9fffffff&action=SPLITSHARD&collection=collection1&shard=shard1&wt=javabin&version=2} status=400 QTime=4
   [junit4]   2> 1862693 INFO  (TEST-ShardSplitTest.test-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ShardSplitTest Expected exception:
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:36486/z_: There must be at least two ranges specified to split a shard
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:593)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:943)
   [junit4]   2> 	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:554)
   [junit4]   2> 	at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:100)
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [j

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

0000003) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40325_z_
   [junit4]   2> 2256493 INFO  (zkCallback-19587-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2256493 INFO  (zkCallback-19611-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33633_z_
   [junit4]   2> 2256493 INFO  (zkCallback-19611-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2256493 INFO  (zkCallback-19611-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97041362157174801-127.0.0.1:33633_z_-n_0000000004) starting
   [junit4]   2> 2257993 WARN  (zkCallback-19604-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2257994 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b38a1a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2257994 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@bc91f4{/z_,null,UNAVAILABLE}
   [junit4]   2> 2257994 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 33633
   [junit4]   2> 2257994 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=25714373
   [junit4]   2> 2257995 INFO  (coreCloseExecutor-9947-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@19c1884
   [junit4]   2> 2258004 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.Overseer Overseer (id=97041362157174801-127.0.0.1:33633_z_-n_0000000004) closing
   [junit4]   2> 2258004 INFO  (OverseerStateUpdate-97041362157174801-127.0.0.1:33633_z_-n_0000000004) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33633_z_
   [junit4]   2> 2258005 INFO  (zkCallback-19587-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2259505 WARN  (zkCallback-19611-thread-3) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2259506 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@993097{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2259506 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[E410DC227EBA4A24]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14d5610{/z_,null,UNAVAILABLE}
   [junit4]   2> 2259507 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 35449
   [junit4]   2> 2259509 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[E410DC227EBA4A24]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44678 44678
   [junit4]   2> 2259605 INFO  (Thread-3070) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44678 44678
   [junit4]   2> 2259606 WARN  (Thread-3070) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	5	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/testSplitStaticIndexReplication/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97041362157174792-127.0.0.1:41705_z_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	49	/solr/overseer/queue
   [junit4]   2> 	38	/solr/overseer/collection-queue-work
   [junit4]   2> 	19	/solr/overseer/queue-work
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2259607 INFO  (SUITE-ShardSplitTest-seed#[E410DC227EBA4A24]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_E410DC227EBA4A24-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {shard_s=FST50, rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), _version_=FST50, n_ti=FST50, a_t=FST50, a_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, maxPointsInLeafNode=1674, maxMBSortInHeap=5.792249040542698, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=uz-UZ, timezone=Europe/Kaliningrad
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=70108632,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestRestoreCore, CopyFieldTest, TestManagedSchemaThreadSafety, TestInitParams, BitVectorTest, SimplePostToolTest, HLLSerializationTest, DocumentBuilderTest, TestCollationFieldDocValues, CdcrReplicationHandlerTest, TestPKIAuthenticationPlugin, TestSystemIdResolver, BlockJoinFacetSimpleTest, TestCoreContainer, CollectionsAPIDistributedZkTest, CustomCollectionTest, TestExactSharedStatsCache, FileUtilsTest, TlogReplayBufferedWhileIndexingTest, TestRequestForwarding, TestLegacyFieldCache, RecoveryAfterSoftCommitTest, TestDistributedGrouping, BJQParserTest, HdfsDirectoryFactoryTest, BlockDirectoryTest, TestCustomDocTransformer, TestDeleteCollectionOnDownNodes, TestSchemaResource, TestMiniSolrCloudClusterSSL, DistributedIntervalFacetingTest, TestHashQParserPlugin, ZkCLITest, TestQueryUtils, MultiTermTest, TestFreeTextSuggestions, ClusterStateUpdateTest, ShardRoutingTest, TestShardHandlerFactory, HdfsLockFactoryTest, TestCursorMarkWithoutUniqueKey, ChaosMonkeySafeLeaderTest, SystemInfoHandlerTest, TestFiltering, DeleteStatusTest, SuggesterFSTTest, CoreSorterTest, RequestLoggingTest, TestSubQueryTransformerDistrib, TestIntervalFaceting, TestSearchPerf, SpellingQueryConverterTest, HdfsRecoverLeaseTest, TestLRUCache, TestDocBasedVersionConstraints, TestDynamicLoading, TestExclusionRuleCollectionAccess, SpatialFilterTest, TestFastOutputStream, DirectSolrSpellCheckerTest, BadCopyFieldTest, JsonLoaderTest, TestRandomRequestDistribution, TestHashPartitioner, TestLeaderElectionZkExpiry, BasicAuthIntegrationTest, TestSolr4Spatial2, URLClassifyProcessorTest, SchemaVersionSpecificBehaviorTest, ShardRoutingCustomTest, TestJettySolrRunner, TestAnalyzeInfixSuggestions, TestPartialUpdateDeduplication, TestMinMaxOnMultiValuedField, TestElisionMultitermQuery, TestFieldSortValues, TestFieldCacheReopen, TestRestManager, TestSolrXml, SolrCmdDistributorTest, BaseCdcrDistributedZkTest, OpenCloseCoreStressTest, TestWordDelimiterFilterFactory, SSLMigrationTest, TestReRankQParserPlugin, TestShortCircuitedRequests, TestQueryWrapperFilter, TestUniqueKeyFieldResource, TemplateUpdateProcessorTest, SecurityConfHandlerTest, TestLockTree, PreAnalyzedFieldManagedSchemaCloudTest, TestRTimerTree, HighlighterTest, TestLMDirichletSimilarityFactory, SuggestComponentContextFilterQueryTest, HttpSolrCallGetCoreTest, MultiThreadedOCPTest, TestUseDocValuesAsStored2, CollectionReloadTest, SolrInfoMBeanTest, SolrIndexSplitterTest, TestStressLiveNodes, BasicFunctionalityTest, DistanceFunctionTest, DocValuesNotIndexedTest, TestRawResponseWriter, ZkSolrClientTest, BasicDistributedZk2Test, OverseerTest, FullSolrCloudDistribCmdsTest, TestDistributedSearch, DistributedTermsComponentTest, SpellCheckComponentTest, ConvertedLegacyTest, TestLazyCores, TestIndexSearcher, SoftAutoCommitTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterTSTTest, TestStressLucene, TestTrie, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestReversedWildcardFilterFactory, TestOmitPositions, TermsComponentTest, RequestHandlersTest, TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser, LoggingHandlerTest, ReturnFieldsTest, TestCSVResponseWriter, TestAnalyzedSuggestions, CSVRequestHandlerTest, SearchHandlerTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestBinaryField, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, TestCharFilters, TestCodecSupport, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TestFastLRUCache, PrimUtilsTest, DateFieldTest, TestUtils, ZkNodePropsTest, TestRTGBase, TestDistributedMissingSort, ConnectionReuseTest, AssignTest, AsyncCallRequestStatusResponseTest, CdcrBootstrapTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, ShardSplitTest]
   [junit4] Completed [549/658 (1!)] on J1 in 419.19s, 5 tests, 1 failure <<< FAILURES!

[...truncated 50359 lines...]