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

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2195/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:44845","node_name":"127.0.0.1:44845_","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:35779",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:35779_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:44845",
          "node_name":"127.0.0.1:44845_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:37579",
          "node_name":"127.0.0.1:37579_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([223ADF509CA06930:AA6EE08A325C04C8]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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(Thread.java:745)




Build Log:
[...truncated 11505 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/init-core-data-001
   [junit4]   2> 752252 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[223ADF509CA06930]-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> 752252 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[223ADF509CA06930]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 752254 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 752254 INFO  (Thread-1760) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 752254 INFO  (Thread-1760) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 752354 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.ZkTestServer start zk server on port:33368
   [junit4]   2> 752359 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752360 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752362 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752363 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752363 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752364 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752364 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752365 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752365 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752365 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 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> 752873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores/collection1
   [junit4]   2> 752874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 752875 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b101cc6{/,null,AVAILABLE}
   [junit4]   2> 752876 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.ServerConnector Started ServerConnector@56ab88be{HTTP/1.1,[http/1.1]}{127.0.0.1:43170}
   [junit4]   2> 752876 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.Server Started @755840ms
   [junit4]   2> 752876 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/tempDir-001/control/data, hostContext=/, hostPort=35719, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores}
   [junit4]   2> 752876 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 752876 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 752876 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 752876 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 752876 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-16T14:27:35.127Z
   [junit4]   2> 752879 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 752879 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/solr.xml
   [junit4]   2> 752886 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 752886 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33368/solr
   [junit4]   2> 752896 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:35719_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35719_
   [junit4]   2> 752897 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:35719_    ] o.a.s.c.Overseer Overseer (id=96947827802505220-127.0.0.1:35719_-n_0000000000) starting
   [junit4]   2> 752899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:35719_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35719_
   [junit4]   2> 752900 INFO  (zkCallback-1287-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 752910 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:35719_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores
   [junit4]   2> 752910 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:35719_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 752911 INFO  (OverseerStateUpdate-96947827802505220-127.0.0.1:35719_-n_0000000000) [n:127.0.0.1:35719_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 753917 WARN  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 753918 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 753928 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 754010 WARN  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 754013 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 754020 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 754021 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores/collection1/data/]
   [junit4]   2> 754021 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fdd2
   [junit4]   2> 754022 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 754024 WARN  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 754031 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 754031 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 754031 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 754031 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 754032 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=71.7177734375, floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=7.399867239977889, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 754032 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d9b4597[collection1] main]
   [junit4]   2> 754032 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 754033 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 754033 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 754033 INFO  (searcherExecutor-3786-thread-1-processing-n:127.0.0.1:35719_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4d9b4597[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 754033 INFO  (coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551165246704451584
   [junit4]   2> 754037 INFO  (coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 754037 INFO  (coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 754038 INFO  (coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35719/collection1/
   [junit4]   2> 754038 INFO  (coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 754038 INFO  (coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:35719/collection1/ has no replicas
   [junit4]   2> 754039 INFO  (coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35719/collection1/ shard1
   [junit4]   2> 754190 INFO  (coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 754413 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 754414 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 754471 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores/collection1
   [junit4]   2> 754472 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001
   [junit4]   2> 754472 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 754473 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@215a70b9{/,null,AVAILABLE}
   [junit4]   2> 754473 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.ServerConnector Started ServerConnector@75a3ff85{HTTP/1.1,[http/1.1]}{127.0.0.1:45588}
   [junit4]   2> 754474 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.Server Started @757438ms
   [junit4]   2> 754474 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=44845, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores}
   [junit4]   2> 754474 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 754474 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 754474 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 754474 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 754474 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-16T14:27:36.725Z
   [junit4]   2> 754476 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 754476 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/solr.xml
   [junit4]   2> 754481 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 754482 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33368/solr
   [junit4]   2> 754488 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:44845_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 754489 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:44845_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44845_
   [junit4]   2> 754490 INFO  (zkCallback-1296-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 754491 INFO  (zkCallback-1291-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 754491 INFO  (zkCallback-1287-thread-2-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 754500 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:44845_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores
   [junit4]   2> 754500 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:44845_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 754501 INFO  (OverseerStateUpdate-96947827802505220-127.0.0.1:35719_-n_0000000000) [n:127.0.0.1:35719_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 755508 WARN  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 755509 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 755519 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 755594 WARN  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 755596 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 755601 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 755602 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 755602 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fdd2
   [junit4]   2> 755602 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 755612 WARN  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 755618 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 755618 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 755619 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 755619 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 755619 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=71.7177734375, floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=7.399867239977889, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 755619 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1edf63a2[collection1] main]
   [junit4]   2> 755620 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 755620 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 755620 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 755621 INFO  (searcherExecutor-3797-thread-1-processing-n:127.0.0.1:44845_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1edf63a2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 755621 INFO  (coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551165248369590272
   [junit4]   2> 755626 INFO  (coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 755626 INFO  (coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 755626 INFO  (coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44845/collection1/
   [junit4]   2> 755626 INFO  (coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 755626 INFO  (coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:44845/collection1/ has no replicas
   [junit4]   2> 755628 INFO  (coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44845/collection1/ shard2
   [junit4]   2> 755778 INFO  (coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 756060 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/collection1
   [junit4]   2> 756061 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001
   [junit4]   2> 756061 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 756062 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@727f0fcd{/,null,AVAILABLE}
   [junit4]   2> 756062 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.ServerConnector Started ServerConnector@33c480{HTTP/1.1,[http/1.1]}{127.0.0.1:36877}
   [junit4]   2> 756063 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.Server Started @759027ms
   [junit4]   2> 756063 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=37579, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores}
   [junit4]   2> 756063 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 756063 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 756063 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 756063 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 756063 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-16T14:27:38.314Z
   [junit4]   2> 756065 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 756065 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/solr.xml
   [junit4]   2> 756069 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 756069 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33368/solr
   [junit4]   2> 756075 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:37579_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 756076 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:37579_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37579_
   [junit4]   2> 756077 INFO  (zkCallback-1291-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 756078 INFO  (zkCallback-1302-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 756078 INFO  (zkCallback-1287-thread-3-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 756078 INFO  (zkCallback-1296-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 756100 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:37579_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores
   [junit4]   2> 756100 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:37579_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 756102 INFO  (OverseerStateUpdate-96947827802505220-127.0.0.1:35719_-n_0000000000) [n:127.0.0.1:35719_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 757108 WARN  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 757109 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 757120 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 757187 WARN  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 757188 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 757195 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 757195 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 757195 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fdd2
   [junit4]   2> 757196 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 757198 WARN  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 757204 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 757204 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 757214 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 757215 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 757215 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=71.7177734375, floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=7.399867239977889, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 757215 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@60715a07[collection1] main]
   [junit4]   2> 757216 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 757216 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 757216 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 757217 INFO  (searcherExecutor-3808-thread-1-processing-n:127.0.0.1:37579_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60715a07[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 757217 INFO  (coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551165250043117568
   [junit4]   2> 757221 INFO  (coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 757221 INFO  (coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 757221 INFO  (coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37579/collection1/
   [junit4]   2> 757221 INFO  (coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 757221 INFO  (coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:37579/collection1/ has no replicas
   [junit4]   2> 757224 INFO  (coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37579/collection1/ shard1
   [junit4]   2> 757374 INFO  (coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 757661 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores/collection1
   [junit4]   2> 757661 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001
   [junit4]   2> 757662 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 757663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24f9795c{/,null,AVAILABLE}
   [junit4]   2> 757663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6e1532ec{HTTP/1.1,[http/1.1]}{127.0.0.1:35549}
   [junit4]   2> 757663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.Server Started @760627ms
   [junit4]   2> 757663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=35779, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores}
   [junit4]   2> 757663 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 757663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 757663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 757663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 757663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-16T14:27:39.914Z
   [junit4]   2> 757665 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 757665 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/solr.xml
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 757670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33368/solr
   [junit4]   2> 757676 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:35779_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 757679 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:35779_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35779_
   [junit4]   2> 757680 INFO  (zkCallback-1302-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757680 INFO  (zkCallback-1296-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757680 INFO  (zkCallback-1308-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757680 INFO  (zkCallback-1291-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757680 INFO  (zkCallback-1287-thread-3-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:35779_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores
   [junit4]   2> 757693 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [n:127.0.0.1:35779_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 757694 INFO  (OverseerStateUpdate-96947827802505220-127.0.0.1:35719_-n_0000000000) [n:127.0.0.1:35719_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 758700 WARN  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 758701 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 758734 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 758800 WARN  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 758802 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 758808 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 758808 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 758808 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fdd2
   [junit4]   2> 758809 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 758812 WARN  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 758817 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 758817 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 758818 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 758818 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 758819 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=71.7177734375, floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=7.399867239977889, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 758819 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b615342[collection1] main]
   [junit4]   2> 758819 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 758819 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 758820 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 758820 INFO  (searcherExecutor-3819-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b615342[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 758820 INFO  (coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551165251723984896
   [junit4]   2> 758823 INFO  (coreZkRegister-3813-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 758824 INFO  (updateExecutor-1305-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 758824 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 758824 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 758824 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 758824 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 758824 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:44845/collection1/] and I am [http://127.0.0.1:35779/collection1/]
   [junit4]   2> 758825 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:44845]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35779_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 758826 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48904,localport=44845], receiveBufferSize:531000
   [junit4]   2> 758826 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45588,localport=36330], receiveBufferSize=530904
   [junit4]   2> 758827 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 758827 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 758827 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] 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:35779_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35779","node_name":"127.0.0.1:35779_","state":"down"}
   [junit4]   2> 759195 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 759195 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 759195 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 759827 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] 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:35779_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35779","node_name":"127.0.0.1:35779_","state":"recovering"}
   [junit4]   2> 759828 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 759828 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:35779_&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> 766828 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:44845/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 766828 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:35779 START replicas=[http://127.0.0.1:44845/collection1/] nUpdates=100
   [junit4]   2> 766830 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48910,localport=44845], receiveBufferSize:531000
   [junit4]   2> 766830 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45588,localport=36336], receiveBufferSize=530904
   [junit4]   2> 766830 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 766830 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 766831 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 766831 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 766831 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 766831 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 766831 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 766831 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 766831 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 766831 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 766831 INFO  (recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 767196 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 767196 INFO  (SocketProxy-Acceptor-35719) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=45976,localport=35719], receiveBufferSize:531000
   [junit4]   2> 767196 INFO  (SocketProxy-Acceptor-35719) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43170,localport=35506], receiveBufferSize=530904
   [junit4]   2> 767197 INFO  (qtp1076023918-7199) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 767197 INFO  (qtp1076023918-7199) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 767197 INFO  (qtp1076023918-7199) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 767197 INFO  (qtp1076023918-7199) [n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 767198 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48918,localport=44845], receiveBufferSize:531000
   [junit4]   2> 767198 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45588,localport=36344], receiveBufferSize=530904
   [junit4]   2> 767200 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48924,localport=44845], receiveBufferSize:531000
   [junit4]   2> 767200 INFO  (SocketProxy-Acceptor-37579) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51076,localport=37579], receiveBufferSize:531000
   [junit4]   2> 767200 INFO  (SocketProxy-Acceptor-35779) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44846,localport=35779], receiveBufferSize:531000
   [junit4]   2> 767201 INFO  (SocketProxy-Acceptor-35779) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35549,localport=56520], receiveBufferSize=530904
   [junit4]   2> 767201 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 767201 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45588,localport=36352], receiveBufferSize=530904
   [junit4]   2> 767201 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 767201 INFO  (SocketProxy-Acceptor-37579) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36877,localport=49596], receiveBufferSize=530904
   [junit4]   2> 767201 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 767201 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44845/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 767201 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 767201 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 767201 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 767201 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 767201 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 767201 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 767201 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44845/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 767201 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44845/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 767202 INFO  (qtp683625771-7235) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 3
   [junit4]   2> 767202 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48934,localport=44845], receiveBufferSize:531000
   [junit4]   2> 767203 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45588,localport=36360], receiveBufferSize=530904
   [junit4]   2> 767203 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 767203 INFO  (SocketProxy-Acceptor-35779) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44858,localport=35779], receiveBufferSize:531000
   [junit4]   2> 767204 INFO  (SocketProxy-Acceptor-35779) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35549,localport=56528], receiveBufferSize=530904
   [junit4]   2> 767204 INFO  (qtp98951620-7294) [n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 767204 INFO  (SocketProxy-Acceptor-37579) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51096,localport=37579], receiveBufferSize:531000
   [junit4]   2> 767205 INFO  (SocketProxy-Acceptor-37579) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36877,localport=49610], receiveBufferSize=530904
   [junit4]   2> 767205 INFO  (qtp323726591-7265) [n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 769205 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 769206 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48946,localport=44845], receiveBufferSize:531000
   [junit4]   2> 769206 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45588,localport=36372], receiveBufferSize=530904
   [junit4]   2> 769206 INFO  (qtp683625771-7235) [n:127.0.0.1:44845_    ] 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> 769208 INFO  (OverseerThreadFactory-3783-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 769208 INFO  (OverseerThreadFactory-3783-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-35779) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44870,localport=35779], receiveBufferSize:531000
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-37579) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51106,localport=37579], receiveBufferSize:531000
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48952,localport=44845], receiveBufferSize:531000
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-35779) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35549,localport=56544], receiveBufferSize=530904
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-37579) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36877,localport=49624], receiveBufferSize=530904
   [junit4]   2> 769311 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_    ] 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> 769311 INFO  (SocketProxy-Acceptor-44845) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45588,localport=36384], receiveBufferSize=530904
   [junit4]   2> 769311 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_    ] 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> 769311 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_    ] 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> 770320 WARN  (qtp323726591-7264) [n:127.0.0.1:37579_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 770321 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 770322 WARN  (qtp98951620-7292) [n:127.0.0.1:35779_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 770322 WARN  (qtp683625771-7231) [n:127.0.0.1:44845_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 770323 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 770323 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 770348 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 770355 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 770357 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 770434 WARN  (qtp323726591-7264) [n:127.0.0.1:37579_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] 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> 770436 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 770440 WARN  (qtp683625771-7231) [n:127.0.0.1:44845_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] 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> 770442 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 770442 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from collection c8n_1x3_lf
   [junit4]   2> 770443 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 770443 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fdd2
   [junit4]   2> 770443 WARN  (qtp98951620-7292) [n:127.0.0.1:35779_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] 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> 770444 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index

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

795 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.Overseer Overseer (id=96947827802505230-127.0.0.1:35779_-n_0000000003) closing
   [junit4]   2> 865795 INFO  (OverseerStateUpdate-96947827802505230-127.0.0.1:35779_-n_0000000003) [n:127.0.0.1:35779_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35779_
   [junit4]   2> 865800 WARN  (zkCallback-1308-thread-4-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 865801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6e1532ec{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 865801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@24f9795c{/,null,UNAVAILABLE}
   [junit4]   2> 865802 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33368 33368
   [junit4]   2> 865871 INFO  (Thread-1760) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33368 33368
   [junit4]   2> 865871 WARN  (Thread-1760) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96947827802505224-127.0.0.1:44845_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	111	/solr/overseer/collection-queue-work
   [junit4]   2> 	42	/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> 865871 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:35719/, target: http://127.0.0.1:43170/
   [junit4]   2> 865872 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:37579/, target: http://127.0.0.1:36877/
   [junit4]   2> 865872 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.SocketProxy Closing 12 connections to: http://127.0.0.1:44845/, target: http://127.0.0.1:45588/
   [junit4]   2> 865872 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:35779/, target: http://127.0.0.1:35549/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=223ADF509CA06930 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=Africa/Conakry -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  114s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:44845","node_name":"127.0.0.1:44845_","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:35779",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:35779_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:44845",
   [junit4]    >           "node_name":"127.0.0.1:44845_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:37579",
   [junit4]    >           "node_name":"127.0.0.1:37579_",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([223ADF509CA06930:AA6EE08A325C04C8]: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 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(Thread.java:745)
   [junit4]   2> 865874 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[223ADF509CA06930]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001
   [junit4]   2> Nov 16, 2016 2:29:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=Lucene50(blocksize=128), _version_=BlockTreeOrds(blocksize=128), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=BlockTreeOrds(blocksize=128), intDefault=BlockTreeOrds(blocksize=128), id=Lucene50(blocksize=128), range_facet_i_dv=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=396, maxMBSortInHeap=6.607853036595631, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=sq, timezone=Africa/Conakry
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=215225112,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheSanityChecker, SolrIndexConfigTest, CustomCollectionTest, TestBlendedInfixSuggestions, SharedFSAutoReplicaFailoverUtilsTest, TestSolrFieldCacheMBean, DirectSolrConnectionTest, TestQueryUtils, TestOrdValues, TestHighFrequencyDictionaryFactory, TestMiniSolrCloudCluster, TestConfigSetProperties, TestCoreContainer, TestInfoStreamLogging, ZkSolrClientTest, SortByFunctionTest, SystemInfoHandlerTest, TestCharFilters, RemoteQueryErrorTest, TestBackupRepositoryFactory, TestRandomCollapseQParserPlugin, TestQuerySenderListener, ConfigSetsAPITest, TestTrie, TestConfigReload, DocumentBuilderTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestFieldTypeResource, OpenCloseCoreStressTest, TestSimpleTrackingShardHandler, SimplePostToolTest, BooleanFieldTest, TestJsonRequest, HdfsNNFailoverTest, TestLeaderInitiatedRecoveryThread, TestSweetSpotSimilarityFactory, DistanceFunctionTest, TestHashPartitioner, TestJettySolrRunner, TestCustomDocTransformer, TestPartialUpdateDeduplication, TestRecoveryHdfs, TestSolrCoreSnapshots, IndexBasedSpellCheckerTest, ZkStateWriterTest, StressHdfsTest, DeleteStatusTest, SolrIndexSplitterTest, TestSolrCLIRunExample, CdcrReplicationHandlerTest, DistributedQueryComponentCustomSortTest, TestComplexPhraseQParserPlugin, SaslZkACLProviderTest, TestDefaultSearchFieldResource, DataDrivenBlockJoinTest, TestFieldCacheVsDocValues, LoggingHandlerTest, TermsComponentTest, TestFilteredDocIdSet, ClusterStateUpdateTest, CollectionsAPIAsyncDistributedZkTest, IndexSchemaTest, WordBreakSolrSpellCheckerTest, CloneFieldUpdateProcessorFactoryTest, HdfsRestartWhileUpdatingTest, SpatialHeatmapFacetsTest, PKIAuthenticationIntegrationTest, TestRawTransformer, BufferStoreTest, TestLuceneMatchVersion, SpellCheckCollatorTest, LeaderInitiatedRecoveryOnShardRestartTest, CSVRequestHandlerTest, RulesTest, TestManagedSchema, TestReloadAndDeleteDocs, AliasIntegrationTest, ForceLeaderTest, JsonLoaderTest, BasicFunctionalityTest, AddBlockUpdateTest, TestSolrQueryParserDefaultOperatorResource, TestGraphMLResponseWriter, JSONWriterTest, TestClassicSimilarityFactory, OverseerModifyCollectionTest, TestBM25SimilarityFactory, TestFieldCollectionResource, TestRequestStatusCollectionAPI, TestQueryTypes, DocValuesMissingTest, SpellingQueryConverterTest, HLLUtilTest, TestLMDirichletSimilarityFactory, TestOnReconnectListenerSupport, StatsReloadRaceTest, TestRTGBase, ShardRoutingTest, TestFastOutputStream, TestSubQueryTransformer, TestLRUCache, TestCursorMarkWithoutUniqueKey, SampleTest, DocValuesTest, CopyFieldTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [242/653 (1!)] on J1 in 114.64s, 1 test, 1 failure <<< FAILURES!

[...truncated 61971 lines...]


[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_102) - Build # 2197 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2197/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.codecs.asserting.TestAssertingDocValuesFormat

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([9CFA98DB3EC0F5F0]:0)


FAILED:  org.apache.lucene.codecs.asserting.TestAssertingDocValuesFormat.testZeroOrMin

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([9CFA98DB3EC0F5F0]:0)




Build Log:
[...truncated 2053 lines...]
   [junit4] Suite: org.apache.lucene.codecs.asserting.TestAssertingDocValuesFormat
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAssertingDocValuesFormat -Dtests.method=testZeroOrMin -Dtests.seed=9CFA98DB3EC0F5F0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=America/Antigua -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7171s J2 | TestAssertingDocValuesFormat.testZeroOrMin <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9CFA98DB3EC0F5F0]:0)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/test-framework/test/J2/temp/lucene.codecs.asserting.TestAssertingDocValuesFormat_9CFA98DB3EC0F5F0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=353, maxMBSortInHeap=7.4011549977882725, sim=RandomSimilarity(queryNorm=false,coord=no): {fieldname=LM Jelinek-Mercer(0.700000), docId=LM Jelinek-Mercer(0.700000), id=DFR G3(800.0)}, locale=vi-VN, timezone=America/Antigua
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=452024808,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestLookaheadTokenFilter, TestExtrasFS, NestedSetupChain, NestedTeardownChain, TestLeakFS, Nested, TestAssertingLeafReader, Before3, Before3, TestGraphTokenizers, TestMockAnalyzer, Nested, Nested2, TestMockDirectoryWrapper, TestMockSynonymFilter, TestAssertingDocValuesFormat]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAssertingDocValuesFormat -Dtests.seed=9CFA98DB3EC0F5F0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=America/Antigua -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestAssertingDocValuesFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9CFA98DB3EC0F5F0]:0)
   [junit4] Completed [42/42 (1!)] on J2 in 7220.06s, 87 tests, 2 errors <<< FAILURES!

[...truncated 71547 lines...]


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

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

1 tests failed.
FAILED:  org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:45655/solr/managed-preanalyzed, https://127.0.0.1:33013/solr/managed-preanalyzed]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45655/solr/managed-preanalyzed, https://127.0.0.1:33013/solr/managed-preanalyzed]
	at __randomizedtesting.SeedInfo.seed([7C2933234486A405:D43C81C8988037F3]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1292)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1062)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.addField(PreAnalyzedFieldManagedSchemaCloudTest.java:61)
	at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields(PreAnalyzedFieldManagedSchemaCloudTest.java:52)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:33013/solr/managed-preanalyzed: No such path /schema/fields/field2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:593)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
	... 45 more




Build Log:
[...truncated 11221 lines...]
   [junit4] Suite: org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/init-core-data-001
   [junit4]   2> 663070 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 663073 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001
   [junit4]   2> 663073 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 663074 INFO  (Thread-1060) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 663074 INFO  (Thread-1060) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 663174 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34507
   [junit4]   2> 663181 INFO  (jetty-launcher-755-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 663181 INFO  (jetty-launcher-755-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 663182 INFO  (jetty-launcher-755-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@182c558{/solr,null,AVAILABLE}
   [junit4]   2> 663182 INFO  (jetty-launcher-755-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b296b8{/solr,null,AVAILABLE}
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@add126{SSL,[ssl, http/1.1]}{127.0.0.1:45655}
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@1b20533{SSL,[ssl, http/1.1]}{127.0.0.1:33013}
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-2) [    ] o.e.j.s.Server Started @665060ms
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-1) [    ] o.e.j.s.Server Started @665060ms
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45655}
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33013}
   [junit4]   2> 663183 ERROR (jetty-launcher-755-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 663183 ERROR (jetty-launcher-755-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-16T17:46:56.845525Z
   [junit4]   2> 663183 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-16T17:46:56.845562Z
   [junit4]   2> 663185 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 663185 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 663190 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1586e3fad6b0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 663193 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 663194 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 663195 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34507/solr
   [junit4]   2> 663196 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34507/solr
   [junit4]   2> 663206 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33013_solr
   [junit4]   2> 663206 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45655_solr
   [junit4]   2> 663206 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96948611759931398-127.0.0.1:33013_solr-n_0000000000) starting
   [junit4]   2> 663207 INFO  (zkCallback-765-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 663207 INFO  (zkCallback-766-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 663210 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33013_solr
   [junit4]   2> 663210 INFO  (zkCallback-766-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 663210 INFO  (zkCallback-765-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 663230 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/.
   [junit4]   2> 663231 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/.
   [junit4]   2> 663236 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 663314 INFO  (qtp31971719-4580) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cloud-managed-preanalyzed&maxShardsPerNode=1&name=managed-preanalyzed&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 663315 INFO  (OverseerThreadFactory-2333-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection managed-preanalyzed
   [junit4]   2> 663422 INFO  (qtp31971719-4594) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard1_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard1&wt=javabin&version=2
   [junit4]   2> 663501 INFO  (qtp10533388-4579) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard2_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard2&wt=javabin&version=2
   [junit4]   2> 663604 INFO  (zkCallback-765-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 663604 INFO  (zkCallback-766-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 664429 INFO  (qtp31971719-4594) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 664436 INFO  (qtp31971719-4594) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 664442 INFO  (qtp31971719-4594) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 664443 INFO  (qtp31971719-4594) [    ] o.a.s.c.CoreContainer Creating SolrCore 'managed-preanalyzed_shard1_replica1' using configuration from collection managed-preanalyzed
   [junit4]   2> 664443 INFO  (qtp31971719-4594) [    ] o.a.s.c.SolrCore [[managed-preanalyzed_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/managed-preanalyzed_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/./managed-preanalyzed_shard1_replica1/data/]
   [junit4]   2> 664450 INFO  (qtp31971719-4594) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 664450 INFO  (qtp31971719-4594) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 664455 INFO  (qtp31971719-4594) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 664455 INFO  (qtp31971719-4594) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 664455 INFO  (qtp31971719-4594) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dd6f3c[managed-preanalyzed_shard1_replica1] main]
   [junit4]   2> 664456 INFO  (qtp31971719-4594) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed
   [junit4]   2> 664456 INFO  (qtp31971719-4594) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed
   [junit4]   2> 664457 INFO  (qtp31971719-4594) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 664458 INFO  (qtp31971719-4594) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 664458 INFO  (searcherExecutor-2338-thread-1) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@1dd6f3c[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 664458 INFO  (qtp31971719-4594) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551177789598597120
   [junit4]   2> 664462 INFO  (qtp31971719-4594) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 664462 INFO  (qtp31971719-4594) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 664462 INFO  (qtp31971719-4594) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33013/solr/managed-preanalyzed_shard1_replica1/
   [junit4]   2> 664463 INFO  (qtp31971719-4594) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 664463 INFO  (qtp31971719-4594) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:33013/solr/managed-preanalyzed_shard1_replica1/ has no replicas
   [junit4]   2> 664464 INFO  (qtp31971719-4594) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33013/solr/managed-preanalyzed_shard1_replica1/ shard1
   [junit4]   2> 664515 INFO  (qtp10533388-4579) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 664526 INFO  (qtp10533388-4579) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 664528 INFO  (qtp10533388-4579) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 664528 INFO  (qtp10533388-4579) [    ] o.a.s.c.CoreContainer Creating SolrCore 'managed-preanalyzed_shard2_replica1' using configuration from collection managed-preanalyzed
   [junit4]   2> 664529 INFO  (qtp10533388-4579) [    ] o.a.s.c.SolrCore [[managed-preanalyzed_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/managed-preanalyzed_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/./managed-preanalyzed_shard2_replica1/data/]
   [junit4]   2> 664537 INFO  (qtp10533388-4579) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 664537 INFO  (qtp10533388-4579) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 664542 INFO  (qtp10533388-4579) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 664542 INFO  (qtp10533388-4579) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 664542 INFO  (qtp10533388-4579) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1861822[managed-preanalyzed_shard2_replica1] main]
   [junit4]   2> 664544 INFO  (qtp10533388-4579) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed
   [junit4]   2> 664544 INFO  (qtp10533388-4579) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed
   [junit4]   2> 664544 INFO  (qtp10533388-4579) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 664544 INFO  (qtp10533388-4579) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 664544 INFO  (searcherExecutor-2343-thread-1) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@1861822[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 664544 INFO  (qtp10533388-4579) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551177789688774656
   [junit4]   2> 664548 INFO  (qtp10533388-4579) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 664548 INFO  (qtp10533388-4579) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 664548 INFO  (qtp10533388-4579) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45655/solr/managed-preanalyzed_shard2_replica1/
   [junit4]   2> 664548 INFO  (qtp10533388-4579) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 664548 INFO  (qtp10533388-4579) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:45655/solr/managed-preanalyzed_shard2_replica1/ has no replicas
   [junit4]   2> 664549 INFO  (qtp10533388-4579) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45655/solr/managed-preanalyzed_shard2_replica1/ shard2
   [junit4]   2> 664650 INFO  (zkCallback-766-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 664651 INFO  (zkCallback-765-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 664665 INFO  (qtp31971719-4594) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 664668 INFO  (qtp31971719-4594) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard1_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard1&wt=javabin&version=2} status=0 QTime=1246
   [junit4]   2> 664700 INFO  (qtp10533388-4579) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 664702 INFO  (qtp10533388-4579) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard2_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard2&wt=javabin&version=2} status=0 QTime=1201
   [junit4]   2> 664704 INFO  (qtp31971719-4580) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 664802 INFO  (zkCallback-766-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 664802 INFO  (zkCallback-765-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 665317 INFO  (OverseerCollectionConfigSetProcessor-96948611759931398-127.0.0.1:33013_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 665704 INFO  (qtp31971719-4580) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cloud-managed-preanalyzed&maxShardsPerNode=1&name=managed-preanalyzed&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2390
   [junit4]   2> 665715 INFO  (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[7C2933234486A405]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAdd2Fields
   [junit4]   2> 665724 INFO  (qtp10533388-4579) [    ] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 665726 INFO  (qtp10533388-4579) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665732 INFO  (qtp10533388-4579) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665737 INFO  (qtp10533388-4579) [    ] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed-preanalyzed/managed-schema 
   [junit4]   2> 665737 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 665737 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 665738 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 665738 INFO  (Thread-1079) [    ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard2_replica1
   [junit4]   2> 665738 INFO  (qtp10533388-4579) [    ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 1 for collection managed-preanalyzed
   [junit4]   2> 665739 INFO  (Thread-1080) [    ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard1_replica1
   [junit4]   2> 665739 INFO  (Thread-1079) [    ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 665739 INFO  (Thread-1080) [    ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 665740 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665740 INFO  (Thread-1079) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665740 INFO  (Thread-1080) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665751 INFO  (Thread-1080) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665752 INFO  (Thread-1080) [    ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard1_replica1
   [junit4]   2> 665752 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665752 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 14 ms
   [junit4]   2> 665752 INFO  (Thread-1079) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665752 INFO  (Thread-1079) [    ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard2_replica1
   [junit4]   2> 665754 INFO  (qtp31971719-4594) [    ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 665754 INFO  (qtp10533388-4579) [    ] o.a.s.s.ManagedIndexSchema Took 16.0ms for 1 replicas to apply schema update version 1 for collection managed-preanalyzed
   [junit4]   2> 665755 INFO  (qtp10533388-4579) [    ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=32
   [junit4]   2> 665756 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 665757 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665761 INFO  (Thread-1080) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 665761 INFO  (Thread-1079) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 665764 INFO  (qtp10533388-4581) [    ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1]  webapp=/solr path=/schema/fields/field1 params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 665768 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665768 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 12 ms
   [junit4]   2> 665773 INFO  (qtp31971719-4590) [    ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 665773 INFO  (Thread-1080) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665774 INFO  (Thread-1079) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665775 INFO  (qtp31971719-4590) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665777 INFO  (Thread-1080) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665778 INFO  (Thread-1080) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'managed-preanalyzed_shard1_replica1' using configuration from collection managed-preanalyzed
   [junit4]   2> 665778 INFO  (Thread-1079) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665779 INFO  (Thread-1079) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'managed-preanalyzed_shard2_replica1' using configuration from collection managed-preanalyzed
   [junit4]   2> 665780 INFO  (Thread-1080) [    ] o.a.s.c.SolrCore [[managed-preanalyzed_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/managed-preanalyzed_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/./managed-preanalyzed_shard1_replica1/data/]
   [junit4]   2> 665780 INFO  (Thread-1079) [    ] o.a.s.c.SolrCore [[managed-preanalyzed_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/managed-preanalyzed_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/./managed-preanalyzed_shard2_replica1/data/]
   [junit4]   2> 665783 INFO  (qtp31971719-4590) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665784 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 665784 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 665784 INFO  (qtp31971719-4590) [    ] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed-preanalyzed/managed-schema 
   [junit4]   2> 665784 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper
   [junit4]   2> 665785 INFO  (qtp31971719-4590) [    ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 2 for collection managed-preanalyzed
   [junit4]   2> 665785 INFO  (Thread-1081) [    ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard1_replica1
   [junit4]   2> 665785 INFO  (Thread-1082) [    ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard2_replica1
   [junit4]   2> 665786 INFO  (Thread-1082) [    ] o.a.s.s.SchemaManager managed schema loaded . version : 2 
   [junit4]   2> 665786 INFO  (Thread-1081) [    ] o.a.s.s.SchemaManager managed schema loaded . version : 2 
   [junit4]   2> 665786 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665786 INFO  (Thread-1079) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 665786 INFO  (Thread-1079) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 665787 INFO  (Thread-1079) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ad8bdd[managed-preanalyzed_shard2_replica1] main]
   [junit4]   2> 665787 INFO  (Thread-1082) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665787 INFO  (Thread-1080) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 665787 INFO  (Thread-1080) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 665787 INFO  (Thread-1079) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed
   [junit4]   2> 665787 INFO  (Thread-1080) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9d388f[managed-preanalyzed_shard1_replica1] main]
   [junit4]   2> 665787 INFO  (Thread-1079) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed
   [junit4]   2> 665788 INFO  (Thread-1079) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 665790 INFO  (Thread-1081) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665792 INFO  (Thread-1079) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 665792 INFO  (searcherExecutor-2350-thread-1) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@1ad8bdd[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 665795 INFO  (Thread-1079) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551177791000543232
   [junit4]   2> 665795 INFO  (Thread-1080) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed
   [junit4]   2> 665795 INFO  (Thread-1080) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed
   [junit4]   2> 665795 INFO  (Thread-1080) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 665796 INFO  (Thread-1082) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665796 INFO  (Thread-1082) [    ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard2_replica1
   [junit4]   2> 665796 INFO  (Thread-1080) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 665796 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665796 INFO  (zkCallback-765-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 11 ms
   [junit4]   2> 665796 INFO  (searcherExecutor-2349-thread-1) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@9d388f[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 665796 INFO  (Thread-1080) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551177791001591808
   [junit4]   2> 665797 INFO  (qtp10533388-4583) [    ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 665797 INFO  (qtp31971719-4590) [    ] o.a.s.s.ManagedIndexSchema Took 12.0ms for 1 replicas to apply schema update version 2 for collection managed-preanalyzed
   [junit4]   2> 665797 INFO  (qtp31971719-4590) [    ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 665797 INFO  (Thread-1081) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665797 INFO  (Thread-1081) [    ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard1_replica1
   [junit4]   2> 665797 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper
   [junit4]   2> 665798 INFO  (Thread-1079) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 665798 INFO  (Thread-1079) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b2682[managed-preanalyzed_shard2_replica1] main]
   [junit4]   2> 665798 INFO  (searcherExecutor-2350-thread-1) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@5b2682[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 665798 INFO  (Thread-1079) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a8fec3
   [junit4]   2> 665799 INFO  (Thread-1080) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 665799 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665799 INFO  (Thread-1080) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@c1c69c[managed-preanalyzed_shard1_replica1] main]
   [junit4]   2> 665799 INFO  (qtp10533388-4591) [    ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1]  webapp=/solr path=/schema/fields/field2 params={wt=javabin&version=2} status=404 QTime=0
   [junit4]   2> 665799 INFO  (searcherExecutor-2349-thread-1) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@c1c69c[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 665799 INFO  (Thread-1080) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1433a4d
   [junit4]   2> 665804 INFO  (qtp31971719-4594) [    ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1]  webapp=/solr path=/schema/fields/field2 params={wt=javabin&version=2} status=404 QTime=0
   [junit4]   2> 665805 ERROR (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[7C2933234486A405]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection managed-preanalyzed failed due to (404) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:33013/solr/managed-preanalyzed: No such path /schema/fields/field2, retry? 0
   [junit4]   2> 665805 INFO  (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[7C2933234486A405]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAdd2Fields
   [junit4]   2> 665805 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665805 INFO  (zkCallback-766-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 8 ms
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PreAnalyzedFieldManagedSchemaCloudTest -Dtests.method=testAdd2Fields -Dtests.seed=7C2933234486A405 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-BS -Dtests.timezone=Europe/Bucharest -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4]   2> 665809 INFO  (Thread-1081) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4] ERROR   0.10s J0 | PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45655/solr/managed-preanalyzed, https://127.0.0.1:33013/solr/managed-preanalyzed]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C2933234486A405:D43C81C8988037F3]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1292)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1062)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1004)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.addField(PreAnalyzedFieldManagedSchemaCloudTest.java:61)
   [junit4]    > 	at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields(PreAnalyzedFieldManagedSchemaCloudTest.java:52)
   [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 java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:33013/solr/managed-preanalyzed: No such path /schema/fields/field2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:593)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
   [junit4]    > 	... 45 more
   [junit4]   2> 665809 INFO  (Thread-1082) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 665813 INFO  (jetty-launcher-755-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@add126{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 665813 INFO  (jetty-launcher-755-thread-2) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1b20533{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 665813 INFO  (jetty-launcher-755-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=27933113
   [junit4]   2> 665813 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=19332325
   [junit4]   2> 665818 INFO  (coreCloseExecutor-2359-thread-1) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10f156d
   [junit4]   2> 665818 INFO  (coreCloseExecutor-2358-thread-1) [    ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@b67795
   [junit4]   2> 665820 INFO  (jetty-launcher-755-thread-2) [    ] o.a.s.c.Overseer Overseer (id=96948611759931398-127.0.0.1:33013_solr-n_0000000000) closing
   [junit4]   2> 665821 INFO  (OverseerStateUpdate-96948611759931398-127.0.0.1:33013_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33013_solr
   [junit4]   2> 665821 INFO  (zkCallback-766-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 665821 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1586e3fad6b0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 665822 INFO  (Thread-1081) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665822 INFO  (Thread-1082) [    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 665826 INFO  (Thread-1081) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665828 INFO  (Thread-1082) [    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 665828 WARN  (Thread-1081) [    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [managed-preanalyzed_shard1_replica1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:950)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2716)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core managed-preanalyzed_shard1_replica1: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:942)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:117)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2> 	... 4 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:118)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/cloud-managed-preanalyzed/configsetprops.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:322)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:319)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:834)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 7 more
   [junit4]   2> 665828 WARN  (Thread-1082) [    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [managed-preanalyzed_shard2_replica1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:950)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2716)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core managed-preanalyzed_shard2_replica1: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:942)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:117)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2> 	... 4 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:118)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/cloud-managed-preanalyzed/configsetprops.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:322)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:319)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:834)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 7 more
   [junit4]   2> 667321 WARN  (zkCallback-765-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> 667321 INFO  (jetty-launcher-755-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@182c558{/solr,null,UNAVAILABLE}
   [junit4]   2> 667321 WARN  (zkCallback-766-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> 667321 INFO  (jetty-launcher-755-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b296b8{/solr,null,UNAVAILABLE}
   [junit4]   2> 667322 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34507 34507
   [junit4]   2> 667338 INFO  (Thread-1060) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34507 34507
   [junit4]   2> 667340 WARN  (Thread-1060) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/cloud-managed-preanalyzed
   [junit4]   2> 	4	/solr/configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/managed-preanalyzed/state.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 667340 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-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/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-BS, timezone=Europe/Bucharest
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=147799672,total=263323648
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudSnapshots, TestReplicationHandlerBackup, TestLockTree, TestLazyCores, TestQuerySenderNoQuery, TestRequestForwarding, TestRandomRequestDistribution, UUIDUpdateProcessorFallbackTest, CursorMarkTest, TestHighlightDedupGrouping, ClassificationUpdateProcessorFactoryTest, HdfsRecoveryZkTest, TestRandomFaceting, TestRestManager, TestMacros, TestDocBasedVersionConstraints, NotRequiredUniqueKeyTest, DistributedQueryElevationComponentTest, TestSchemaResource, TestManagedSchemaThreadSafety, TestMinMaxOnMultiValuedField, TestBinaryResponseWriter, TestOmitPositions, TestSolr4Spatial, TestSubQueryTransformerDistrib, MultiThreadedOCPTest, SortSpecParsingTest, TestSQLHandler, CdcrVersionReplicationTest, SegmentsInfoRequestHandlerTest, DateFieldTest, CursorPagingTest, TestFieldCacheSortRandom, TestExactSharedStatsCache, QueryResultKeyTest, TestNRTOpen, TestImplicitCoreProperties, TestRawResponseWriter, RequiredFieldsTest, SolrRequestParserTest, BitVectorTest, HighlighterMaxOffsetTest, BasicAuthIntegrationTest, TestFunctionQuery, DirectoryFactoryTest, PeerSyncTest, TestRealTimeGet, ScriptEngineTest, HdfsLockFactoryTest, ReplicationFactorTest, TestConfigSetsAPIExclusivity, SynonymTokenizerTest, DeleteShardTest, TestStressUserVersions, TestCloudPivotFacet, TestReRankQParserPlugin, TestLeaderElectionZkExpiry, TestStressRecovery, TestClusterProperties, TestBadConfig, TestDocumentBuilder, OverseerStatusTest, ZkNodePropsTest, DistributedVersionInfoTest, TestDistributedSearch, TestCorePropertiesReload, PreAnalyzedFieldManagedSchemaCloudTest]
   [junit4] Completed [170/653 (1!)] on J0 in 4.28s, 1 test, 1 error <<< FAILURES!

[...truncated 51570 lines...]