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/18 12:39:10 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18312/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Fri Nov 18 07:03:32 EST 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Fri Nov 18 07:03:32 EST 2016
	at __randomizedtesting.SeedInfo.seed([4132C05E3D5D2B83:9A99C09838754230]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1508)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:858)
	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 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)


FAILED:  org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:44400/solr/managed-preanalyzed, https://127.0.0.1:46390/solr/managed-preanalyzed]
	at __randomizedtesting.SeedInfo.seed([4132C05E3D5D2B83:E92772B5E15BB875]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:418)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1288)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1058)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1000)
	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 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 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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44400/solr/managed-preanalyzed: No such path /schema/fields/field2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	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:439)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391)
	... 45 more




Build Log:
[...truncated 10666 lines...]
   [junit4] Suite: org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/init-core-data-001
   [junit4]   2> 39081 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[4132C05E3D5D2B83]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 39084 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[4132C05E3D5D2B83]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001
   [junit4]   2> 39084 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[4132C05E3D5D2B83]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 39084 INFO  (Thread-44) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 39084 INFO  (Thread-44) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 39184 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[4132C05E3D5D2B83]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33679
   [junit4]   2> 39270 INFO  (jetty-launcher-76-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 39270 INFO  (jetty-launcher-76-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 39271 INFO  (jetty-launcher-76-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5117a0aa{/solr,null,AVAILABLE}
   [junit4]   2> 39271 INFO  (jetty-launcher-76-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58ec1b02{/solr,null,AVAILABLE}
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@621513ec{SSL,[ssl, http/1.1]}{127.0.0.1:46390}
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-1) [    ] o.e.j.s.Server Started @42804ms
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46390}
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@1bac16c9{SSL,[ssl, http/1.1]}{127.0.0.1:44400}
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-2) [    ] o.e.j.s.Server Started @42804ms
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44400}
   [junit4]   2> 39374 ERROR (jetty-launcher-76-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 39374 INFO  (jetty-launcher-76-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-18T11:56:41.907Z
   [junit4]   2> 39374 ERROR (jetty-launcher-76-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 39375 INFO  (jetty-launcher-76-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 39375 INFO  (jetty-launcher-76-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 39375 INFO  (jetty-launcher-76-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 39375 INFO  (jetty-launcher-76-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-18T11:56:41.908Z
   [junit4]   2> 39394 INFO  (jetty-launcher-76-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 39394 INFO  (jetty-launcher-76-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 39403 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 0x158774bbb120002, 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(Thread.java:745)
   [junit4]   2> 39405 INFO  (jetty-launcher-76-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33679/solr
   [junit4]   2> 39405 INFO  (jetty-launcher-76-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33679/solr
   [junit4]   2> 39425 INFO  (jetty-launcher-76-thread-2) [n:127.0.0.1:44400_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44400_solr
   [junit4]   2> 39425 INFO  (jetty-launcher-76-thread-1) [n:127.0.0.1:46390_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46390_solr
   [junit4]   2> 39426 INFO  (jetty-launcher-76-thread-2) [n:127.0.0.1:44400_solr    ] o.a.s.c.Overseer Overseer (id=96958559133237254-127.0.0.1:44400_solr-n_0000000000) starting
   [junit4]   2> 39426 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 39427 INFO  (zkCallback-87-thread-1-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 39432 INFO  (jetty-launcher-76-thread-2) [n:127.0.0.1:44400_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44400_solr
   [junit4]   2> 39433 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 39435 INFO  (zkCallback-87-thread-1-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 39524 INFO  (jetty-launcher-76-thread-2) [n:127.0.0.1:44400_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node2/.
   [junit4]   2> 39556 INFO  (jetty-launcher-76-thread-1) [n:127.0.0.1:46390_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node1/.
   [junit4]   2> 39572 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[4132C05E3D5D2B83]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 39632 INFO  (qtp25474192-323) [n:127.0.0.1:44400_solr    ] 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> 39634 INFO  (OverseerThreadFactory-110-thread-1-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.c.CreateCollectionCmd Create collection managed-preanalyzed
   [junit4]   2> 39750 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr    ] 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> 39770 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr    ] 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> 39878 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] 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> 39878 INFO  (zkCallback-87-thread-3-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] 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> 40761 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1  x:managed-preanalyzed_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 40779 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1  x:managed-preanalyzed_shard1_replica1] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 40781 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2  x:managed-preanalyzed_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 40793 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2  x:managed-preanalyzed_shard2_replica1] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 40809 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2  x:managed-preanalyzed_shard2_replica1] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 40809 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1  x:managed-preanalyzed_shard1_replica1] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 40810 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1  x:managed-preanalyzed_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'managed-preanalyzed_shard1_replica1' using configuration from collection managed-preanalyzed
   [junit4]   2> 40810 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2  x:managed-preanalyzed_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'managed-preanalyzed_shard2_replica1' using configuration from collection managed-preanalyzed
   [junit4]   2> 40811 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.SolrCore [[managed-preanalyzed_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node1/managed-preanalyzed_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node1/./managed-preanalyzed_shard2_replica1/data/]
   [junit4]   2> 40811 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SolrCore [[managed-preanalyzed_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node2/managed-preanalyzed_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node2/./managed-preanalyzed_shard1_replica1/data/]
   [junit4]   2> 40850 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 40851 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 40851 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 40851 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 40851 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 40851 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 40853 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 40853 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 40857 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e2e4ea3[managed-preanalyzed_shard2_replica1] main]
   [junit4]   2> 40857 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@76539f01[managed-preanalyzed_shard1_replica1] main]
   [junit4]   2> 40858 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed
   [junit4]   2> 40858 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed
   [junit4]   2> 40858 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed
   [junit4]   2> 40858 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed
   [junit4]   2> 40861 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 40861 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 40862 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 40862 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 40862 INFO  (searcherExecutor-116-thread-1-processing-n:127.0.0.1:46390_solr x:managed-preanalyzed_shard2_replica1 s:shard2 c:managed-preanalyzed r:core_node2) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@6e2e4ea3[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 40863 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551336947996164096
   [junit4]   2> 40863 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551336947996164096
   [junit4]   2> 40865 INFO  (searcherExecutor-115-thread-1-processing-n:127.0.0.1:44400_solr x:managed-preanalyzed_shard1_replica1 s:shard1 c:managed-preanalyzed r:core_node1) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@76539f01[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 40869 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 40869 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 40869 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46390/solr/managed-preanalyzed_shard2_replica1/
   [junit4]   2> 40869 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 40869 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.SyncStrategy https://127.0.0.1:46390/solr/managed-preanalyzed_shard2_replica1/ has no replicas
   [junit4]   2> 40871 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 40871 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 40871 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44400/solr/managed-preanalyzed_shard1_replica1/
   [junit4]   2> 40871 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 40871 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SyncStrategy https://127.0.0.1:44400/solr/managed-preanalyzed_shard1_replica1/ has no replicas
   [junit4]   2> 40872 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46390/solr/managed-preanalyzed_shard2_replica1/ shard2
   [junit4]   2> 40873 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44400/solr/managed-preanalyzed_shard1_replica1/ shard1
   [junit4]   2> 40975 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] 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> 40975 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] 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> 41023 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 41024 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 41024 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] 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=1255
   [junit4]   2> 41025 INFO  (qtp25474192-315) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] 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=1275
   [junit4]   2> 41029 INFO  (qtp25474192-323) [n:127.0.0.1:44400_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 41126 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] 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> 41126 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] 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> 41635 INFO  (OverseerCollectionConfigSetProcessor-96958559133237254-127.0.0.1:44400_solr-n_0000000000) [n:127.0.0.1:44400_solr    ] 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> 42030 INFO  (qtp25474192-323) [n:127.0.0.1:44400_solr    ] 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=2398
   [junit4]   2> 42046 INFO  (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[4132C05E3D5D2B83]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAdd2Fields
   [junit4]   2> 42059 INFO  (qtp25474192-325) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 42064 INFO  (qtp25474192-325) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42071 INFO  (qtp25474192-325) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42091 INFO  (qtp25474192-325) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed-preanalyzed/managed-schema 
   [junit4]   2> 42091 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] 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> 42091 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] 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> 42091 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 42093 INFO  (qtp25474192-325) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] 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> 42093 INFO  (Thread-63) [n:127.0.0.1:44400_solr    ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard1_replica1
   [junit4]   2> 42095 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42095 INFO  (Thread-64) [n:127.0.0.1:46390_solr    ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard2_replica1
   [junit4]   2> 42095 INFO  (Thread-63) [n:127.0.0.1:44400_solr    ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 42101 INFO  (Thread-64) [n:127.0.0.1:46390_solr    ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 42102 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42102 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 10 ms
   [junit4]   2> 42105 INFO  (Thread-64) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42109 INFO  (Thread-63) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42116 INFO  (qtp1519096604-316) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 42117 INFO  (Thread-64) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42117 INFO  (Thread-64) [n:127.0.0.1:46390_solr    ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard2_replica1
   [junit4]   2> 42119 INFO  (Thread-63) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42119 INFO  (Thread-63) [n:127.0.0.1:44400_solr    ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard1_replica1
   [junit4]   2> 42119 INFO  (qtp25474192-325) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.s.ManagedIndexSchema Took 27.0ms for 1 replicas to apply schema update version 1 for collection managed-preanalyzed
   [junit4]   2> 42120 INFO  (qtp25474192-325) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=65
   [junit4]   2> 42123 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 42130 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42152 INFO  (Thread-64) [n:127.0.0.1:46390_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 42153 INFO  (Thread-63) [n:127.0.0.1:44400_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 42156 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42156 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 33 ms
   [junit4]   2> 42163 INFO  (qtp1519096604-314) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1]  webapp=/solr path=/schema/fields/field1 params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 42170 INFO  (Thread-64) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42170 INFO  (Thread-63) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42170 INFO  (qtp1519096604-318) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 42174 INFO  (qtp1519096604-318) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42177 INFO  (Thread-64) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42178 INFO  (Thread-63) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42179 INFO  (Thread-64) [n:127.0.0.1:46390_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'managed-preanalyzed_shard2_replica1' using configuration from collection managed-preanalyzed
   [junit4]   2> 42179 INFO  (Thread-63) [n:127.0.0.1:44400_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'managed-preanalyzed_shard1_replica1' using configuration from collection managed-preanalyzed
   [junit4]   2> 42203 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.SolrCore [[managed-preanalyzed_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node1/managed-preanalyzed_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node1/./managed-preanalyzed_shard2_replica1/data/]
   [junit4]   2> 42203 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SolrCore [[managed-preanalyzed_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node2/managed-preanalyzed_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001/tempDir-001/node2/./managed-preanalyzed_shard1_replica1/data/]
   [junit4]   2> 42204 INFO  (qtp1519096604-318) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42205 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] 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> 42205 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] 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> 42205 INFO  (qtp1519096604-318) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed-preanalyzed/managed-schema 
   [junit4]   2> 42205 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper
   [junit4]   2> 42209 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42210 INFO  (qtp1519096604-318) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] 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> 42287 INFO  (Thread-65) [n:127.0.0.1:44400_solr    ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard1_replica1
   [junit4]   2> 42289 INFO  (Thread-66) [n:127.0.0.1:46390_solr    ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard2_replica1
   [junit4]   2> 42293 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42293 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 87 ms
   [junit4]   2> 42294 INFO  (Thread-65) [n:127.0.0.1:44400_solr    ] o.a.s.s.SchemaManager managed schema loaded . version : 2 
   [junit4]   2> 42297 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 42297 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 42299 INFO  (Thread-65) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42300 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a80d653[managed-preanalyzed_shard2_replica1] main]
   [junit4]   2> 42300 INFO  (Thread-66) [n:127.0.0.1:46390_solr    ] o.a.s.s.SchemaManager managed schema loaded . version : 2 
   [junit4]   2> 42301 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed
   [junit4]   2> 42301 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 42301 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 42301 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed
   [junit4]   2> 42302 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 42302 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1680035d[managed-preanalyzed_shard1_replica1] main]
   [junit4]   2> 42303 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 42305 INFO  (searcherExecutor-126-thread-1-processing-n:127.0.0.1:46390_solr x:managed-preanalyzed_shard2_replica1 s:shard2 c:managed-preanalyzed r:core_node2) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@6a80d653[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 42305 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551336949508210688
   [junit4]   2> 42307 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed
   [junit4]   2> 42309 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed
   [junit4]   2> 42309 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 42310 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 42310 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551336949513453568
   [junit4]   2> 42310 INFO  (searcherExecutor-127-thread-1-processing-n:127.0.0.1:44400_solr x:managed-preanalyzed_shard1_replica1 s:shard1 c:managed-preanalyzed r:core_node1) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@1680035d[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 42310 INFO  (Thread-66) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42312 INFO  (Thread-65) [n:127.0.0.1:44400_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42312 INFO  (Thread-65) [n:127.0.0.1:44400_solr    ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard1_replica1
   [junit4]   2> 42314 INFO  (qtp25474192-317) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 42322 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 42322 INFO  (qtp1519096604-318) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.s.ManagedIndexSchema Took 112.0ms for 1 replicas to apply schema update version 2 for collection managed-preanalyzed
   [junit4]   2> 42322 INFO  (qtp1519096604-318) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=153
   [junit4]   2> 42323 INFO  (Thread-64) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@56c61db0[managed-preanalyzed_shard2_replica1] main]
   [junit4]   2> 42324 INFO  (searcherExecutor-126-thread-1-processing-n:127.0.0.1:46390_solr x:managed-preanalyzed_shard2_replica1 s:shard2 c:managed-preanalyzed r:core_node2) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@56c61db0[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 42324 INFO  (Thread-66) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42324 INFO  (Thread-66) [n:127.0.0.1:46390_solr    ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@582b7170
   [junit4]   2> 42325 INFO  (Thread-66) [n:127.0.0.1:46390_solr    ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard2_replica1
   [junit4]   2> 42325 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper
   [junit4]   2> 42330 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42330 INFO  (qtp1519096604-324) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1]  webapp=/solr path=/schema/fields/field2 params={wt=javabin&version=2} status=404 QTime=5
   [junit4]   2> 42334 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 42334 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c201954[managed-preanalyzed_shard1_replica1] main]
   [junit4]   2> 42334 INFO  (Thread-63) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b8221ca
   [junit4]   2> 42334 INFO  (searcherExecutor-127-thread-1-processing-n:127.0.0.1:44400_solr x:managed-preanalyzed_shard1_replica1 s:shard1 c:managed-preanalyzed r:core_node1) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@5c201954[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 42336 INFO  (qtp25474192-313) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1]  webapp=/solr path=/schema/fields/field2 params={wt=javabin&version=2} status=404 QTime=1
   [junit4]   2> 42337 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42337 INFO  (zkCallback-86-thread-1-processing-n:127.0.0.1:46390_solr) [n:127.0.0.1:46390_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 11 ms
   [junit4]   2> 42337 ERROR (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[4132C05E3D5D2B83]) [    ] 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:44400/solr/managed-preanalyzed: No such path /schema/fields/field2, retry? 0
   [junit4]   2> 42338 INFO  (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[4132C05E3D5D2B83]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAdd2Fields
   [junit4]   2> 42339 INFO  (Thread-66) [n:127.0.0.1:46390_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PreAnalyzedFieldManagedSchemaCloudTest -Dtests.method=testAdd2Fields -Dtests.seed=4132C05E3D5D2B83 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ro -Dtests.timezone=US/Hawaii -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.31s 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:44400/solr/managed-preanalyzed, https://127.0.0.1:46390/solr/managed-preanalyzed]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4132C05E3D5D2B83:E92772B5E15BB875]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:418)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1288)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1058)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1000)
   [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 java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44400/solr/managed-preanalyzed: No such path /schema/fields/field2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
   [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:439)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391)
   [junit4]    > 	... 45 more
   [junit4]   2> 42357 INFO  (jetty-launcher-76-thread-2) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@621513ec{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 42357 INFO  (jetty-launcher-76-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1bac16c9{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 42358 INFO  (jetty-launcher-76-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1844889633
   [junit4]   2> 42358 INFO  (jetty-launcher-76-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1761987299
   [junit4]   2> 42359 INFO  (Thread-65) [n:127.0.0.1:44400_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 42359 INFO  (Thread-66) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed
   [junit4]   2> 42359 INFO  (coreCloseExecutor-135-thread-1) [n:127.0.0.1:44400_solr c:managed-preanalyzed s:shard1 r:core_node1 x:managed-preanalyzed_shard1_replica1] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e428020
   [junit4]   2> 42359 INFO  (coreCloseExecutor-136-thread-1) [n:127.0.0.1:46390_solr c:managed-preanalyzed s:shard2 r:core_node2 x:managed-preanalyzed_shard2_replica1] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@37a47f09
   [junit4]   2> 42366 INFO  (jetty-launcher-76-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96958559133237254-127.0.0.1:44400_solr-n_0000000000) closing
   [junit4]   2> 42366 INFO  (OverseerStateUpdate-96958559133237254-127.0.0.1:44400_solr-n_0000000000) [n:127.0.0.1:44400_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44400_solr
   [junit4]   2> 42367 INFO  (jetty-launcher-76-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@58ec1b02{/solr,null,UNAVAILABLE}
   [junit4]   2> 42367 INFO  (zkCallback-87-thread-2-processing-n:127.0.0.1:44400_solr) [n:127.0.0.1:44400_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 42368 INFO  (jetty-launcher-76-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5117a0aa{/solr,null,UNAVAILABLE}
   [junit4]   2> 42368 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[4132C05E3D5D2B83]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33679 33679
   [junit4]   2> 42368 INFO  (Thread-66) [n:127.0.0.1:46390_solr    ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id
   [junit4]   2> 42369 ERROR (Thread-65) [n:127.0.0.1:44400_solr    ] o.a.s.s.ManagedIndexSchemaFactory Error attempting to access /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/cloud-managed-preanalyzed/managed-schema
   [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.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:107)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:968)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2734)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 42370 WARN  (Thread-65) [n:127.0.0.1:44400_solr    ] 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:976)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2734)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core managed-preanalyzed_shard1_replica1: Error attempting to access /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:968)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error attempting to access /configs/cloud-managed-preanalyzed/managed-schema
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:141)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:107)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78)
   [junit4]   2> 	... 4 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/cloud-managed-preanalyzed/managed-schema
   [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.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126)
   [junit4]   2> 	... 8 more
   [junit4]   2> 42370 WARN  (Thread-66) [n:127.0.0.1:46390_solr    ] 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:976)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2734)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [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:968)
   [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> 42387 INFO  (Thread-44) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33679 33679
   [junit4]   2> 42389 WARN  (Thread-44) [    ] 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> 	9	/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> 42389 INFO  (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[4132C05E3D5D2B83]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_4132C05E3D5D2B83-001
   [junit4]   2> Nov 18, 2016 11:56:44 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1297, maxMBSortInHeap=5.57620206126714, sim=RandomSimilarity(queryNorm=false): {}, locale=ro, timezone=US/Hawaii
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=376718768,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [BlockCacheTest, CdcrVersionReplicationTest, CursorPagingTest, PreAnalyzedFieldManagedSchemaCloudTest]
   [junit4] Completed [12/652 (1!)] on J0 in 3.57s, 1 test, 1 error <<< FAILURES!

[...truncated 567 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/init-core-data-001
   [junit4]   2> 442320 INFO  (SUITE-TestReplicationHandler-seed#[4132C05E3D5D2B83]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4] IGNOR/A 0.00s J0 | TestReplicationHandler.doTestIndexFetchOnMasterRestart
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-9036))
   [junit4]   2> 442322 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestHandlerPathUnchanged
   [junit4]   2> 442322 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-001/collection1
   [junit4]   2> 442324 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 442325 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d09654b{/solr,null,AVAILABLE}
   [junit4]   2> 442327 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4372d895{HTTP/1.1,[http/1.1]}{127.0.0.1:41381}
   [junit4]   2> 442327 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.Server Started @445757ms
   [junit4]   2> 442328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=41381}
   [junit4]   2> 442328 ERROR (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 442328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 442328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 442328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 442328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-18T12:03:24.861Z
   [junit4]   2> 442328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-001/solr.xml
   [junit4]   2> 442334 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-001/.
   [junit4]   2> 442334 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 442342 INFO  (coreLoadExecutor-2087-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 442348 INFO  (coreLoadExecutor-2087-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 442350 INFO  (coreLoadExecutor-2087-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 442351 INFO  (coreLoadExecutor-2087-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-001/./collection1
   [junit4]   2> 442351 INFO  (coreLoadExecutor-2087-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 442352 INFO  (coreLoadExecutor-2087-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6471050918981511]
   [junit4]   2> 442357 INFO  (coreLoadExecutor-2087-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 442357 INFO  (coreLoadExecutor-2087-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 442357 INFO  (coreLoadExecutor-2087-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=78.05859375, floorSegmentMB=1.3125, forceMergeDeletesPctAllowed=13.582351011051461, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 442357 INFO  (coreLoadExecutor-2087-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1128b38d[collection1] main]
   [junit4]   2> 442357 INFO  (coreLoadExecutor-2087-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-001/collection1/conf
   [junit4]   2> 442357 INFO  (coreLoadExecutor-2087-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 442357 INFO  (coreLoadExecutor-2087-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 442357 INFO  (searcherExecutor-2088-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1128b38d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 442836 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-002/collection1
   [junit4]   2> 442838 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 442838 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2321d940{/solr,null,AVAILABLE}
   [junit4]   2> 442839 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1ad70975{HTTP/1.1,[http/1.1]}{127.0.0.1:39791}
   [junit4]   2> 442839 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.Server Started @446269ms
   [junit4]   2> 442839 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=39791}
   [junit4]   2> 442839 ERROR (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 442839 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 442840 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 442840 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 442840 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-18T12:03:25.373Z
   [junit4]   2> 442840 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-002/solr.xml
   [junit4]   2> 442848 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-002/.
   [junit4]   2> 442849 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 442854 INFO  (coreLoadExecutor-2097-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 442862 INFO  (coreLoadExecutor-2097-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 442863 INFO  (coreLoadExecutor-2097-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 442864 INFO  (coreLoadExecutor-2097-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-002/./collection1
   [junit4]   2> 442864 INFO  (coreLoadExecutor-2097-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 442865 INFO  (coreLoadExecutor-2097-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6471050918981511]
   [junit4]   2> 442869 INFO  (coreLoadExecutor-2097-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 442869 INFO  (coreLoadExecutor-2097-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 442869 INFO  (coreLoadExecutor-2097-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=78.05859375, floorSegmentMB=1.3125, forceMergeDeletesPctAllowed=13.582351011051461, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 442869 INFO  (coreLoadExecutor-2097-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a43de62[collection1] main]
   [junit4]   2> 442870 INFO  (coreLoadExecutor-2097-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001/solr-instance-002/collection1/conf
   [junit4]   2> 442871 INFO  (coreLoadExecutor-2097-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 442871 INFO  (searcherExecutor-2098-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1a43de62[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 443159 INFO  (qtp1955136580-4408) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 443159 INFO  (indexFetcher-2102-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 443159 INFO  (indexFetcher-2102-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 443159 INFO  (indexFetcher-2102-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 443350 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestHandlerPathUnchanged
   [junit4]   2> 443350 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4372d895{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 443350 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=991297141
   [junit4]   2> 443351 INFO  (coreCloseExecutor-2103-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6c985d33
   [junit4]   2> 443352 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d09654b{/solr,null,UNAVAILABLE}
   [junit4]   2> 443353 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1ad70975{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 443353 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1279673400
   [junit4]   2> 443353 INFO  (coreCloseExecutor-2105-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a8fd7
   [junit4]   2> 443355 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2321d940{/solr,null,UNAVAILABLE}
   [junit4]   2> 443358 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[4132C05E3D5D2B83]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAft

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

.a.s.h.IndexFetcher Number of files in latest index in master: 6
   [junit4]   2> 531430 INFO  (indexFetcher-2738-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=90.44921875, floorSegmentMB=1.4765625, forceMergeDeletesPctAllowed=1.435100885340963, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49594805140738385
   [junit4]   2> 531430 INFO  (indexFetcher-2738-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 531430 INFO  (indexFetcher-2738-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@500592cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56063831)
   [junit4]   2> 531431 INFO  (qtp131869574-5403) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 531431 INFO  (qtp131869574-5404) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.pst&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 531432 INFO  (qtp131869574-5398) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.inf&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 531435 INFO  (qtp131869574-5402) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.fld&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 531436 INFO  (qtp131869574-5403) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.len&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 531437 INFO  (qtp131869574-5404) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=segments_3&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 531437 INFO  (indexFetcher-2738-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1895) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@500592cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56063831)
   [junit4]   2> 531437 WARN  (indexFetcher-2738-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Exception while updating statistics
   [junit4]   2> java.io.IOException: file "replication.properties" was already written to
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:654)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.logReplicationTimeAndConfFiles(IndexFetcher.java:689)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:501)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:265)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$2(ReplicationHandler.java:1154)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 531438 INFO  (indexFetcher-2738-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=84.6669921875, floorSegmentMB=0.962890625, forceMergeDeletesPctAllowed=23.703534017854206, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.64642749785778
   [junit4]   2> 531438 INFO  (indexFetcher-2738-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 531438 INFO  (indexFetcher-2738-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@471343e6[collection1] main]
   [junit4]   2> 531439 INFO  (searcherExecutor-2734-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@471343e6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C2)))}
   [junit4]   2> 531506 INFO  (qtp1177794700-5420) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 531506 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4132C05E3D5D2B83]) [    ] o.a.s.h.TestReplicationHandler Waited for 700ms and found 2 docs
   [junit4]   2> 531506 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4132C05E3D5D2B83]) [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestReplicateAfterCoreReload
   [junit4]   2> 531507 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@5a085949{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 531507 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1439347614
   [junit4]   2> 531507 INFO  (coreCloseExecutor-2745-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a264d9b
   [junit4]   2> 531508 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@58fff48f{/solr,null,UNAVAILABLE}
   [junit4]   2> 531509 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@5fea52e6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 531509 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4132C05E3D5D2B83]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=788205086
   [junit4]   2> 531509 INFO  (coreCloseExecutor-2747-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ba84031
   [junit4]   2> 531510 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4132C05E3D5D2B83]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2a666da0{/solr,null,UNAVAILABLE}
   [junit4]   2> 531511 INFO  (SUITE-TestReplicationHandler-seed#[4132C05E3D5D2B83]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4132C05E3D5D2B83-001
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=RandomSimilarity(queryNorm=true): {}, locale=pl-PL, timezone=EST5EDT
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=246103928,total=515899392
   [junit4]   2> NOTE: All tests run in this JVM: [BlockCacheTest, CdcrVersionReplicationTest, CursorPagingTest, PreAnalyzedFieldManagedSchemaCloudTest, TestQuerySenderListener, BigEndianAscendingWordSerializerTest, TestHdfsUpdateLog, TestRangeQuery, QueryElevationComponentTest, DisMaxRequestHandlerTest, HdfsBasicDistributedZk2Test, XsltUpdateRequestHandlerTest, CacheHeaderTest, BadCopyFieldTest, TestRandomRequestDistribution, TestExclusionRuleCollectionAccess, TlogReplayBufferedWhileIndexingTest, BasicDistributedZkTest, TestReloadDeadlock, TestMaxScoreQueryParser, TestMiniSolrCloudClusterSSL, TestGeoJSONResponseWriter, SystemInfoHandlerTest, UniqFieldsUpdateProcessorFactoryTest, BlockJoinFacetRandomTest, RegexBoostProcessorTest, TestObjectReleaseTracker, DistributedFacetPivotSmallTest, TestValueSourceCache, TestCloudManagedSchema, TestCloudPivotFacet, TestRestoreCore, ReplicaListTransformerTest, TestAuthorizationFramework, StandardRequestHandlerTest, ConjunctionSolrSpellCheckerTest, TestConfigOverlay, TestShardHandlerFactory, TestFieldSortValues, SolrCoreTest, TestFieldCacheSort, PolyFieldTest, TestCSVLoader, TestFieldTypeCollectionResource, TestClusterStateMutator, SparseHLLTest, DefaultValueUpdateProcessorTest, DistribDocExpirationUpdateProcessorTest, TestRealTimeGet, TestBinaryResponseWriter, ReturnFieldsTest, TestSuggestSpellingConverter, TestFoldingMultitermQuery, HdfsRecoverLeaseTest, TestFieldCache, PingRequestHandlerTest, PeerSyncTest, SortSpecParsingTest, TestFieldCacheWithThreads, MinimalSchemaTest, FileBasedSpellCheckerTest, TestNumericTerms64, TestJmxMonitoredMap, CloudMLTQParserTest, RequiredFieldsTest, DistributedFacetPivotLargeTest, TestExactSharedStatsCache, QueryEqualityTest, OverseerCollectionConfigSetProcessorTest, TestReplicationHandler]
   [junit4] Completed [192/652 (2!)] on J0 in 89.20s, 15 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 63834 lines...]