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

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-10-ea+29) - Build # 827 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/827/
Java: 64bit/jdk-10-ea+29 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.schema.TestCloudManagedSchema.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:46357

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:46357
	at __randomizedtesting.SeedInfo.seed([4C1EE23DE352C85B:C44ADDE74DAEA5A3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:425)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:65)
	at java.base/sun.security.ssl.SSLSocketImpl.bytesInCompletePacket(SSLSocketImpl.java:918)
	at java.base/sun.security.ssl.AppInputStream.read(AppInputStream.java:144)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 42 more


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index 0 out-of-bounds for length 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index 0 out-of-bounds for length 0
	at __randomizedtesting.SeedInfo.seed([4C1EE23DE352C85B:5856B968C0557545]:0)
	at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
	at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
	at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
	at java.base/java.util.Objects.checkIndex(Objects.java:372)
	at java.base/java.util.ArrayList.get(ArrayList.java:440)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12682 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchema
   [junit4]   2> 722146 INFO  (SUITE-TestCloudManagedSchema-seed#[4C1EE23DE352C85B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudManagedSchema_4C1EE23DE352C85B-001/init-core-data-001
   [junit4]   2> 722147 WARN  (SUITE-TestCloudManagedSchema-seed#[4C1EE23DE352C85B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 722147 INFO  (SUITE-TestCloudManagedSchema-seed#[4C1EE23DE352C85B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 722148 INFO  (SUITE-TestCloudManagedSchema-seed#[4C1EE23DE352C85B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 722148 INFO  (SUITE-TestCloudManagedSchema-seed#[4C1EE23DE352C85B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 722150 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 722150 INFO  (Thread-1448) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 722150 INFO  (Thread-1448) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 722151 ERROR (Thread-1448) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 722250 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.ZkTestServer start zk server on port:35077
   [junit4]   2> 722255 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-managed-schema.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 722255 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 722256 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 722256 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 722257 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 722257 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 722257 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 722258 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 722258 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 722259 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 722259 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 722261 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 722341 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 722342 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f56fa30{/,null,AVAILABLE}
   [junit4]   2> 722343 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@618f08ed{SSL,[ssl, http/1.1]}{127.0.0.1:46357}
   [junit4]   2> 722343 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.Server Started @724673ms
   [junit4]   2> 722343 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudManagedSchema_4C1EE23DE352C85B-001/tempDir-001/control/data, hostPort=46357, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudManagedSchema_4C1EE23DE352C85B-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 722344 ERROR (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 722344 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 722344 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 722344 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 722344 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-15T16:31:44.125174Z
   [junit4]   2> 722345 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 722346 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudManagedSchema_4C1EE23DE352C85B-001/control-001/solr.xml
   [junit4]   2> 722348 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 722348 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 722348 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4d1a40e4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 722350 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35077/solr
   [junit4]   2> 722394 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 722394 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46357_
   [junit4]   2> 722394 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.Overseer Overseer (id=99009396993687557-127.0.0.1:46357_-n_0000000000) starting
   [junit4]   2> 722400 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46357_
   [junit4]   2> 722405 INFO  (OverseerStateUpdate-99009396993687557-127.0.0.1:46357_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 722434 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d1a40e4
   [junit4]   2> 722442 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d1a40e4
   [junit4]   2> 722442 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d1a40e4
   [junit4]   2> 722443 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudManagedSchema_4C1EE23DE352C85B-001/control-001/cores
   [junit4]   2> 722455 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 722456 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35077/solr ready
   [junit4]   2> 722470 INFO  (qtp1032493044-6021) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46357_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 722471 INFO  (OverseerThreadFactory-2404-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 722578 INFO  (qtp1032493044-6022) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 722578 INFO  (qtp1032493044-6022) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 722680 INFO  (zkCallback-745-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 723593 INFO  (qtp1032493044-6022) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 723597 INFO  (qtp1032493044-6022) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 723601 INFO  (qtp1032493044-6022) [    ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 723702 INFO  (qtp1032493044-6022) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 723721 INFO  (qtp1032493044-6022) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 723725 INFO  (qtp1032493044-6022) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 723725 INFO  (qtp1032493044-6022) [    ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 723726 INFO  (qtp1032493044-6022) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d1a40e4
   [junit4]   2> 723726 INFO  (qtp1032493044-6022) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 723726 INFO  (qtp1032493044-6022) [    ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudManagedSchema_4C1EE23DE352C85B-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudManagedSchema_4C1EE23DE352C85B-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 723729 INFO  (qtp1032493044-6022) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=34.5927734375, floorSegmentMB=0.5888671875, forceMergeDeletesPctAllowed=6.894429799875324, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15467484352958386
   [junit4]   2> 723746 WARN  (qtp1032493044-6022) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 723783 INFO  (qtp1032493044-6022) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 723783 INFO  (qtp1032493044-6022) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 723784 INFO  (qtp1032493044-6022) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 723784 INFO  (qtp1032493044-6022) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 723785 INFO  (qtp1032493044-6022) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16781026731908427]
   [junit4]   2> 723785 INFO  (qtp1032493044-6022) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@552b2877[control_collection_shard1_replica_n1] main]
   [junit4]   2> 723786 INFO  (qtp1032493044-6022) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 723786 INFO  (qtp1032493044-6022) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 723786 INFO  (qtp1032493044-6022) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 723786 INFO  (qtp1032493044-6022) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 723787 INFO  (qtp1032493044-6022) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 723787 INFO  (qtp1032493044-6022) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584150353614471168
   [junit4]   2> 723787 INFO  (searcherExecutor-2407-thread-1) [    ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@552b2877[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 723790 INFO  (qtp1032493044-6022) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 723790 INFO  (qtp1032493044-6022) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 723790 INFO  (qtp1032493044-6022) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46357/control_collection_shard1_replica_n1/
   [junit4]   2> 723790 INFO  (qtp1032493044-6022) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 723790 INFO  (qtp1032493044-6022) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:46357/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 723790 INFO  (qtp1032493044-6022) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 723791 INFO  (qtp1032493044-6022) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46357/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 782526 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 0x15fc085a13c0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 782526 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 46357
   [junit4]   2> 782526 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=301039096
   [junit4]   2> 782526 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 782526 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69681216: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@75da9b3d
   [junit4]   2> 782528 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 782528 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@45b27fb9: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@33689d41
   [junit4]   2> 782530 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 782530 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ec7eee7: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@648c349f
   [junit4]   2> 782531 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46357_
   [junit4]   2> 782532 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 782532 INFO  (zkCallback-745-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 782532 INFO  (coreCloseExecutor-2412-thread-1) [    ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5e92551
   [junit4]   2> 782532 INFO  (coreCloseExecutor-2412-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1, tag=99165521
   [junit4]   2> 782532 INFO  (coreCloseExecutor-2412-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@632ee582: rootName = null, domain = solr.core.control_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.control_collection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@49a38918
   [junit4]   2> 782536 INFO  (coreCloseExecutor-2412-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.control_collection.shard1.leader, tag=99165521
   [junit4]   2> 793417 INFO  (ScheduledTrigger-2402-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 793418 INFO  (AutoscalingActionExecutor-2403-thread-1) [    ] o.a.s.c.a.ExecutePlanAction No operations to execute for event: {
   [junit4]   2>   "id":"14f74f754b0cf8c0T3oeyy222obtmo4qx6mwnafdw6",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":1510763565195000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1510763565195000000],
   [junit4]   2>     "_enqueue_time_":1510763575197000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:46357_"]}}
   [junit4]   2> 902471 ERROR (qtp1032493044-6021) [    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:737)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:718)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:499)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 902472 INFO  (qtp1032493044-6021) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46357_&wt=javabin&version=2} status=500 QTime=180001
   [junit4]   2> 902472 ERROR (qtp1032493044-6021) [    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:737)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:718)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:499)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1322657 ERROR (OverseerThreadFactory-2404-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:46357
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:46357
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]   2> 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]   2> 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2> 	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:425)
   [junit4]   2> 	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:65)
   [junit4]   2> 	at java.base/sun.security.ssl.SSLSocketImpl.bytesInCompletePacket(SSLSocketImpl.java:918)
   [junit4]   2> 	at java.base/sun.security.ssl.AppInputStream.read(AppInputStream.java:144)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]   2> 	... 12 more
   [junit4]   2> 1322657 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.Overseer Overseer (id=99009396993687557-127.0.0.1:46357_-n_0000000000) closing
   [junit4]   2> 1322658 ERROR (OverseerThreadFactory-2404-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 1322658 INFO  (OverseerStateUpdate-99009396993687557-127.0.0.1:46357_-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46357_
   [junit4]   2> 1322658 INFO  (OverseerThreadFactory-2404-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1352692 INFO  (zkCallback-745-thread-5) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1352694 ERROR (OverseerThreadFactory-2404-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Collection: control_collection operation: create failed:org.apache.solr.common.SolrException: Could not fully remove collection: control_collection
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:109)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:678)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1352700 INFO  (OverseerThreadFactory-2404-thread-1) [    ] 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> 1352700 WARN  (OverseerAutoScalingTriggerThread-99009396993687557-127.0.0.1:46357_-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1352703 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@618f08ed{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1352703 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4f56fa30{/,null,UNAVAILABLE}
   [junit4]   2> 1352736 ERROR (qtp1032493044-6022) [    ] o.a.s.c.ZkController Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: control_collection slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:886)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:737)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:718)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:499)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1352737 ERROR (qtp1032493044-6022) [    ] o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error getting leader from zk for shard shard1
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1207)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:886)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:737)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:718)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:499)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: control_collection slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 44 more
   [junit4]   2> 
   [junit4]   2> 1352745 INFO  (qtp1032493044-6022) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=630167
   [junit4]   2> 1352746 ERROR (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1352747 INFO  (TEST-TestCloudManagedSchema.test-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35077 35077
   [junit4]   2> 1357875 INFO  (Thread-1448) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35077 35077
   [junit4]   2> 1357876 WARN  (Thread-1448) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudManagedSchema -Dtests.method=test -Dtests.seed=4C1EE23DE352C85B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bs -Dtests.timezone=Pacific/Funafuti -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    636s J0 | TestCloudManagedSchema.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:46357
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4C1EE23DE352C85B:C44ADDE74DAEA5A3]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:425)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:65)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.bytesInCompletePacket(SSLSocketImpl.java:918)
   [junit4]    > 	at java.base/sun.security.ssl.AppInputStream.read(AppInputStream.java:144)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudManagedSchema_4C1EE23DE352C85B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=195, maxMBSortInHeap=5.20503066323594, sim=RandomSimilarity(queryNorm=false): {}, locale=bs, timezone=Pacific/Funafuti
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=163215752,total=482869248
   [junit4]   2> NOTE: All tests run in this JVM: [TestInfoStreamLogging, PeerSyncTest, SolrPluginUtilsTest, TestInPlaceUpdatesDistrib, HighlighterMaxOffsetTest, TestReloadAndDeleteDocs, CleanupOldIndexTest, TestComplexPhraseLeadingWildcard, TestTlogReplica, OverseerModifyCollectionTest, ResourceLoaderTest, CurrencyFieldTypeTest, TestHighlightDedupGrouping, CdcrReplicationHandlerTest, TestDownShardTolerantSearch, TestWordDelimiterFilterFactory, HdfsAutoAddReplicasIntegrationTest, TestSolrDeletionPolicy1, ConnectionManagerTest, TestEmbeddedSolrServerSchemaAPI, NoCacheHeaderTest, SolrXmlInZkTest, TestMergePolicyConfig, SortSpecParsingTest, TestCustomStream, ZkControllerTest, TestRebalanceLeaders, SpellCheckComponentTest, HdfsSyncSliceTest, TestLocalFSCloudBackupRestore, AnalyticsMergeStrategyTest, HdfsLockFactoryTest, DistributedDebugComponentTest, UpdateParamsTest, HdfsChaosMonkeySafeLeaderTest, TestMacroExpander, TestSolrCloudWithDelegationTokens, V2StandaloneTest, ClassificationUpdateProcessorTest, TestAuthorizationFramework, TestPayloadScoreQParserPlugin, MultiTermTest, UninvertDocValuesMergePolicyTest, SpatialHeatmapFacetsTest, TestBlobHandler, LeaderInitiatedRecoveryOnShardRestartTest, TestCloudManagedSchema]
   [junit4] Completed [303/748 (1!)] on J0 in 635.77s, 1 test, 1 error <<< FAILURES!

[...truncated 34 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/init-core-data-001
   [junit4]   2> 1300257 WARN  (SUITE-TestReplicationHandler-seed#[4C1EE23DE352C85B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1300257 INFO  (SUITE-TestReplicationHandler-seed#[4C1EE23DE352C85B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1300257 INFO  (SUITE-TestReplicationHandler-seed#[4C1EE23DE352C85B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 1300257 INFO  (SUITE-TestReplicationHandler-seed#[4C1EE23DE352C85B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1300258 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestHandlerPathUnchanged
   [junit4]   2> 1300258 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-001/collection1
   [junit4]   2> 1300260 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1300261 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@773bf833{/solr,null,AVAILABLE}
   [junit4]   2> 1300261 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3ec66c5b{HTTP/1.1,[http/1.1]}{127.0.0.1:44099}
   [junit4]   2> 1300261 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.Server Started @1302574ms
   [junit4]   2> 1300261 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-001/collection1/data, hostPort=44099}
   [junit4]   2> 1300261 ERROR (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1300262 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 1300262 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1300262 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1300262 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-15T16:41:22.030146Z
   [junit4]   2> 1300262 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-001/solr.xml
   [junit4]   2> 1300263 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1300263 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1300264 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1300282 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa
   [junit4]   2> 1300288 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa
   [junit4]   2> 1300288 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa
   [junit4]   2> 1300289 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-001/.
   [junit4]   2> 1300289 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1300290 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1300294 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1300297 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1300298 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1300298 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1300298 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa
   [junit4]   2> 1300298 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1300298 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1300299 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1300324 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1300324 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1300324 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=94.8115234375, floorSegmentMB=1.3544921875, forceMergeDeletesPctAllowed=29.680608354760988, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1300324 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@34b67f14[collection1] main]
   [junit4]   2> 1300324 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-001/collection1/conf
   [junit4]   2> 1300325 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1300325 INFO  (coreLoadExecutor-6104-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1300325 INFO  (searcherExecutor-6105-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@34b67f14[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1300326 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-002/collection1
   [junit4]   2> 1300327 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1300327 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6acc2340{/solr,null,AVAILABLE}
   [junit4]   2> 1300327 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5b57c82c{HTTP/1.1,[http/1.1]}{127.0.0.1:42831}
   [junit4]   2> 1300328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.Server Started @1302641ms
   [junit4]   2> 1300328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-002/collection1/data, hostPort=42831}
   [junit4]   2> 1300328 ERROR (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1300328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 1300328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1300328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1300328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-15T16:41:22.096450Z
   [junit4]   2> 1300328 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-002/solr.xml
   [junit4]   2> 1300329 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1300329 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1300330 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1300346 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa
   [junit4]   2> 1300352 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa
   [junit4]   2> 1300352 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa
   [junit4]   2> 1300353 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-002/.
   [junit4]   2> 1300353 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1300354 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1300359 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1300363 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1300363 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1300364 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1300364 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46263efa
   [junit4]   2> 1300364 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1300364 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1300365 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1300388 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1300388 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1300388 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=94.8115234375, floorSegmentMB=1.3544921875, forceMergeDeletesPctAllowed=29.680608354760988, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1300389 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4fb68e0f[collection1] main]
   [junit4]   2> 1300389 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001/solr-instance-002/collection1/conf
   [junit4]   2> 1300389 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1300389 INFO  (coreLoadExecutor-6114-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1300390 INFO  (searcherExecutor-6115-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4fb68e0f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1300390 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestHandlerPathUnchanged
   [junit4]   2> 1300391 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3ec66c5b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1300391 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=841311374
   [junit4]   2> 1300391 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1300391 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@24394b11: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@43877d9d
   [junit4]   2> 1300393 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1300393 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c67e9c3: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5d7b9d79
   [junit4]   2> 1300400 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1300400 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c36a360: rootName = null, domain = solr.jetty, service url = null, agent id = null] for r

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

###Ending doTestReplicateAfterStartup
   [junit4]   2> 1421498 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7313571f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1421498 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1060962336
   [junit4]   2> 1421498 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1421498 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47a9728a: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@f07942a
   [junit4]   2> 1421503 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1421503 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4536bd37: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5d7b9d79
   [junit4]   2> 1421506 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1421507 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f50c275: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@479407a9
   [junit4]   2> 1421509 INFO  (coreCloseExecutor-6777-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@69e96fc
   [junit4]   2> 1421509 INFO  (coreCloseExecutor-6777-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=111056636
   [junit4]   2> 1421509 INFO  (coreCloseExecutor-6777-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@439c084b: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@139db439
   [junit4]   2> 1421516 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a3ad1d9{/solr,null,UNAVAILABLE}
   [junit4]   2> 1421516 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6864dc4c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1421517 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1841887210
   [junit4]   2> 1421517 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1421517 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c1e1162: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5c75c102
   [junit4]   2> 1421522 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1421522 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@229d703: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5d7b9d79
   [junit4]   2> 1421527 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1421527 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32fded55: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@479407a9
   [junit4]   2> 1421527 INFO  (coreCloseExecutor-6779-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@361d3e91
   [junit4]   2> 1421527 INFO  (coreCloseExecutor-6779-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=907886225
   [junit4]   2> 1421528 INFO  (coreCloseExecutor-6779-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@731fa636: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7d33a7e1
   [junit4]   2> 1421536 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[4C1EE23DE352C85B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@54a2e8e2{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_4C1EE23DE352C85B-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=hr-BA, timezone=Antarctica/Troll
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=280557336,total=531628032
   [junit4]   2> NOTE: All tests run in this JVM: [ZkNodePropsTest, DirectSolrSpellCheckerTest, TestIndexSearcher, TestSimpleQParserPlugin, TestFiltering, TestHttpShardHandlerFactory, TestSegmentSorting, TestFuzzyAnalyzedSuggestions, TestQuerySenderListener, SolrCoreMetricManagerTest, TestRecoveryHdfs, TestRealTimeGet, AsyncCallRequestStatusResponseTest, FullSolrCloudDistribCmdsTest, SimplePostToolTest, ExplicitHLLTest, SolrCloudExampleTest, TestLegacyFieldCache, TestSchemaSimilarityResource, TestSolrCoreProperties, DistributedSpellCheckComponentTest, ClassificationUpdateProcessorIntegrationTest, CopyFieldTest, LeaderInitiatedRecoveryOnCommitTest, TestReload, TestSimpleTextCodec, BaseCdcrDistributedZkTest, LeaderElectionContextKeyTest, TestSolrDeletionPolicy2, TestCloudPivotFacet, MoveReplicaHDFSTest, TestSystemIdResolver, SystemInfoHandlerTest, RankQueryTest, TestXmlQParserPlugin, TestFieldCache, TestLMJelinekMercerSimilarityFactory, TestClassicSimilarityFactory, TestFieldCacheSortRandom, TestHdfsCloudBackupRestore, TimeZoneUtilsTest, TestCorePropertiesReload, TestLegacyNumericRangeQueryBuilder, DistanceUnitsTest, HighlighterTest, TestStressLiveNodes, TestElisionMultitermQuery, SolrTestCaseJ4Test, TestManagedResourceStorage, StressHdfsTest, TestCopyFieldCollectionResource, VMParamsZkACLAndCredentialsProvidersTest, ScriptEngineTest, DocExpirationUpdateProcessorFactoryTest, TestMinMaxOnMultiValuedField, AtomicUpdateProcessorFactoryTest, SSLMigrationTest, DistribJoinFromCollectionTest, CdcrVersionReplicationTest, TestCoreContainer, TestMultiWordSynonyms, SystemLogListenerTest, OverseerTest, DirectSolrConnectionTest, TestTestInjection, TestImpersonationWithHadoopAuth, TestUniqueKeyFieldResource, TestSolrConfigHandlerCloud, FileBasedSpellCheckerTest, HdfsTlogReplayBufferedWhileIndexingTest, TestTrie, UnloadDistributedZkTest, TestLRUStatsCache, TestHdfsBackupRestoreCore, SharedFSAutoReplicaFailoverTest, DistributedFacetPivotSmallAdvancedTest, TestConfigSetImmutable, QueryResultKeyTest, TestPerFieldSimilarityWithDefaultOverride, DistributedQueryComponentCustomSortTest, TestUseDocValuesAsStored2, RulesTest, ClusterStateTest, FieldAnalysisRequestHandlerTest, TestPayloadCheckQParserPlugin, PluginInfoTest, TestCollectionsAPIViaSolrCloudCluster, AutoAddReplicasPlanActionTest, TestRandomRequestDistribution, TestSolrCloudWithSecureImpersonation, HttpSolrCallGetCoreTest, TestQueryTypes, BigEndianAscendingWordDeserializerTest, BlockJoinFacetSimpleTest, TestCollapseQParserPlugin, ConnectionReuseTest, TestFileDictionaryLookup, DistributedFacetExistsSmallTest, AliasIntegrationTest, CdcrReplicationDistributedZkTest, SecurityConfHandlerTest, TestManagedSynonymGraphFilterFactory, TestRequestForwarding, TestEmbeddedSolrServerConstructors, TestDistribIDF, TestLRUCache, OverseerStatusTest, TestFieldTypeResource, TestSlowCompositeReaderWrapper, CoreAdminHandlerTest, SolrCloudReportersTest, ReplicationFactorTest, NodeMutatorTest, BJQParserTest, ChaosMonkeyNothingIsSafeTest, CustomCollectionTest, DocValuesMissingTest, TestUninvertingReader, TestObjectReleaseTracker, TestCollationFieldDocValues, DefaultValueUpdateProcessorTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler]
   [junit4] Completed [315/748 (2!)] on J2 in 121.29s, 16 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 41534 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-10-ea+29) - Build # 828 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/828/
Java: 64bit/jdk-10-ea+29 -XX:+UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection

Error Message:
No registered leader was found after waiting for 30000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/16)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"collection1_shard1_replica_n1",           "base_url":"http://127.0.0.1:45323/solr",           "node_name":"127.0.0.1:45323_solr",           "state":"down",           "type":"NRT"},         "core_node6":{           "core":"collection1_shard1_replica_n5",           "base_url":"http://127.0.0.1:38157/solr",           "node_name":"127.0.0.1:38157_solr",           "state":"down",           "type":"NRT"},         "core_node8":{           "core":"collection1_shard1_replica_n7",           "base_url":"http://127.0.0.1:42133/solr",           "node_name":"127.0.0.1:42133_solr",           "state":"down",           "type":"NRT"},         "core_node10":{           "core":"collection1_shard1_replica_n9",           "base_url":"http://127.0.0.1:37169/solr",           "node_name":"127.0.0.1:37169_solr",           "state":"down",           "type":"NRT"},         "core_node12":{           "core":"collection1_shard1_replica_n11",           "base_url":"http://127.0.0.1:44435/solr",           "node_name":"127.0.0.1:44435_solr",           "state":"active",           "type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{"core_node4":{           "core":"collection1_shard2_replica_n2",           "base_url":"http://127.0.0.1:35705/solr",           "node_name":"127.0.0.1:35705_solr",           "state":"active",           "type":"NRT",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:35705_solr, 127.0.0.1:44435_solr]

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 30000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:45323/solr",
          "node_name":"127.0.0.1:45323_solr",
          "state":"down",
          "type":"NRT"},
        "core_node6":{
          "core":"collection1_shard1_replica_n5",
          "base_url":"http://127.0.0.1:38157/solr",
          "node_name":"127.0.0.1:38157_solr",
          "state":"down",
          "type":"NRT"},
        "core_node8":{
          "core":"collection1_shard1_replica_n7",
          "base_url":"http://127.0.0.1:42133/solr",
          "node_name":"127.0.0.1:42133_solr",
          "state":"down",
          "type":"NRT"},
        "core_node10":{
          "core":"collection1_shard1_replica_n9",
          "base_url":"http://127.0.0.1:37169/solr",
          "node_name":"127.0.0.1:37169_solr",
          "state":"down",
          "type":"NRT"},
        "core_node12":{
          "core":"collection1_shard1_replica_n11",
          "base_url":"http://127.0.0.1:44435/solr",
          "node_name":"127.0.0.1:44435_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"core_node4":{
          "core":"collection1_shard2_replica_n2",
          "base_url":"http://127.0.0.1:35705/solr",
          "node_name":"127.0.0.1:35705_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:35705_solr, 127.0.0.1:44435_solr]
	at __randomizedtesting.SeedInfo.seed([E890103A6FAB13ED:B6A4DD742CD48F0A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
	at org.apache.solr.cloud.LeaderElectionIntegrationTest.getLeader(LeaderElectionIntegrationTest.java:168)
	at org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes

Error Message:
Error from server at http://127.0.0.1:36629/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:36629/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([E890103A6FAB13ED:76A574C249885F65]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:40)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:35497/solr]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35497/solr]
	at __randomizedtesting.SeedInfo.seed([E890103A6FAB13ED:D02334C44858C73C]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:35497/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	... 43 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:35497 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 47 more




Build Log:
[...truncated 12477 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/init-core-data-001
   [junit4]   2> 1162974 WARN  (SUITE-LeaderElectionIntegrationTest-seed#[E890103A6FAB13ED]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=59 numCloses=59
   [junit4]   2> 1162974 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[E890103A6FAB13ED]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1162975 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[E890103A6FAB13ED]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1162975 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[E890103A6FAB13ED]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1162975 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[E890103A6FAB13ED]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleSliceLeaderElection
   [junit4]   2> 1162976 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[E890103A6FAB13ED]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001
   [junit4]   2> 1162976 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[E890103A6FAB13ED]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1162976 INFO  (Thread-2589) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1162976 INFO  (Thread-2589) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1162977 ERROR (Thread-2589) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1163076 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[E890103A6FAB13ED]) [    ] o.a.s.c.ZkTestServer start zk server on port:42457
   [junit4]   2> 1163079 INFO  (jetty-launcher-1269-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1163079 INFO  (jetty-launcher-1269-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1163079 INFO  (jetty-launcher-1269-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1163079 INFO  (jetty-launcher-1269-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1163079 INFO  (jetty-launcher-1269-thread-5) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1163079 INFO  (jetty-launcher-1269-thread-6) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1163080 INFO  (jetty-launcher-1269-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@567f5e24{/solr,null,AVAILABLE}
   [junit4]   2> 1163080 INFO  (jetty-launcher-1269-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@67c575bb{HTTP/1.1,[http/1.1]}{127.0.0.1:38157}
   [junit4]   2> 1163080 INFO  (jetty-launcher-1269-thread-5) [    ] o.e.j.s.Server Started @1165064ms
   [junit4]   2> 1163080 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38157}
   [junit4]   2> 1163080 ERROR (jetty-launcher-1269-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1163080 INFO  (jetty-launcher-1269-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@202aa7c3{/solr,null,AVAILABLE}
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-15T19:44:19.196106Z
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16d1b13f{/solr,null,AVAILABLE}
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7985988a{HTTP/1.1,[http/1.1]}{127.0.0.1:35705}
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-3) [    ] o.e.j.s.Server Started @1165064ms
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ee875aa{/solr,null,AVAILABLE}
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35705}
   [junit4]   2> 1163081 ERROR (jetty-launcher-1269-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@33c25c9c{HTTP/1.1,[http/1.1]}{127.0.0.1:37169}
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1163081 INFO  (jetty-launcher-1269-thread-4) [    ] o.e.j.s.Server Started @1165065ms
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37169}
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-15T19:44:19.197087Z
   [junit4]   2> 1163082 ERROR (jetty-launcher-1269-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-15T19:44:19.197292Z
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7fdc5b6c{HTTP/1.1,[http/1.1]}{127.0.0.1:44435}
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-2) [    ] o.e.j.s.Server Started @1165066ms
   [junit4]   2> 1163082 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44435}
   [junit4]   2> 1163082 ERROR (jetty-launcher-1269-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1163083 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1163083 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1163083 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1163083 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-15T19:44:19.198136Z
   [junit4]   2> 1163090 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1163090 INFO  (jetty-launcher-1269-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10ece3c9{/solr,null,AVAILABLE}
   [junit4]   2> 1163095 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1163098 INFO  (jetty-launcher-1269-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1955ff43{/solr,null,AVAILABLE}
   [junit4]   2> 1163099 INFO  (jetty-launcher-1269-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1dbf1218{HTTP/1.1,[http/1.1]}{127.0.0.1:42133}
   [junit4]   2> 1163099 INFO  (jetty-launcher-1269-thread-6) [    ] o.e.j.s.Server Started @1165082ms
   [junit4]   2> 1163099 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42133}
   [junit4]   2> 1163099 ERROR (jetty-launcher-1269-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1163099 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1163099 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1163099 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1163099 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-15T19:44:19.214659Z
   [junit4]   2> 1163100 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1163106 INFO  (jetty-launcher-1269-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2f1e16ee{HTTP/1.1,[http/1.1]}{127.0.0.1:45323}
   [junit4]   2> 1163107 INFO  (jetty-launcher-1269-thread-1) [    ] o.e.j.s.Server Started @1165090ms
   [junit4]   2> 1163107 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1163107 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45323}
   [junit4]   2> 1163107 ERROR (jetty-launcher-1269-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1163107 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1163107 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1163107 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1163107 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-15T19:44:19.222466Z
   [junit4]   2> 1163111 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42457/solr
   [junit4]   2> 1163112 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1163119 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42457/solr
   [junit4]   2> 1163121 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1163123 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42457/solr
   [junit4]   2> 1163124 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42457/solr
   [junit4]   2> 1163125 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42457/solr
   [junit4]   2> 1163127 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 0x15fc135f294000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1163147 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42457/solr
   [junit4]   2> 1163164 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1163165 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45323_solr
   [junit4]   2> 1163166 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99010154272653328-127.0.0.1:45323_solr-n_0000000000) starting
   [junit4]   2> 1163167 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1163168 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44435_solr
   [junit4]   2> 1163174 INFO  (zkCallback-1302-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1163183 INFO  (zkCallback-1305-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1163184 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45323_solr
   [junit4]   2> 1163185 INFO  (zkCallback-1305-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1163186 INFO  (zkCallback-1302-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1163199 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1163200 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1163201 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1163208 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38157_solr
   [junit4]   2> 1163209 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1163210 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44435.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163211 INFO  (zkCallback-1302-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1163213 INFO  (zkCallback-1295-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1163217 INFO  (zkCallback-1294-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1163228 INFO  (zkCallback-1305-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1163229 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45323.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163230 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1163231 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42133_solr
   [junit4]   2> 1163231 INFO  (zkCallback-1302-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1163231 INFO  (zkCallback-1305-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1163234 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44435.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163233 INFO  (zkCallback-1294-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1163232 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1163231 INFO  (zkCallback-1295-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1163235 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44435.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163235 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1163235 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35705_solr
   [junit4]   2> 1163236 INFO  (jetty-launcher-1269-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node2/.
   [junit4]   2> 1163238 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45323.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163238 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45323.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163239 INFO  (jetty-launcher-1269-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node1/.
   [junit4]   2> 1163242 INFO  (zkCallback-1305-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1163243 INFO  (zkCallback-1295-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1163243 INFO  (zkCallback-1294-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1163243 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1163244 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37169_solr
   [junit4]   2> 1163256 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1163273 INFO  (zkCallback-1295-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1163275 INFO  (zkCallback-1293-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1163280 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42133.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163283 INFO  (zkCallback-1294-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1163283 INFO  (zkCallback-1302-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1163283 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1163283 INFO  (zkCallback-1305-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1163287 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35705.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163297 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38157.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163299 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42133.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163299 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42133.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163301 INFO  (jetty-launcher-1269-thread-6) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node6/.
   [junit4]   2> 1163302 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35705.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163302 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35705.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163303 INFO  (jetty-launcher-1269-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node3/.
   [junit4]   2> 1163307 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38157.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163307 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38157.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163309 INFO  (jetty-launcher-1269-thread-5) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node5/.
   [junit4]   2> 1163317 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37169.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163324 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37169.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163324 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37169.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1163325 INFO  (jetty-launcher-1269-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node4/.
   [junit4]   2> 1163498 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[E890103A6FAB13ED]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 1163498 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[E890103A6FAB13ED]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42457/solr ready
   [junit4]   2> 1163500 INFO  (qtp1011241117-9334) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1163502 INFO  (OverseerThreadFactory-3922-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1163604 INFO  (OverseerStateUpdate-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45323/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1163605 INFO  (OverseerStateUpdate-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35705/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1163807 INFO  (qtp1133026924-9348) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1163807 INFO  (qtp1746013665-9358) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1163807 INFO  (qtp1133026924-9348) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1163807 INFO  (qtp1746013665-9358) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1163912 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1163912 INFO  (zkCallback-1302-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1163912 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1163912 INFO  (zkCallback-1302-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1164816 INFO  (qtp1746013665-9358) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1164818 INFO  (qtp1133026924-9348) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1164822 INFO  (qtp1133026924-9348) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1164822 INFO  (qtp1746013665-9358) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1164824 INFO  (qtp1133026924-9348) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1164824 INFO  (qtp1133026924-9348) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1164824 INFO  (qtp1746013665-9358) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1164824 INFO  (qtp1746013665-9358) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1164824 INFO  (qtp1133026924-9348) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35705.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1164824 INFO  (qtp1746013665-9358) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45323.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1164824 INFO  (qtp1133026924-9348) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1164825 INFO  (qtp1746013665-9358) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1164825 INFO  (qtp1746013665-9358) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1164825 INFO  (qtp1133026924-9348) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node3/collection1_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node3/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 1164864 INFO  (qtp1133026924-9348) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1164864 INFO  (qtp1133026924-9348) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1164864 INFO  (qtp1133026924-9348) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1164864 INFO  (qtp1133026924-9348) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1164865 INFO  (qtp1133026924-9348) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@128878d9[collection1_shard2_replica_n2] main]
   [junit4]   2> 1164866 INFO  (qtp1133026924-9348) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1164866 INFO  (qtp1133026924-9348) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1164866 INFO  (qtp1133026924-9348) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1164867 INFO  (searcherExecutor-3935-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@128878d9[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1164867 INFO  (qtp1133026924-9348) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584162470344261632
   [junit4]   2> 1164870 INFO  (qtp1133026924-9348) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1164870 INFO  (qtp1133026924-9348) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1164870 INFO  (qtp1133026924-9348) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1164871 INFO  (qtp1746013665-9358) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1164871 INFO  (qtp1746013665-9358) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1164871 INFO  (qtp1133026924-9348) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35705/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 1164871 INFO  (qtp1746013665-9358) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1164871 INFO  (qtp1746013665-9358) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1164872 INFO  (qtp1746013665-9358) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@20472fd3[collection1_shard1_replica_n1] main]
   [junit4]   2> 1164872 INFO  (qtp1746013665-9358) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1164873 INFO  (qtp1746013665-9358) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1164873 INFO  (qtp1746013665-9358) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1164873 INFO  (searcherExecutor-3936-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@20472fd3[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1164873 INFO  (qtp1746013665-9358) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584162470350553088
   [junit4]   2> 1164876 INFO  (qtp1746013665-9358) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1164876 INFO  (qtp1746013665-9358) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1164876 INFO  (qtp1746013665-9358) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1164879 INFO  (qtp1746013665-9358) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45323/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1164980 INFO  (zkCallback-1302-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1164980 INFO  (zkCallback-1302-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1164980 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1164980 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1165022 WARN  (qtp1133026924-9348) [    ] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1165029 INFO  (qtp1133026924-9348) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1222
   [junit4]   2> 1165029 WARN  (qtp1746013665-9358) [    ] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1165036 INFO  (qtp1746013665-9358) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1228
   [junit4]   2> 1165039 INFO  (qtp1011241117-9334) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1165132 INFO  (zkCallback-1302-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1165132 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1165132 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1165132 INFO  (zkCallback-1302-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1165503 INFO  (OverseerCollectionConfigSetProcessor-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1166040 INFO  (qtp1011241117-9334) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2539
   [junit4]   2> 1166041 INFO  (qtp1011241117-9335) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1166043 INFO  (OverseerThreadFactory-3922-thread-2) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38157_solr for creating new replica
   [junit4]   2> 1166045 INFO  (OverseerStateUpdate-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38157/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38157_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1166148 INFO  (zkCallback-1302-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166148 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166148 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166148 INFO  (zkCallback-1302-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166246 INFO  (qtp1011241117-9320) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=collection1_shard1_replica_n5&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1166247 INFO  (qtp1011241117-9320) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1166255 INFO  (qtp1011241117-9320) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1166260 INFO  (qtp1011241117-9320) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 1166261 INFO  (qtp1011241117-9320) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1166261 INFO  (qtp1011241117-9320) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n5' using configuration from collection collection1, trusted=true
   [junit4]   2> 1166262 INFO  (qtp1011241117-9320) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38157.solr.core.collection1.shard1.replica_n5' (registry 'solr.core.collection1.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1166262 INFO  (qtp1011241117-9320) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1166262 INFO  (qtp1011241117-9320) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node5/collection1_shard1_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node5/./collection1_shard1_replica_n5/data/]
   [junit4]   2> 1166300 INFO  (qtp1011241117-9320) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1166300 INFO  (qtp1011241117-9320) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1166301 INFO  (qtp1011241117-9320) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1166301 INFO  (qtp1011241117-9320) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1166301 INFO  (qtp1011241117-9320) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@67d31e9f[collection1_shard1_replica_n5] main]
   [junit4]   2> 1166302 INFO  (qtp1011241117-9320) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1166302 INFO  (qtp1011241117-9320) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1166303 INFO  (qtp1011241117-9320) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1166303 INFO  (searcherExecutor-3945-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_n5] Registered new searcher Searcher@67d31e9f[collection1_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1166303 INFO  (qtp1011241117-9320) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584162471850016768
   [junit4]   2> 1166305 WARN  (qtp1011241117-9320) [    ] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1166313 INFO  (qtp1011241117-9320) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=collection1_shard1_replica_n5&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=66
   [junit4]   2> 1166315 INFO  (qtp1011241117-9335) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=274
   [junit4]   2> 1166315 INFO  (qtp1011241117-9336) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1166317 INFO  (OverseerCollectionConfigSetProcessor-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1166317 INFO  (OverseerThreadFactory-3922-thread-3) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:42133_solr for creating new replica
   [junit4]   2> 1166318 INFO  (OverseerStateUpdate-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42133/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42133_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1166419 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166419 INFO  (zkCallback-1302-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166419 INFO  (zkCallback-1302-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166419 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166419 INFO  (zkCallback-1295-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166420 INFO  (zkCallback-1295-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166519 INFO  (qtp1200917395-9375) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=collection1_shard1_replica_n7&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1166519 INFO  (qtp1200917395-9375) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1166523 INFO  (qtp1200917395-9375) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1166536 INFO  (qtp1200917395-9375) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n7] Schema name=minimal
   [junit4]   2> 1166536 INFO  (qtp1200917395-9375) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1166536 INFO  (qtp1200917395-9375) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n7' using configuration from collection collection1, trusted=true
   [junit4]   2> 1166537 INFO  (qtp1200917395-9375) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42133.solr.core.collection1.shard1.replica_n7' (registry 'solr.core.collection1.shard1.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1166537 INFO  (qtp1200917395-9375) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1166537 INFO  (qtp1200917395-9375) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_n7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node6/collection1_shard1_replica_n7], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node6/./collection1_shard1_replica_n7/data/]
   [junit4]   2> 1166562 INFO  (qtp1200917395-9375) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1166562 INFO  (qtp1200917395-9375) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1166563 INFO  (qtp1200917395-9375) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1166563 INFO  (qtp1200917395-9375) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1166564 INFO  (qtp1200917395-9375) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f6381d7[collection1_shard1_replica_n7] main]
   [junit4]   2> 1166564 INFO  (qtp1200917395-9375) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1166565 INFO  (qtp1200917395-9375) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1166565 INFO  (qtp1200917395-9375) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1166565 INFO  (searcherExecutor-3950-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_n7] Registered new searcher Searcher@3f6381d7[collection1_shard1_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1166565 INFO  (qtp1200917395-9375) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584162472124743680
   [junit4]   2> 1166567 WARN  (qtp1200917395-9375) [    ] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1166579 INFO  (qtp1200917395-9375) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=collection1_shard1_replica_n7&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=59
   [junit4]   2> 1166580 INFO  (qtp1011241117-9336) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=264
   [junit4]   2> 1166580 INFO  (qtp1011241117-9327) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1166581 INFO  (OverseerCollectionConfigSetProcessor-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1166581 INFO  (OverseerThreadFactory-3922-thread-4) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:37169_solr for creating new replica
   [junit4]   2> 1166582 INFO  (OverseerStateUpdate-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n9",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37169/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37169_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1166683 INFO  (zkCallback-1302-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166683 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166683 INFO  (zkCallback-1294-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166683 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166683 INFO  (zkCallback-1294-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166683 INFO  (zkCallback-1302-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166683 INFO  (zkCallback-1295-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166683 INFO  (zkCallback-1295-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166784 INFO  (qtp149393820-9363) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&name=collection1_shard1_replica_n9&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1166784 INFO  (qtp149393820-9363) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1166793 INFO  (qtp149393820-9363) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1166799 INFO  (qtp149393820-9363) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n9] Schema name=minimal
   [junit4]   2> 1166800 INFO  (qtp149393820-9363) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1166800 INFO  (qtp149393820-9363) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n9' using configuration from collection collection1, trusted=true
   [junit4]   2> 1166801 INFO  (qtp149393820-9363) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37169.solr.core.collection1.shard1.replica_n9' (registry 'solr.core.collection1.shard1.replica_n9') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1166801 INFO  (qtp149393820-9363) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1166801 INFO  (qtp149393820-9363) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_n9] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node4/collection1_shard1_replica_n9], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node4/./collection1_shard1_replica_n9/data/]
   [junit4]   2> 1166846 INFO  (qtp149393820-9363) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1166846 INFO  (qtp149393820-9363) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1166847 INFO  (qtp149393820-9363) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1166847 INFO  (qtp149393820-9363) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1166848 INFO  (qtp149393820-9363) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6adc5d1a[collection1_shard1_replica_n9] main]
   [junit4]   2> 1166848 INFO  (qtp149393820-9363) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1166849 INFO  (qtp149393820-9363) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1166849 INFO  (qtp149393820-9363) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1166850 INFO  (searcherExecutor-3955-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_n9] Registered new searcher Searcher@6adc5d1a[collection1_shard1_replica_n9] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1166850 INFO  (qtp149393820-9363) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584162472423587840
   [junit4]   2> 1166852 WARN  (qtp149393820-9363) [    ] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1166853 INFO  (qtp149393820-9363) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&name=collection1_shard1_replica_n9&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=69
   [junit4]   2> 1166854 INFO  (qtp1011241117-9327) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=273
   [junit4]   2> 1166854 INFO  (qtp1011241117-9320) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1166855 INFO  (OverseerCollectionConfigSetProcessor-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1166855 INFO  (OverseerThreadFactory-3922-thread-5) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:44435_solr for creating new replica
   [junit4]   2> 1166856 INFO  (OverseerStateUpdate-99010154272653328-127.0.0.1:45323_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n11",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44435/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44435_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1166957 INFO  (zkCallback-1302-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166957 INFO  (zkCallback-1294-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166957 INFO  (zkCallback-1295-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166957 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166957 INFO  (zkCallback-1293-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166957 INFO  (zkCallback-1293-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166957 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166957 INFO  (zkCallback-1294-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166957 INFO  (zkCallback-1302-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1166957 INFO  (zkCallback-1295-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 1167057 INFO  (qtp894579420-9346) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=collection1_shard1_replica_n11&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1167058 INFO  (qtp894579420-9346) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1167065 INFO  (qtp894579420-9346) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1167070 INFO  (qtp894579420-9346) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n11] Schema name=minimal
   [junit4]   2> 1167071 INFO  (qtp894579420-9346) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1167071 INFO  (qtp894579420-9346) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n11' using configuration from collection collection1, trusted=true
   [junit4]   2> 1167071 INFO  (qtp894579420-9346) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44435.solr.core.collection1.shard1.replica_n11' (registry 'solr.core.collection1.shard1.replica_n11') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49b2501c
   [junit4]   2> 1167072 INFO  (qtp894579420-9346) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1167072 INFO  (qtp894579420-9346) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_n11] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node2/collection1_shard1_replica_n11], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderElectionIntegrationTest_E890103A6FAB13ED-001/tempDir-001/node2/./collection1_shard1_replica_n11/data/]
   [junit4]   2> 1167130 INFO  (qtp894579420-9346) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1167130 INFO  (qtp894579420-9346) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1167132 INFO  (qtp894579420-9346) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1167132 INFO  (qtp894579420-9346) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1167133 INFO  (qtp894579420-9346) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@653921a7[collection1_shard1_replica_n11] main]
   [junit4]   2> 1167133 INFO  (qtp894579420-9346) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1167133 INFO  (qtp894579420-9346) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1167134 INFO  (qtp894579420-9346) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1167134 INFO  (qtp894579420-9346) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584162472721383424
   [junit4]   2> 1167135 INFO  (searcherExecutor-3960-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_n11] Registered new searcher Searcher@653921a7[collection1_shard1_replica_n11] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1167136 WARN  (qtp894579420-9346) [    ] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1167137 INFO  (qtp894579420-9346) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=collection1_shard1_replica_n11&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=80
   [junit4]   2> 1167139 INFO  (qtp1011241117-9320) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2

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

) [    ] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 2190010 INFO  (zkCallback-3482-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2190010 INFO  (zkCallback-3482-thread-1) [    ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@579af395
   [junit4]   2> 2190010 INFO  (zkCallback-3482-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testSimple1.shard1.replica_n1, tag=1469772693
   [junit4]   2> 2190010 INFO  (zkCallback-3482-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b29e7e5: rootName = solr_39141, domain = solr.core.testSimple1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testSimple1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@339556df
   [junit4]   2> 2190020 INFO  (zkCallback-3482-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard1.leader, tag=1469772693
   [junit4]   2> 2190021 INFO  (jetty-closer-3466-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2823931d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2192697 INFO  (recoveryExecutor-3498-thread-1) [    ] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 2192697 INFO  (recoveryExecutor-3498-thread-1) [    ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 2192697 INFO  (recoveryExecutor-3498-thread-1) [    ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@7bfa6ce2
   [junit4]   2> 2192698 INFO  (recoveryExecutor-3498-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testSimple1.shard2.replica_n6, tag=2080009442
   [junit4]   2> 2192698 INFO  (recoveryExecutor-3498-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7d1a5d33: rootName = solr_35497, domain = solr.core.testSimple1.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.testSimple1.shard2.replica_n6 / com.codahale.metrics.MetricRegistry@515a733b
   [junit4]   2> 2192708 INFO  (recoveryExecutor-3498-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard2.leader, tag=2080009442
   [junit4]   2> 2192708 WARN  (recoveryExecutor-3498-thread-1) [    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[testSimple1_shard2_replica_n6] coreNodeName=[core_node8]
   [junit4]   2> 2192709 INFO  (jetty-closer-3466-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76f27030{/solr,null,UNAVAILABLE}
   [junit4]   2> 2192710 ERROR (SUITE-AutoAddReplicasPlanActionTest-seed#[E890103A6FAB13ED]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2192710 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[E890103A6FAB13ED]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38769 38769
   [junit4]   2> 2197742 INFO  (Thread-9982) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38769 38769
   [junit4]   2> 2197742 WARN  (Thread-9982) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/testSimple2/state.json
   [junit4]   2> 	9	/solr/collections/testSimple1/state.json
   [junit4]   2> 	7	/solr/collections/testSimple3/state.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/overseer_elect/election/99010220746670089-127.0.0.1:39141_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/testSimple1/leader_elect/shard2/election/99010220746670089-core_node7-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E890103A6FAB13ED-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=32, maxMBSortInHeap=6.58106183158713, sim=RandomSimilarity(queryNorm=false): {}, locale=to, timezone=America/Denver
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=248486720,total=519569408
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerCollectionConfigSetProcessorTest, TestBulkSchemaConcurrent, SuggestComponentTest, TestSolrCoreProperties, LeaderInitiatedRecoveryOnCommitTest, DistanceFunctionTest, MigrateRouteKeyTest, ZkStateWriterTest, TestSolrCloudWithSecureImpersonation, MoveReplicaHDFSTest, TestSolrDeletionPolicy2, DistanceUnitsTest, ConnectionReuseTest, PluginInfoTest, TestHdfsBackupRestoreCore, WordBreakSolrSpellCheckerTest, ExplicitHLLTest, CdcrVersionReplicationTest, TestRecoveryHdfs, TestTolerantSearch, TestSimpleTextCodec, SpellPossibilityIteratorTest, TestLegacyFieldCache, HdfsChaosMonkeyNothingIsSafeTest, TestClassicSimilarityFactory, PreAnalyzedFieldManagedSchemaCloudTest, ZkNodePropsTest, TestMinMaxOnMultiValuedField, CoreAdminHandlerTest, TestObjectReleaseTracker, SubstringBytesRefFilterTest, TestFuzzyAnalyzedSuggestions, RequiredFieldsTest, OverseerStatusTest, TestUseDocValuesAsStored2, BasicDistributedZk2Test, IndexSchemaTest, ScriptEngineTest, UpdateLogTest, DirectSolrConnectionTest, RecoveryZkTest, TestLegacyNumericUtils, TestQueryTypes, TestNamedUpdateProcessors, TestSchemaSimilarityResource, CachingDirectoryFactoryTest, EchoParamsTest, CSVRequestHandlerTest, BaseCdcrDistributedZkTest, HdfsTlogReplayBufferedWhileIndexingTest, FieldAnalysisRequestHandlerTest, TestPullReplica, TestSegmentSorting, TestCoreContainer, StressHdfsTest, NodeAddedTriggerTest, TestGraphTermsQParserPlugin, TestQuerySenderListener, SearchHandlerTest, UnloadDistributedZkTest, SecurityConfHandlerTest, ReturnFieldsTest, DistributedSpellCheckComponentTest, TestManagedSchemaAPI, TestZkChroot, BJQParserTest, TestJsonRequest, TestMultiWordSynonyms, HdfsNNFailoverTest, LeaderElectionContextKeyTest, TestGroupingSearch, TestFileDictionaryLookup, TestPayloadCheckQParserPlugin, TestCloudDeleteByQuery, TestImpersonationWithHadoopAuth, ExecutePlanActionTest, RankQueryTest, TestElisionMultitermQuery, BlockCacheTest, TestFiltering, NodeMutatorTest, TimeZoneUtilsTest, TestCorePropertiesReload, SolrCloudExampleTest, DisMaxRequestHandlerTest, FieldMutatingUpdateProcessorTest, TestLRUStatsCache, TestGraphMLResponseWriter, TestHashPartitioner, TestSolrQueryResponse, DocValuesMissingTest, TestSkipOverseerOperations, ClusterStateTest, StatsComponentTest, CheckHdfsIndexTest, TestLMJelinekMercerSimilarityFactory, TestCloudPivotFacet, TestPartialUpdateDeduplication, TestSlowCompositeReaderWrapper, SuggesterWFSTTest, TestFunctionQuery, TestSolrConfigHandlerCloud, DistribJoinFromCollectionTest, TestLFUCache, TestCustomDocTransformer, CdcrReplicationDistributedZkTest, TestSystemIdResolver, TestConfigSetImmutable, FacetPivotSmallTest, SolrCoreCheckLockOnStartupTest, TestDistribDocBasedVersion, FullSolrCloudDistribCmdsTest, DeleteStatusTest, TestNestedDocsSort, TestFieldTypeResource, TestHdfsUpdateLog, TestXmlQParserPlugin, ChaosMonkeyNothingIsSafeTest, TestRealTimeGet, CursorMarkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, ClusterStateUpdateTest, LeaderElectionTest, ZkCLITest, TestStressReorder, TestJoin, TestReload, TestStressVersions, TestSolr4Spatial, SpellCheckComponentTest, TestLazyCores, SpellCheckCollatorTest, SuggesterTest, SpatialFilterTest, PolyFieldTest, NoCacheHeaderTest, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TestValueSourceCache, TermVectorComponentTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, TestJmxIntegration, MBeansHandlerTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ActionThrottleTest, AddReplicaTest, AssignBackwardCompatibilityTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, ConfigSetsAPITest, CustomCollectionTest, DeleteNodeTest, LeaderInitiatedRecoveryOnShardRestartTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestCloudSearcherWarming, TestCollectionsAPIViaSolrCloudCluster, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, TestLockTree, TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution, TestRebalanceLeaders, TestRequestForwarding, TestRequestStatusCollectionAPI, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates, TestTolerantUpdateProcessorRandomCloud, VMParamsZkACLAndCredentialsProvidersTest, AutoAddReplicasPlanActionTest]
   [junit4] Completed [558/748 (3!)] on J2 in 20.16s, 1 test, 1 error <<< FAILURES!

[...truncated 40890 lines...]