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/12/06 05:23:24 UTC

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_144) - Build # 945 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/945/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 55808 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1028332274
 [ecj-lint] Compiling 1156 source files to /tmp/ecj1028332274
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 1037)
 [ecj-lint] 	core = new SolrCore(this, dcore, coreConfig);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'core' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java (at line 235)
 [ecj-lint] 	dir = new BlockDirectory(path, hdfsDir, cache, null, blockCacheReadEnabled, false, cacheMerges, cacheReadOnce);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 121)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 145)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java (at line 1259)
 [ecj-lint] 	DirectoryReader reader = s==null ? null : s.get().getIndexReader();
 [ecj-lint] 	                ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 517)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zk, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 743)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zkHost, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java (at line 578)
 [ecj-lint] 	tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/request/SimpleFacets.java (at line 943)
 [ecj-lint] 	fastForRandomSet = new HashDocSet(sset.getDocs(), 0, sset.size());
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fastForRandomSet' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/response/SmileResponseWriter.java (at line 33)
 [ecj-lint] 	new SmileWriter(out, request, response).writeResponse();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgProvider.java (at line 146)
 [ecj-lint] 	ratesJsonStream = resourceLoader.openResource(ratesFileLocation);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java (at line 1315)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getSlowAtomicReader(), collapseField), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 145)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 154)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 163)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. ERROR in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/search/facet/UniqueSinglevaluedSlotAcc.java (at line 30)
 [ecj-lint] 	import org.apache.solr.search.SolrIndexSearcher;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.search.SolrIndexSearcher is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. ERROR in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/search/facet/UniqueSlotAcc.java (at line 24)
 [ecj-lint] 	import org.apache.lucene.index.LeafReaderContext;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.index.LeafReaderContext is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at line 291)
 [ecj-lint] 	throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred while loading solr.xml from zookeeper", e);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java (at line 101)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 191)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 261)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 260)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 275)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 529)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line 655)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line 655)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java (at line 149)
 [ecj-lint] 	SolrQueryRequest req = requestInfo == null ? null : requestInfo.getReq();
 [ecj-lint] 	                 ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31 problems (2 errors, 29 warnings)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:835: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2105: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2144: Compile failed; see the compiler error output for details.

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

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.1) - Build # 947 - Still Unstable!

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

4 tests failed.
FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Missing backcompat test files:   6.7.0-cfs   7.2.0-cfs 

Stack Trace:
java.lang.AssertionError: Missing backcompat test files:
  6.7.0-cfs
  7.2.0-cfs

	at __randomizedtesting.SeedInfo.seed([AE6356BE190211E0:BEBCB9FEAD9507CC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:627)
	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 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 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.client.solrj.impl.CloudSolrClientTest.testOverwriteOption

Error Message:
There are still nodes recoverying - waited for 30 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30 seconds
	at __randomizedtesting.SeedInfo.seed([CEA76D0AA169DC7D:229C8CE1CF39A3AB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption(CloudSolrClientTest.java:155)
	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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	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.client.solrj.io.stream.StreamExpressionTest.testGammaDistribution

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([CEA76D0AA169DC7D:F3DD46A48211766A]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testGammaDistribution(StreamExpressionTest.java:7483)
	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.ReplaceNodeTest.test

Error Message:
Expecting no cores but found some: {replacenodetest_coll_shard2_replica_n21={name=replacenodetest_coll_shard2_replica_n21,instanceDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/replacenodetest_coll_shard2_replica_n21,dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/./replacenodetest_coll_shard2_replica_n21/data/,config=solrconfig.xml,schema=schema.xml,startTime=Wed Dec 06 04:38:34 CST 2017,uptime=18694,lastPublished=active,configVersion=0,cloud={collection=replacenodetest_coll,shard=shard2,replica=core_node22},index={numDocs=0,maxDoc=0,deletedDocs=0,indexHeapUsageBytes=0,version=2,segmentCount=0,current=true,hasDeletions=false,directory=org.apache.lucene.store.MockDirectoryWrapper:MockDirectoryWrapper(RAMDirectory@7276bae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@237388c4),segmentsFile=segments_1,segmentsFileSizeInBytes=69,userData={},sizeInBytes=69,size=69 bytes}},replacenodetest_coll_shard5_replica_n23={name=replacenodetest_coll_shard5_replica_n23,instanceDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/replacenodetest_coll_shard5_replica_n23,dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/./replacenodetest_coll_shard5_replica_n23/data/,config=solrconfig.xml,schema=schema.xml,startTime=Wed Dec 06 04:38:35 CST 2017,uptime=17501,lastPublished=active,configVersion=0,cloud={collection=replacenodetest_coll,shard=shard5,replica=core_node24},index={numDocs=0,maxDoc=0,deletedDocs=0,indexHeapUsageBytes=0,version=2,segmentCount=0,current=true,hasDeletions=false,directory=org.apache.lucene.store.MockDirectoryWrapper:MockDirectoryWrapper(RAMDirectory@3e22b0f6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7593141d),segmentsFile=segments_1,segmentsFileSizeInBytes=69,userData={},sizeInBytes=69,size=69 bytes}}} expected:<0> but was:<2>

Stack Trace:
java.lang.AssertionError: Expecting no cores but found some: {replacenodetest_coll_shard2_replica_n21={name=replacenodetest_coll_shard2_replica_n21,instanceDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/replacenodetest_coll_shard2_replica_n21,dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/./replacenodetest_coll_shard2_replica_n21/data/,config=solrconfig.xml,schema=schema.xml,startTime=Wed Dec 06 04:38:34 CST 2017,uptime=18694,lastPublished=active,configVersion=0,cloud={collection=replacenodetest_coll,shard=shard2,replica=core_node22},index={numDocs=0,maxDoc=0,deletedDocs=0,indexHeapUsageBytes=0,version=2,segmentCount=0,current=true,hasDeletions=false,directory=org.apache.lucene.store.MockDirectoryWrapper:MockDirectoryWrapper(RAMDirectory@7276bae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@237388c4),segmentsFile=segments_1,segmentsFileSizeInBytes=69,userData={},sizeInBytes=69,size=69 bytes}},replacenodetest_coll_shard5_replica_n23={name=replacenodetest_coll_shard5_replica_n23,instanceDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/replacenodetest_coll_shard5_replica_n23,dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/./replacenodetest_coll_shard5_replica_n23/data/,config=solrconfig.xml,schema=schema.xml,startTime=Wed Dec 06 04:38:35 CST 2017,uptime=17501,lastPublished=active,configVersion=0,cloud={collection=replacenodetest_coll,shard=shard5,replica=core_node24},index={numDocs=0,maxDoc=0,deletedDocs=0,indexHeapUsageBytes=0,version=2,segmentCount=0,current=true,hasDeletions=false,directory=org.apache.lucene.store.MockDirectoryWrapper:MockDirectoryWrapper(RAMDirectory@3e22b0f6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7593141d),segmentsFile=segments_1,segmentsFileSizeInBytes=69,userData={},sizeInBytes=69,size=69 bytes}}} expected:<0> but was:<2>
	at __randomizedtesting.SeedInfo.seed([E8D2B04F2CC4B39F:60868F958238DE67]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.ReplaceNodeTest.test(ReplaceNodeTest.java:136)
	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 4584 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] IGNOR/A 0.02s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=AE6356BE190211E0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nb -Dtests.timezone=Europe/Amsterdam -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.02s J0 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Missing backcompat test files:
   [junit4]    >   6.7.0-cfs
   [junit4]    >   7.2.0-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AE6356BE190211E0:BEBCB9FEAD9507CC]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:627)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/J0/temp/lucene.index.TestBackwardsCompatibility_AE6356BE190211E0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {content6=FST50, content5=PostingsFormat(name=Direct), content4=PostingsFormat(name=Memory), trieInt=FST50, content3=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), content2=FST50, fieⱷld=FST50, utf8=FST50, trieLong=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory), content=FST50, autf8=PostingsFormat(name=Direct)}, docValues:{utf8=DocValuesFormat(name=Lucene70), fieⱷld=DocValuesFormat(name=Lucene70), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene70), longPoint2d=DocValuesFormat(name=Lucene70), dvBytesSortedVar=DocValuesFormat(name=Lucene70), dvSortedSet=DocValuesFormat(name=Asserting), content=DocValuesFormat(name=Lucene70), floatPoint1d=DocValuesFormat(name=Asserting), intPoint1d=DocValuesFormat(name=Lucene70), doublePoint2d=DocValuesFormat(name=Lucene70), trieLong=DocValuesFormat(name=Direct), dvBytesDerefVar=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Asserting), binaryPoint2d=DocValuesFormat(name=Lucene70), dvSortedNumeric=DocValuesFormat(name=Lucene70), dvBytesDerefFixed=DocValuesFormat(name=Asserting), autf8=DocValuesFormat(name=Direct), dvBytesSortedFixed=DocValuesFormat(name=Direct), trieInt=DocValuesFormat(name=Lucene70), dvBytesStraightVar=DocValuesFormat(name=Lucene70), dvBytesStraightFixed=DocValuesFormat(name=Lucene70), dvLong=DocValuesFormat(name=Lucene70), longPoint1d=DocValuesFormat(name=Asserting), floatPoint2d=DocValuesFormat(name=Direct), dvDouble=DocValuesFormat(name=Asserting), dvFloat=DocValuesFormat(name=Direct), content6=DocValuesFormat(name=Lucene70), content5=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Lucene70), intPoint2d=DocValuesFormat(name=Asserting), content4=DocValuesFormat(name=Asserting), content3=DocValuesFormat(name=Lucene70), content2=DocValuesFormat(name=Lucene70), doublePoint1d=DocValuesFormat(name=Lucene70), dvByte=DocValuesFormat(name=Lucene70), binaryPoint1d=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=40, maxMBSortInHeap=6.90955728802777, sim=RandomSimilarity(queryNorm=true): {content6=DFR GL3(800.0), content5=DFR I(ne)B2, content2=DFR I(n)BZ(0.3), utf8=DFR I(ne)L1, fieⱷld=DFR I(n)3(800.0), content=DFR GBZ(0.3), autf8=DFR I(n)L1}, locale=nb, timezone=Europe/Amsterdam
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=1,free=426487104,total=534773760
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [6/8 (1!)] on J0 in 29.07s, 30 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 8801 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeTest
   [junit4]   2> 2372658 INFO  (SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-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/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/init-core-data-001
   [junit4]   2> 2372658 INFO  (SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2372659 INFO  (SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2372660 INFO  (SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001
   [junit4]   2> 2372660 INFO  (SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2372661 INFO  (Thread-8659) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2372661 INFO  (Thread-8659) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2372663 ERROR (Thread-8659) [    ] 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> 2372761 INFO  (SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41279
   [junit4]   2> 2372762 INFO  (zkConnectionManagerCallback-3548-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-5) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372770 INFO  (jetty-launcher-3545-thread-6) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372771 INFO  (jetty-launcher-3545-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cb430d0{/solr,null,AVAILABLE}
   [junit4]   2> 2372771 INFO  (jetty-launcher-3545-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e1cf336{/solr,null,AVAILABLE}
   [junit4]   2> 2372771 INFO  (jetty-launcher-3545-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4298f5da{/solr,null,AVAILABLE}
   [junit4]   2> 2372772 INFO  (jetty-launcher-3545-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15aa055c{/solr,null,AVAILABLE}
   [junit4]   2> 2372772 INFO  (jetty-launcher-3545-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42b2d2cb{/solr,null,AVAILABLE}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42ccd054{/solr,null,AVAILABLE}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6131d31a{SSL,[ssl, http/1.1]}{127.0.0.1:45179}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@cb70acc{SSL,[ssl, http/1.1]}{127.0.0.1:38403}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@274c0c37{SSL,[ssl, http/1.1]}{127.0.0.1:40885}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-5) [    ] o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-6) [    ] o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38403}
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@160f8c06{SSL,[ssl, http/1.1]}{127.0.0.1:35613}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@129ca513{SSL,[ssl, http/1.1]}{127.0.0.1:44203}
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-1) [    ] o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372774 ERROR (jetty-launcher-3545-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-2) [    ] o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45179}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@775eb44{SSL,[ssl, http/1.1]}{127.0.0.1:39463}
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-4) [    ] o.e.j.s.Server Started @2374248ms
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39463}
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-06T10:38:30.394238Z
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35613}
   [junit4]   2> 2372775 ERROR (jetty-launcher-3545-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2372775 ERROR (jetty-launcher-3545-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-3) [    ] o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44203}
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-06T10:38:30.395246Z
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40885}
   [junit4]   2> 2372776 ERROR (jetty-launcher-3545-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2372776 ERROR (jetty-launcher-3545-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372777 INFO  (jetty-launcher-3545-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372777 INFO  (jetty-launcher-3545-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-06T10:38:30.396131Z
   [junit4]   2> 2372777 INFO  (jetty-launcher-3545-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-06T10:38:30.396231Z
   [junit4]   2> 2372777 INFO  (zkConnectionManagerCallback-3552-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372775 ERROR (jetty-launcher-3545-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2372777 INFO  (zkConnectionManagerCallback-3550-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-06T10:38:30.397452Z
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-06T10:38:30.397535Z
   [junit4]   2> 2372779 INFO  (zkConnectionManagerCallback-3556-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372779 INFO  (zkConnectionManagerCallback-3554-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372779 INFO  (jetty-launcher-3545-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372780 INFO  (jetty-launcher-3545-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372780 INFO  (zkConnectionManagerCallback-3558-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372780 INFO  (zkConnectionManagerCallback-3560-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372780 INFO  (jetty-launcher-3545-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372780 INFO  (jetty-launcher-3545-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372799 INFO  (jetty-launcher-3545-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372800 INFO  (jetty-launcher-3545-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372800 INFO  (jetty-launcher-3545-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372801 INFO  (jetty-launcher-3545-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372801 INFO  (zkConnectionManagerCallback-3571-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372802 INFO  (zkConnectionManagerCallback-3566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372802 INFO  (zkConnectionManagerCallback-3573-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372802 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 0x1602b67c9890008, 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> 2372802 INFO  (zkConnectionManagerCallback-3576-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372802 INFO  (jetty-launcher-3545-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372803 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 0x1602b67c9890007, 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> 2372803 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 0x1602b67c9890009, 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> 2372804 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 0x1602b67c989000a, 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> 2372805 INFO  (jetty-launcher-3545-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372806 INFO  (zkConnectionManagerCallback-3581-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372806 INFO  (zkConnectionManagerCallback-3585-thread-1-processing-n:127.0.0.1:38403_solr) [n:127.0.0.1:38403_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372806 INFO  (zkConnectionManagerCallback-3588-thread-1-processing-n:127.0.0.1:35613_solr) [n:127.0.0.1:35613_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372806 INFO  (zkConnectionManagerCallback-3592-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372806 INFO  (zkConnectionManagerCallback-3590-thread-1-processing-n:127.0.0.1:39463_solr) [n:127.0.0.1:39463_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372807 INFO  (zkConnectionManagerCallback-3583-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372807 INFO  (zkConnectionManagerCallback-3594-thread-1-processing-n:127.0.0.1:45179_solr) [n:127.0.0.1:45179_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372808 INFO  (zkConnectionManagerCallback-3596-thread-1-processing-n:127.0.0.1:40885_solr) [n:127.0.0.1:40885_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372853 INFO  (jetty-launcher-3545-thread-1) [n:127.0.0.1:35613_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372853 INFO  (jetty-launcher-3545-thread-5) [n:127.0.0.1:38403_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372853 INFO  (jetty-launcher-3545-thread-3) [n:127.0.0.1:44203_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-6) [n:127.0.0.1:40885_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-2) [n:127.0.0.1:45179_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-1) [n:127.0.0.1:35613_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35613_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-5) [n:127.0.0.1:38403_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38403_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-3) [n:127.0.0.1:44203_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44203_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-6) [n:127.0.0.1:40885_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40885_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-2) [n:127.0.0.1:45179_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45179_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-4) [n:127.0.0.1:39463_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372855 INFO  (jetty-launcher-3545-thread-4) [n:127.0.0.1:39463_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39463_solr
   [junit4]   2> 2372859 INFO  (jetty-launcher-3545-thread-1) [n:127.0.0.1:35613_solr    ] o.a.s.c.Overseer Overseer (id=99126916564975630-127.0.0.1:35613_solr-n_0000000000) starting
   [junit4]   2> 2372865 INFO  (zkCallback-3584-thread-1-processing-n:127.0.0.1:38403_solr) [n:127.0.0.1:38403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2372869 INFO  (zkCallback-3582-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2372869 INFO  (zkCallback-3587-thread-1-processing-n:127.0.0.1:35613_solr) [n:127.0.0.1:35613_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2372870 INFO  (zkCallback-3593-thread-1-processing-n:127.0.0.1:45179_solr) [n:127.0.0.1:45179_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2372870 INFO  (zkCallback-3595-thread-1-processing-n:127.0.0.1:40885_solr) [n:127.0.0.1:40885_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2372877 INFO  (zkCallback-3589-thread-1-processing-n:127.0.0.1:39463_solr) [n:127.0.0.1:39463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2372877 INFO  (jetty-launcher-3545-thread-1) [n:127.0.0.1:35613_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35613_solr
   [junit4]   2> 2372878 INFO  (zkCallback-3587-thread-1-processing-n:127.0.0.1:35613_solr) [n:127.0.0.1:35613_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  (zkCallback-3582-thread-1-processing-n:127.0.0.1:44203_solr) [n:127.0.0.1:44203_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  (zkCallback-3595-thread-1-processing-n:127.0.0.1:40885_solr) [n:127.0.0.1:40885_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  (zkCallback-3593-thread-1-processing-n:127.0.0.1:45179_solr) [n:127.0.0.1:45179_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  (zkCallback-3584-thread-1-processing-n:127.0.0.1:38403_solr) [n:127.0.0.1:38403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  (zkCallback-3589-thread-1-processing-n:127.0.0.1:39463_solr) [n:127.0.0.1:39463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2372897 INFO  (jetty-launcher-3545-thread-4) [n:127.0.0.1:39463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39463.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372899 INFO  (jetty-launcher-3545-thread-3) [n:127.0.0.1:44203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44203.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372910 INFO  (jetty-launcher-3545-thread-6) [n:127.0.0.1:40885_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40885.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372910 INFO  (jetty-launcher-3545-thread-4) [n:127.0.0.1:39463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39463.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372910 INFO  (jetty-launcher-3545-thread-4) [n:127.0.0.1:39463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39463.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372911 INFO  (jetty-launcher-3545-thread-4) [n:127.0.0.1:39463_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/.
   [junit4]   2> 2372911 INFO  (jetty-launcher-3545-thread-5) [n:127.0.0.1:38403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38403.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372913 INFO  (jetty-launcher-3545-thread-3) [n:127.0.0.1:44203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44203.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372913 INFO  (jetty-launcher-3545-thread-3) [n:127.0.0.1:44203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44203.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372914 INFO  (jetty-launcher-3545-thread-3) [n:127.0.0.1:44203_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/.
   [junit4]   2> 2372916 INFO  (jetty-launcher-3545-thread-5) [n:127.0.0.1:38403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38403.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372916 INFO  (jetty-launcher-3545-thread-5) [n:127.0.0.1:38403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38403.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372917 INFO  (jetty-launcher-3545-thread-6) [n:127.0.0.1:40885_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40885.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372917 INFO  (jetty-launcher-3545-thread-5) [n:127.0.0.1:38403_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node5/.
   [junit4]   2> 2372917 INFO  (jetty-launcher-3545-thread-6) [n:127.0.0.1:40885_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40885.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372917 INFO  (jetty-launcher-3545-thread-6) [n:127.0.0.1:40885_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/.
   [junit4]   2> 2372918 INFO  (jetty-launcher-3545-thread-2) [n:127.0.0.1:45179_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45179.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372921 INFO  (jetty-launcher-3545-thread-1) [n:127.0.0.1:35613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35613.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372922 INFO  (jetty-launcher-3545-thread-2) [n:127.0.0.1:45179_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45179.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372923 INFO  (jetty-launcher-3545-thread-2) [n:127.0.0.1:45179_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45179.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372923 INFO  (jetty-launcher-3545-thread-2) [n:127.0.0.1:45179_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/.
   [junit4]   2> 2372925 INFO  (jetty-launcher-3545-thread-1) [n:127.0.0.1:35613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35613.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372925 INFO  (jetty-launcher-3545-thread-1) [n:127.0.0.1:35613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35613.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372926 INFO  (jetty-launcher-3545-thread-1) [n:127.0.0.1:35613_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node1/.
   [junit4]   2> 2373057 INFO  (zkConnectionManagerCallback-3605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2373059 INFO  (zkConnectionManagerCallback-3609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2373060 INFO  (SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 2373060 INFO  (SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41279/solr ready
   [junit4]   2> 2373075 INFO  (TEST-ReplaceNodeTest.test-seed#[E8D2B04F2CC4B39F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2373075 INFO  (zkConnectionManagerCallback-3611-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2373076 INFO  (TEST-ReplaceNodeTest.test-seed#[E8D2B04F2CC4B39F]) [    ] o.a.s.c.ReplaceNodeTest total_jettys: 6
   [junit4]   2> 2373085 INFO  (qtp443707082-24000) [n:127.0.0.1:39463_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=2&collection.configName=conf1&maxShardsPerNode=3&name=replacenodetest_coll&nrtReplicas=2&action=CREATE&numShards=5&tlogReplicas=0&createNodeSet=127.0.0.1:35613_solr,127.0.0.1:45179_solr,127.0.0.1:40885_solr,127.0.0.1:38403_solr,127.0.0.1:39463_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2373087 INFO  (OverseerThreadFactory-8962-thread-1-processing-n:127.0.0.1:35613_solr) [n:127.0.0.1:35613_solr    ] o.a.s.c.CreateCollectionCmd Create collection replacenodetest_coll
   [junit4]   2> 2373193 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39463/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373194 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40885/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373196 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45179/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373198 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35613/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373199 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38403/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373200 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39463/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373202 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40885/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373203 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45179/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373204 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35613/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373205 INFO  (OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) [n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_shard5_replica_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38403/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373415 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard3_replica_n10&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373419 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2373421 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard1_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373442 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard4_replica_n12&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373443 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2373445 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard2_replica_n4&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373445 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2373451 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard1_replica_n2&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373452 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node17&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard4_replica_n14&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373453 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard5_replica_n16&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373453 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard3_replica_n8&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373454 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2373454 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2373457 INFO  (qtp141159997-24028) [n:127.0.0.1:38403_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node20&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard5_replica_n18&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373457 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard2_replica_n6&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373567 INFO  (zkCallback-3584-thread-1-processing-n:127.0.0.1:38403_solr) [n:127.0.0.1:38403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  (zkCallback-3593-thread-1-processing-n:127.0.0.1:45179_solr) [n:127.0.0.1:45179_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  (zkCallback-3593-thread-2-processing-n:127.0.0.1:45179_solr) [n:127.0.0.1:45179_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  (zkCallback-3589-thread-2-processing-n:127.0.0.1:39463_solr) [n:127.0.0.1:39463_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  (zkCallback-3587-thread-1-processing-n:127.0.0.1:35613_solr) [n:127.0.0.1:35613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  (zkCallback-3595-thread-2-processing-n:127.0.0.1:40885_solr) [n:127.0.0.1:40885_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  (zkCallback-3595-thread-1-processing-n:127.0.0.1:40885_solr) [n:127.0.0.1:40885_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  (zkCallback-3589-thread-1-processing-n:127.0.0.1:39463_solr) [n:127.0.0.1:39463_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2374450 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard3 r:core_node13 x:replacenodetest_coll_shard3_replica_n10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374453 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard1 r:core_node3 x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374456 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard1 r:core_node5 x:replacenodetest_coll_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374456 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard4 r:core_node15 x:replacenodetest_coll_shard4_replica_n12] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374464 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard3 r:core_node13 x:replacenodetest_coll_shard3_replica_n10] o.a.s.s.IndexSchema [replacenodetest_coll_shard3_replica_n10] Schema name=cloud-dynamic
   [junit4]   2> 2374465 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard1 r:core_node3 x:replacenodetest_coll_shard1_replica_n1] o.a.s.s.IndexSchema [replacenodetest_coll_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 2374469 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard4 r:core_node15 x:replacenodetest_coll_shard4_replica_n12] o.a.s.s.IndexSchema [replacenodetest_coll_shard4_replica_n12] Schema name=cloud-dynamic
   [junit4]   2> 2374470 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard1 r:core_node5 x:replacenodetest_coll_shard1_replica_n2] o.a.s.s.IndexSchema [replacenodetest_coll_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 2374479 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard2 r:core_node9 x:replacenodetest_coll_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374490 INFO  (qtp141159997-24028) [n:127.0.0.1:38403_solr c:replacenodetest_coll s:shard5 r:core_node20 x:replacenodetest_coll_shard5_replica_n18] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374492 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard5 r:core_node19 x:replacenodetest_coll_shard5_replica_n16] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374492 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard4 r:core_node17 x:replacenodetest_coll_shard4_replica_n14] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374495 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr c:replacenodetest_coll s:shard3 r:core_node11 x:replacenodetest_coll_shard3_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374502 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard2 r:core_node7 x:replacenodetest_coll_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2374505 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard2 r:core_node9 x:replacenodetest_coll_shard2_replica_n6] o.a.s.s.IndexSchema [replacenodetest_coll_shard2_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 2374508 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard1 r:core_node3 x:replacenodetest_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374508 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard1 r:core_node3 x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard1_replica_n1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374514 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard1 r:core_node3 x:replacenodetest_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39463.solr.core.replacenodetest_coll.shard1.replica_n1' (registry 'solr.core.replacenodetest_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374515 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard1 r:core_node3 x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2374515 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard1 r:core_node3 x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrCore [[replacenodetest_coll_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/replacenodetest_coll_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/./replacenodetest_coll_shard1_replica_n1/data/]
   [junit4]   2> 2374517 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard5 r:core_node19 x:replacenodetest_coll_shard5_replica_n16] o.a.s.s.IndexSchema [replacenodetest_coll_shard5_replica_n16] Schema name=cloud-dynamic
   [junit4]   2> 2374518 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard4 r:core_node17 x:replacenodetest_coll_shard4_replica_n14] o.a.s.s.IndexSchema [replacenodetest_coll_shard4_replica_n14] Schema name=cloud-dynamic
   [junit4]   2> 2374520 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard3 r:core_node13 x:replacenodetest_coll_shard3_replica_n10] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374520 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard3 r:core_node13 x:replacenodetest_coll_shard3_replica_n10] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard3_replica_n10' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374520 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard3 r:core_node13 x:replacenodetest_coll_shard3_replica_n10] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39463.solr.core.replacenodetest_coll.shard3.replica_n10' (registry 'solr.core.replacenodetest_coll.shard3.replica_n10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374521 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard3 r:core_node13 x:replacenodetest_coll_shard3_replica_n10] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2374521 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr c:replacenodetest_coll s:shard3 r:core_node13 x:replacenodetest_coll_shard3_replica_n10] o.a.s.c.SolrCore [[replacenodetest_coll_shard3_replica_n10] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/replacenodetest_coll_shard3_replica_n10], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/./replacenodetest_coll_shard3_replica_n10/data/]
   [junit4]   2> 2374521 INFO  (qtp141159997-24028) [n:127.0.0.1:38403_solr c:replacenodetest_coll s:shard5 r:core_node20 x:replacenodetest_coll_shard5_replica_n18] o.a.s.s.IndexSchema [replacenodetest_coll_shard5_replica_n18] Schema name=cloud-dynamic
   [junit4]   2> 2374521 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard2 r:core_node7 x:replacenodetest_coll_shard2_replica_n4] o.a.s.s.IndexSchema [replacenodetest_coll_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 2374536 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard1 r:core_node5 x:replacenodetest_coll_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374536 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard1 r:core_node5 x:replacenodetest_coll_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard1_replica_n2' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374537 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard1 r:core_node5 x:replacenodetest_coll_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40885.solr.core.replacenodetest_coll.shard1.replica_n2' (registry 'solr.core.replacenodetest_coll.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374537 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard1 r:core_node5 x:replacenodetest_coll_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2374537 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard1 r:core_node5 x:replacenodetest_coll_shard1_replica_n2] o.a.s.c.SolrCore [[replacenodetest_coll_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/replacenodetest_coll_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/./replacenodetest_coll_shard1_replica_n2/data/]
   [junit4]   2> 2374546 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr c:replacenodetest_coll s:shard3 r:core_node11 x:replacenodetest_coll_shard3_replica_n8] o.a.s.s.IndexSchema [replacenodetest_coll_shard3_replica_n8] Schema name=cloud-dynamic
   [junit4]   2> 2374546 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard4 r:core_node15 x:replacenodetest_coll_shard4_replica_n12] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374546 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard4 r:core_node15 x:replacenodetest_coll_shard4_replica_n12] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard4_replica_n12' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374546 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard4 r:core_node15 x:replacenodetest_coll_shard4_replica_n12] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40885.solr.core.replacenodetest_coll.shard4.replica_n12' (registry 'solr.core.replacenodetest_coll.shard4.replica_n12') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374546 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard4 r:core_node15 x:replacenodetest_coll_shard4_replica_n12] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2374547 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr c:replacenodetest_coll s:shard4 r:core_node15 x:replacenodetest_coll_shard4_replica_n12] o.a.s.c.SolrCore [[replacenodetest_coll_shard4_replica_n12] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/replacenodetest_coll_shard4_replica_n12], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/./replacenodetest_coll_shard4_replica_n12/data/]
   [junit4]   2> 2374564 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard2 r:core_node9 x:replacenodetest_coll_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374565 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard2 r:core_node9 x:replacenodetest_coll_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard2_replica_n6' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374566 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard2 r:core_node9 x:replacenodetest_coll_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35613.solr.core.replacenodetest_coll.shard2.replica_n6' (registry 'solr.core.replacenodetest_coll.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374567 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard2 r:core_node9 x:replacenodetest_coll_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2374567 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard2 r:core_node9 x:replacenodetest_coll_shard2_replica_n6] o.a.s.c.SolrCore [[replacenodetest_coll_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node1/replacenodetest_coll_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node1/./replacenodetest_coll_shard2_replica_n6/data/]
   [junit4]   2> 2374569 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard4 r:core_node17 x:replacenodetest_coll_shard4_replica_n14] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374569 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard4 r:core_node17 x:replacenodetest_coll_shard4_replica_n14] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard4_replica_n14' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374570 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard4 r:core_node17 x:replacenodetest_coll_shard4_replica_n14] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45179.solr.core.replacenodetest_coll.shard4.replica_n14' (registry 'solr.core.replacenodetest_coll.shard4.replica_n14') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374570 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard4 r:core_node17 x:replacenodetest_coll_shard4_replica_n14] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2374570 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard4 r:core_node17 x:replacenodetest_coll_shard4_replica_n14] o.a.s.c.SolrCore [[replacenodetest_coll_shard4_replica_n14] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/replacenodetest_coll_shard4_replica_n14], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/./replacenodetest_coll_shard4_replica_n14/data/]
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard2 r:core_node7 x:replacenodetest_coll_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard2 r:core_node7 x:replacenodetest_coll_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard2_replica_n4' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard2 r:core_node7 x:replacenodetest_coll_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45179.solr.core.replacenodetest_coll.shard2.replica_n4' (registry 'solr.core.replacenodetest_coll.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard2 r:core_node7 x:replacenodetest_coll_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr c:replacenodetest_coll s:shard2 r:core_node7 x:replacenodetest_coll_shard2_replica_n4] o.a.s.c.SolrCore [[replacenodetest_coll_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/replacenodetest_coll_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/./replacenodetest_coll_shard2_replica_n4/data/]
   [junit4]   2> 2374594 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr c:replacenodetest_coll s:shard3 r:core_node11 x:replacenodetest_coll_shard3_replica_n8] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374594 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr c:replacenodetest_coll s:shard3 r:core_node11 x:replacenodetest_coll_shard3_replica_n8] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard3_replica_n8' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374594 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard5 r:core_node19 x:replacenodetest_coll_shard5_replica_n16] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374594 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard5 r:core_node19 x:replacenodetest_coll_shard5_replica_n16] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard5_replica_n16' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374594 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr c:replacenodetest_coll s:shard3 r:core_node11 x:replacenodetest_coll_shard3_replica_n8] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38403.solr.core.replacenodetest_coll.shard3.replica_n8' (registry 'solr.core.replacenodetest_coll.shard3.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374594 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard5 r:core_node19 x:replacenodetest_coll_shard5_replica_n16] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35613.solr.core.replacenodetest_coll.shard5.replica_n16' (registry 'solr.core.replacenodetest_coll.shard5.replica_n16') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374594 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr c:replacenodetest_coll s:shard3 r:core_node11 x:replacenodetest_coll_shard3_replica_n8] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2374594 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr c:replacenodetest_coll s:shard5 r:core_node19 x:replacenodetest_coll_shard5_replica_n16] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2374595 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr c:replacenodetest_coll s:shard3 r:core_node11 x:replacenodetest_coll_shard3_replica_n8] o.a.s.c.SolrCore [[replacenodetest_coll_shard3_replica_n8] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tem

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

:40989_solr c:overwrite s:shard1 r:core_node2 x:overwrite_shard1_replica_n1] o.a.s.c.SolrCore [overwrite_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b8e6120
   [junit4]   2> 1281269 INFO  (coreCloseExecutor-261-thread-6) [n:127.0.0.1:40989_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.SolrCore [multicollection2_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@f10680c
   [junit4]   2> 1281277 INFO  (coreCloseExecutor-261-thread-2) [n:127.0.0.1:40989_solr c:localShardsTestColl s:shard3 r:core_node15 x:localShardsTestColl_shard3_replica_n12] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.localShardsTestColl.shard3.replica_n12, tag=1643421206
   [junit4]   2> 1281277 INFO  (coreCloseExecutor-261-thread-2) [n:127.0.0.1:40989_solr c:localShardsTestColl s:shard3 r:core_node15 x:localShardsTestColl_shard3_replica_n12] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e099368: rootName = solr_40989, domain = solr.core.localShardsTestColl.shard3.replica_n12, service url = null, agent id = null] for registry solr.core.localShardsTestColl.shard3.replica_n12 / com.codahale.metrics.MetricRegistry@33226b2b
   [junit4]   2> 1281281 INFO  (coreCloseExecutor-261-thread-2) [n:127.0.0.1:40989_solr c:localShardsTestColl s:shard3 r:core_node15 x:localShardsTestColl_shard3_replica_n12] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard3.leader, tag=1643421206
   [junit4]   2> 1281281 INFO  (coreCloseExecutor-261-thread-3) [n:127.0.0.1:40989_solr c:localShardsTestColl s:shard2 r:core_node9 x:localShardsTestColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.localShardsTestColl.shard2.replica_n6, tag=866680474
   [junit4]   2> 1281281 INFO  (coreCloseExecutor-261-thread-3) [n:127.0.0.1:40989_solr c:localShardsTestColl s:shard2 r:core_node9 x:localShardsTestColl_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71a587f4: rootName = solr_40989, domain = solr.core.localShardsTestColl.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.localShardsTestColl.shard2.replica_n6 / com.codahale.metrics.MetricRegistry@30ea22b4
   [junit4]   2> 1281285 INFO  (coreCloseExecutor-261-thread-3) [n:127.0.0.1:40989_solr c:localShardsTestColl s:shard2 r:core_node9 x:localShardsTestColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard2.leader, tag=866680474
   [junit4]   2> 1281285 INFO  (coreCloseExecutor-261-thread-4) [n:127.0.0.1:40989_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.foo.shard1.replica_n2, tag=724217035
   [junit4]   2> 1281285 INFO  (coreCloseExecutor-261-thread-4) [n:127.0.0.1:40989_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54a8e40d: rootName = solr_40989, domain = solr.core.foo.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.foo.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@4e7ce5c2
   [junit4]   2> 1281289 INFO  (coreCloseExecutor-261-thread-5) [n:127.0.0.1:40989_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.multicollection1.shard1.replica_n1, tag=1002277048
   [junit4]   2> 1281289 INFO  (coreCloseExecutor-261-thread-5) [n:127.0.0.1:40989_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@84bed2e: rootName = solr_40989, domain = solr.core.multicollection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.multicollection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@647eca5c
   [junit4]   2> 1281293 INFO  (coreCloseExecutor-261-thread-7) [n:127.0.0.1:40989_solr c:overwrite s:shard1 r:core_node2 x:overwrite_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.overwrite.shard1.replica_n1, tag=1536057632
   [junit4]   2> 1281293 INFO  (coreCloseExecutor-261-thread-7) [n:127.0.0.1:40989_solr c:overwrite s:shard1 r:core_node2 x:overwrite_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16611149: rootName = solr_40989, domain = solr.core.overwrite.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.overwrite.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@7d967e43
   [junit4]   2> 1281297 INFO  (coreCloseExecutor-261-thread-7) [n:127.0.0.1:40989_solr c:overwrite s:shard1 r:core_node2 x:overwrite_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.overwrite.shard1.leader, tag=1536057632
   [junit4]   2> 1281297 INFO  (coreCloseExecutor-261-thread-6) [n:127.0.0.1:40989_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.multicollection2.shard1.replica_n1, tag=252733452
   [junit4]   2> 1281297 INFO  (coreCloseExecutor-261-thread-6) [n:127.0.0.1:40989_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@429af291: rootName = solr_40989, domain = solr.core.multicollection2.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.multicollection2.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@4c7f7b17
   [junit4]   2> 1281302 INFO  (coreCloseExecutor-261-thread-6) [n:127.0.0.1:40989_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.multicollection2.shard1.leader, tag=252733452
   [junit4]   2> 1281302 INFO  (coreCloseExecutor-261-thread-1) [n:127.0.0.1:40989_solr c:localShardsTestColl s:shard1 r:core_node3 x:localShardsTestColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard1.leader, tag=1402757295
   [junit4]   2> 1281302 INFO  (coreCloseExecutor-261-thread-4) [n:127.0.0.1:40989_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.foo.shard1.leader, tag=724217035
   [junit4]   2> 1281302 INFO  (coreCloseExecutor-261-thread-5) [n:127.0.0.1:40989_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.multicollection1.shard1.leader, tag=1002277048
   [junit4]   2> 1281304 INFO  (jetty-closer-65-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@54ed658a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1281304 ERROR (SUITE-CloudSolrClientTest-seed#[CEA76D0AA169DC7D]-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> 1281305 INFO  (SUITE-CloudSolrClientTest-seed#[CEA76D0AA169DC7D]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46827 46827
   [junit4]   2> 1286420 INFO  (Thread-113) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46827 46827
   [junit4]   2> 1286421 WARN  (Thread-113) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/collections/localShardsTestColl/state.json
   [junit4]   2> 	18	/solr/collections/foo/state.json
   [junit4]   2> 	15	/solr/collections/stale_state_test_col/state.json
   [junit4]   2> 	10	/solr/collections/collection1/state.json
   [junit4]   2> 	10	/solr/collections/2nd_collection/state.json
   [junit4]   2> 	10	/solr/collections/multicollection1/state.json
   [junit4]   2> 	10	/solr/collections/nemesis/state.json
   [junit4]   2> 	10	/solr/collections/multicollection2/state.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/overwrite/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_CEA76D0AA169DC7D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=hy, timezone=America/Cayman
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=1,free=193165040,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [CoalesceEvaluatorTest, JettyWebappTest, ArrayEvaluatorTest, ArcCosineEvaluatorTest, TestSolrJErrorHandling, SolrExampleXMLTest, AddEvaluatorTest, NormalizeEvaluatorTest, GetByIdTest, StreamExpressionToExplanationTest, ExclusiveOrEvaluatorTest, MultiplyEvaluatorTest, SelectWithEvaluatorsTest, SolrExampleBinaryTest, CloudSolrClientTest]
   [junit4] Completed [136/146 (2!)] on J2 in 1258.41s, 16 tests, 1 failure <<< FAILURES!

[...truncated 39279 lines...]

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.1) - Build # 946 - Still unstable!

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

4 tests failed.
FAILED:  org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddShard

Error Message:
Error from server at https://127.0.0.1:42083/solr: createshard the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42083/solr: createshard the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([1E3C03BD8BD3BD00:3A79651CD3C6634B]: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:1103)
	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.CollectionTooManyReplicasTest.testAddShard(CollectionTooManyReplicasTest.java:131)
	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.CollectionTooManyReplicasTest.testDownedShards

Error Message:
Error from server at https://127.0.0.1:42083/solr: delete the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42083/solr: delete the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([1E3C03BD8BD3BD00:7C14ABE80028F044]: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:1103)
	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.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:444)
	at org.apache.solr.cloud.CollectionTooManyReplicasTest.deleteCollections(CollectionTooManyReplicasTest.java:47)
	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$9.evaluate(RandomizedRunner.java:968)
	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.RecoveryAfterSoftCommitTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:35405/bp_wu

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:35405/bp_wu
	at __randomizedtesting.SeedInfo.seed([1E3C03BD8BD3BD00:96683C67252FD0F8]: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:1103)
	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 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.metrics.reporters.solr.SolrShardReporterTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:44139

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44139
	at __randomizedtesting.SeedInfo.seed([1E3C03BD8BD3BD00:96683C67252FD0F8]: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:1103)
	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 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




Build Log:
[...truncated 12470 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.solr.SolrShardReporterTest
   [junit4]   2> 670347 INFO  (SUITE-SolrShardReporterTest-seed#[1E3C03BD8BD3BD00]-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/J2/temp/solr.metrics.reporters.solr.SolrShardReporterTest_1E3C03BD8BD3BD00-001/init-core-data-001
   [junit4]   2> 670347 WARN  (SUITE-SolrShardReporterTest-seed#[1E3C03BD8BD3BD00]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 670347 INFO  (SUITE-SolrShardReporterTest-seed#[1E3C03BD8BD3BD00]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 670348 INFO  (SUITE-SolrShardReporterTest-seed#[1E3C03BD8BD3BD00]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 670348 INFO  (SUITE-SolrShardReporterTest-seed#[1E3C03BD8BD3BD00]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 670349 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 670349 INFO  (Thread-1598) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 670349 INFO  (Thread-1598) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 670352 ERROR (Thread-1598) [    ] 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> 670449 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.ZkTestServer start zk server on port:38381
   [junit4]   2> 670451 INFO  (zkConnectionManagerCallback-1558-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 670452 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 0x1602ab819610000, 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> 670456 INFO  (zkConnectionManagerCallback-1560-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 670458 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 670459 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 670459 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 670460 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 670461 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 670461 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 670462 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 670462 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 670463 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 670463 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 670464 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 670465 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 670581 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 670588 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f4c7ea8{/,null,AVAILABLE}
   [junit4]   2> 670589 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ade3e3c{HTTP/1.1,[http/1.1]}{127.0.0.1:44139}
   [junit4]   2> 670589 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.e.j.s.Server Started @672152ms
   [junit4]   2> 670589 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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/J2/temp/solr.metrics.reporters.solr.SolrShardReporterTest_1E3C03BD8BD3BD00-001/tempDir-001/control/data, hostPort=44139, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrShardReporterTest_1E3C03BD8BD3BD00-001/control-001/cores}
   [junit4]   2> 670589 ERROR (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 670589 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 670589 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 670590 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 670590 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-06T07:26:36.625024Z
   [junit4]   2> 670593 INFO  (zkConnectionManagerCallback-1562-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 670594 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 670594 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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.metrics.reporters.solr.SolrShardReporterTest_1E3C03BD8BD3BD00-001/control-001/solr.xml
   [junit4]   2> 670596 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 670596 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 670600 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38381/solr
   [junit4]   2> 670609 INFO  (zkConnectionManagerCallback-1566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 670613 INFO  (zkConnectionManagerCallback-1568-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 670643 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 670644 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44139_
   [junit4]   2> 670644 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] o.a.s.c.Overseer Overseer (id=99126161990287364-127.0.0.1:44139_-n_0000000000) starting
   [junit4]   2> 670648 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44139_
   [junit4]   2> 670652 INFO  (zkCallback-1567-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 670675 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.node
   [junit4]   2> 670676 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jvm
   [junit4]   2> 670676 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jetty
   [junit4]   2> 670702 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] 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.metrics.reporters.solr.SolrShardReporterTest_1E3C03BD8BD3BD00-001/control-001
   [junit4]   2> 670702 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] o.a.s.c.CorePropertiesLocator Cores are: [conf]
   [junit4]   2> 670702 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [n:127.0.0.1:44139_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 670705 INFO  (zkConnectionManagerCallback-1574-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 670706 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 670706 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38381/solr ready
   [junit4]   2> 670708 INFO  (qtp721277190-6422) [n:127.0.0.1:44139_    ] 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:44139_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 670709 INFO  (OverseerThreadFactory-2788-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 670812 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_    ] 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> 670915 INFO  (zkCallback-1567-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] 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> 671827 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 671834 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 671883 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 671889 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 671890 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.core.control_collection.shard1.replica_n1
   [junit4]   2> 671896 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 671896 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 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/J2/temp/solr.metrics.reporters.solr.SolrShardReporterTest_1E3C03BD8BD3BD00-001/control-001/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrShardReporterTest_1E3C03BD8BD3BD00-001/control-001/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 671897 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=20.5791015625, floorSegmentMB=0.212890625, forceMergeDeletesPctAllowed=7.228748028520272, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 671898 WARN  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 671916 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 671916 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 671916 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 671916 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 671917 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=79.423828125, floorSegmentMB=0.6044921875, forceMergeDeletesPctAllowed=15.984299867809922, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6210064603348031
   [junit4]   2> 671917 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@380cac[control_collection_shard1_replica_n1] main]
   [junit4]   2> 671917 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 671918 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 671918 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 671918 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586018593488764928
   [junit4]   2> 671918 INFO  (searcherExecutor-2791-thread-1-processing-n:127.0.0.1:44139_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@380cac[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 671920 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 671920 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 671920 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44139/control_collection_shard1_replica_n1/
   [junit4]   2> 671920 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 671920 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:44139/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 671920 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 671922 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44139/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 675694 INFO  (qtp721277190-6419) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=1
   [junit4]   2> 676896 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 680691 INFO  (qtp721277190-6418) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 681895 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 685691 INFO  (qtp721277190-6462) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 686895 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 690691 INFO  (qtp721277190-6419) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 691895 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 695691 INFO  (qtp721277190-6418) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 696895 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 700691 INFO  (qtp721277190-6462) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 701895 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 705691 INFO  (qtp721277190-6419) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 706895 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 710691 INFO  (qtp721277190-6418) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 711895 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 715692 INFO  (qtp721277190-6462) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 716896 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 720692 INFO  (qtp721277190-6419) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 721895 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 725692 INFO  (qtp721277190-6418) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 726895 WARN  (metrics-solr-reporter-2-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.s.SolrShardReporter No leader for control_collection/shard1
   [junit4]   2> 730692 INFO  (qtp721277190-6462) [n:127.0.0.1:44139_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44139_} status=0 QTime=0
   [junit4]   2> 730764 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 44139
   [junit4]   2> 730764 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=136496483
   [junit4]   2> 730764 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 730764 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@744e9fa5: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 730764 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 730764 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c080123: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 730764 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 730764 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6173d318: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 730765 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44139_
   [junit4]   2> 730766 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 730767 INFO  (zkCallback-1567-thread-2-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 730767 INFO  (coreCloseExecutor-2796-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3bb890d9
   [junit4]   2> 730767 INFO  (coreCloseExecutor-2796-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1, tag=1001951449
   [junit4]   2> 730767 INFO  (coreCloseExecutor-2796-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76c6a5f4: 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 / null
   [junit4]   2> 730767 INFO  (coreCloseExecutor-2796-thread-1) [n:127.0.0.1:44139_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.control_collection.shard1.leader, tag=1001951449
   [junit4]   2> 741663 INFO  (ScheduledTrigger-2786-thread-1) [n:127.0.0.1:44139_    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 741664 INFO  (AutoscalingActionExecutor-2787-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] o.a.s.c.a.ExecutePlanAction No operations to execute for event: {
   [junit4]   2>   "id":"14fda3e5e79cb5c0T1exltrij45ehnccmhkb8bg0qj",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":1512545257695000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512545257695000000],
   [junit4]   2>     "_enqueue_time_":1512545267697000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:44139_"]}}
   [junit4]   2> 850709 ERROR (qtp721277190-6422) [n:127.0.0.1:44139_    ] 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:314)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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.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> 850709 INFO  (qtp721277190-6422) [n:127.0.0.1:44139_    ] 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:44139_&wt=javabin&version=2} status=500 QTime=180001
   [junit4]   2> 850709 ERROR (qtp721277190-6422) [n:127.0.0.1:44139_    ] 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:314)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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.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> 1270909 ERROR (OverseerThreadFactory-2788-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:44139
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44139
   [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:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [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 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> 1270909 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.Overseer Overseer (id=99126161990287364-127.0.0.1:44139_-n_0000000000) closing
   [junit4]   2> 1270910 ERROR (OverseerThreadFactory-2788-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 1270910 INFO  (OverseerStateUpdate-99126161990287364-127.0.0.1:44139_-n_0000000000) [n:127.0.0.1:44139_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44139_
   [junit4]   2> 1270910 INFO  (OverseerThreadFactory-2788-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1300945 INFO  (zkCallback-1567-thread-5-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] 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> 1300947 ERROR (OverseerThreadFactory-2788-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] 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:679)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:233)
   [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:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1300948 INFO  (OverseerThreadFactory-2788-thread-1-processing-n:127.0.0.1:44139_) [n:127.0.0.1:44139_    ] 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> 1300950 WARN  (OverseerAutoScalingTriggerThread-99126161990287364-127.0.0.1:44139_-n_0000000000) [n:127.0.0.1:44139_    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1300951 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1ade3e3c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1300951 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f4c7ea8{/,null,UNAVAILABLE}
   [junit4]   2> 1300991 ERROR (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 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:772)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:737)
   [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:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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.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> 1300992 ERROR (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 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:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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.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:772)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:737)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 41 more
   [junit4]   2> 
   [junit4]   2> 1300993 INFO  (qtp721277190-6424) [n:127.0.0.1:44139_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 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=630181
   [junit4]   2> 1300993 ERROR (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] 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> 1300994 INFO  (TEST-SolrShardReporterTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38381 38381
   [junit4]   2> 1306775 INFO  (Thread-1598) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38381 38381
   [junit4]   2> 1306776 WARN  (Thread-1598) [    ] 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=SolrShardReporterTest -Dtests.method=test -Dtests.seed=1E3C03BD8BD3BD00 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh-HK -Dtests.timezone=America/Kralendijk -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    636s J2 | SolrShardReporterTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44139
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1E3C03BD8BD3BD00:96683C67252FD0F8]: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:1103)
   [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 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/J2/temp/solr.metrics.reporters.solr.SolrShardReporterTest_1E3C03BD8BD3BD00-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1690, maxMBSortInHeap=7.9687806519889, sim=RandomSimilarity(queryNorm=true): {}, locale=zh-HK, timezone=America/Kralendijk
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=1,free=66542600,total=512753664
   [junit4]   2> NOTE: All tests run in this JVM: [SortSpecParsingTest, DistributedDebugComponentTest, TestChildDocTransformer, RecoveryZkTest, DisMaxRequestHandlerTest, TestNoOpRegenerator, TestHalfAndHalfDocValues, SolrCloudExampleTest, RequestLoggingTest, TestDocBasedVersionConstraints, TestMaxScoreQueryParser, TestTrie, FieldAnalysisRequestHandlerTest, TestPayloadScoreQParserPlugin, SpellPossibilityIteratorTest, LeaderElectionContextKeyTest, TestConfigSets, TestCoreContainer, BlockDirectoryTest, TestCharFilters, ClassificationUpdateProcessorTest, TestFieldResource, TestLegacyTerms, TestTolerantUpdateProcessorRandomCloud, PluginInfoTest, ConfigSetsAPITest, TestCloudManagedSchema, AnalyticsMergeStrategyTest, TestLeaderInitiatedRecoveryThread, TestSolrXml, TestFieldSortValues, TestSolrFieldCacheBean, EnumFieldTest, TestDistributedStatsComponentCardinality, SSLMigrationTest, AsyncCallRequestStatusResponseTest, TestManagedSchemaThreadSafety, DistribJoinFromCollectionTest, TestFieldCacheReopen, GraphQueryTest, TestCollectionsAPIViaSolrCloudCluster, TestShardHandlerFactory, DirectSolrConnectionTest, TestCoreDiscovery, IndexBasedSpellCheckerTest, TestSha256AuthenticationProvider, TestRawTransformer, UnloadDistributedZkTest, SolrCoreCheckLockOnStartupTest, TestInitParams, TestSearchPerf, TestSolrCloudWithSecureImpersonation, TestCloudSearcherWarming, TestCloudDeleteByQuery, TestFieldCacheVsDocValues, TriggerIntegrationTest, IndexSchemaTest, AddBlockUpdateTest, TestRestManager, SpatialHeatmapFacetsTest, ZkStateReaderTest, MigrateRouteKeyTest, MetricsHandlerTest, TestConfigSetsAPIZkFailure, FileBasedSpellCheckerTest, TestPartialUpdateDeduplication, SolrShardReporterTest]
   [junit4] Completed [286/751 (1!)] on J2 in 636.46s, 1 test, 1 error <<< FAILURES!

[...truncated 608 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> 1546636 INFO  (SUITE-RecoveryAfterSoftCommitTest-seed#[1E3C03BD8BD3BD00]-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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest_1E3C03BD8BD3BD00-001/init-core-data-001
   [junit4]   2> 1546637 WARN  (SUITE-RecoveryAfterSoftCommitTest-seed#[1E3C03BD8BD3BD00]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=93 numCloses=93
   [junit4]   2> 1546637 INFO  (SUITE-RecoveryAfterSoftCommitTest-seed#[1E3C03BD8BD3BD00]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1546637 INFO  (SUITE-RecoveryAfterSoftCommitTest-seed#[1E3C03BD8BD3BD00]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 1546637 INFO  (SUITE-RecoveryAfterSoftCommitTest-seed#[1E3C03BD8BD3BD00]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /bp_wu/
   [junit4]   2> 1546638 INFO  (TEST-RecoveryAfterSoftCommitTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1546638 INFO  (Thread-1910) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1546638 INFO  (Thread-1910) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1546639 ERROR (Thread-1910) [    ] 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> 1546738 INFO  (TEST-RecoveryAfterSoftCommitTest.test-seed#[1E3C03BD8BD3BD00]) [    ] o.a.s.c.ZkTestServer start zk server on port:45215
   [junit4]   2> 1546739 INFO  (zkConnectionManagerCallback-1820-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1546741 INFO  (zkConnectionManagerCallback-1822-thread-1

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

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: TooManyReplicasWhenAddingShards slice: shard1 saw state=DocCollection(TooManyReplicasWhenAddingShards//collections/TooManyReplicasWhenAddingShards/state.json/7)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shardstart":{
   [junit4]   2>       "range":null,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"TooManyReplicasWhenAddingShards_shardstart_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:40531/solr",
   [junit4]   2>           "node_name":"127.0.0.1:40531_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"TooManyReplicasWhenAddingShards_shardstart_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:42083/solr",
   [junit4]   2>           "node_name":"127.0.0.1:42083_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}},
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":null,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node6":{
   [junit4]   2>           "core":"TooManyReplicasWhenAddingShards_shard1_replica_n5",
   [junit4]   2>           "base_url":"https://127.0.0.1:36361/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":"127.0.0.1:36361_solr",
   [junit4]   2>           "type":"NRT"}}}},
   [junit4]   2>   "router":{"name":"implicit"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0"} with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:772)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:737)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 44 more
   [junit4]   2> 
   [junit4]   2> 2113209 INFO  (qtp1078834928-16179) [n:127.0.0.1:36361_solr c:TooManyReplicasWhenAddingShards s:shard1 r:core_node6 x:TooManyReplicasWhenAddingShards_shard1_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=TooManyReplicasWhenAddingShards_shard1_replica_n5&action=CREATE&collection=TooManyReplicasWhenAddingShards&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=358913
   [junit4]   2> 2113210 ERROR (SUITE-CollectionTooManyReplicasTest-seed#[1E3C03BD8BD3BD00]-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> 2113210 INFO  (SUITE-CollectionTooManyReplicasTest-seed#[1E3C03BD8BD3BD00]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43895 43895
   [junit4]   2> 2113230 INFO  (Thread-3800) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43895 43895
   [junit4]   2> 2113230 WARN  (Thread-3800) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	6	/solr/configs/conf
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/collections/TooManyReplicasInSeveralFlavors/state.json
   [junit4]   2> 	18	/solr/collections/TooManyReplicasWhenAddingShards/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/TooManyReplicasInSeveralFlavors/leader_elect/shard1/election/99126232301699079-core_node6-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 
   [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.cloud.CollectionTooManyReplicasTest_1E3C03BD8BD3BD00-001
   [junit4]   2> Dec 06, 2017 7:50:39 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1135, maxMBSortInHeap=6.848614340066865, sim=RandomSimilarity(queryNorm=true): {}, locale=he-IL, timezone=America/Argentina/Ushuaia
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=1,free=313706624,total=467140608
   [junit4]   2> NOTE: All tests run in this JVM: [TestSweetSpotSimilarityFactory, TestRTimerTree, AnalyticsQueryTest, HdfsNNFailoverTest, TestQueryUtils, DistributedExpandComponentTest, TestBulkSchemaAPI, TestHighFrequencyDictionaryFactory, TestRebalanceLeaders, TestConfig, TestComponentsName, SparseHLLTest, TestReversedWildcardFilterFactory, SystemLogListenerTest, SpatialRPTFieldTypeTest, TestExactStatsCache, TestDelegationWithHadoopAuth, TestHighlightDedupGrouping, TestStressCloudBlindAtomicUpdates, DocumentBuilderTest, RestartWhileUpdatingTest, ActionThrottleTest, TestDistributedSearch, TestMissingGroups, TestNumericTokenStream, TestCloudInspectUtil, BasicAuthStandaloneTest, DateFieldTest, TolerantUpdateProcessorTest, SimpleFacetsTest, TestPhraseSuggestions, CoreMergeIndexesAdminHandlerTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestCrossCoreJoin, TestScoreJoinQPScore, SuggestComponentContextFilterQueryTest, IndexSchemaRuntimeFieldTest, ReplicaListTransformerTest, TermsComponentTest, TestLeaderElectionWithEmptyReplica, CollectionsAPISolrJTest, TestUtils, SpellCheckComponentTest, TestPullReplicaErrorHandling, TestComplexPhraseQParserPlugin, TestRandomDVFaceting, TestPointFields, SolrPluginUtilsTest, ZkStateWriterTest, LeaderElectionIntegrationTest, TestOverriddenPrefixQueryForCustomFieldType, DeleteInactiveReplicaTest, PeerSyncTest, UpdateRequestProcessorFactoryTest, StressHdfsTest, SaslZkACLProviderTest, ZkControllerTest, NumberUtilsTest, TestInPlaceUpdatesStandalone, TestSolr4Spatial2, DocValuesTest, BasicZkTest, HdfsTlogReplayBufferedWhileIndexingTest, PrimitiveFieldTypeTest, TestQueryWrapperFilter, TestFieldCacheWithThreads, TestSQLHandlerNonCloud, TestFieldTypeCollectionResource, DistributedQueryElevationComponentTest, BaseCdcrDistributedZkTest, MergeStrategyTest, TestManagedResource, TestCSVLoader, TestUseDocValuesAsStored, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestRandomFaceting, TestRetrieveFieldsOptimizer, BooleanFieldTest, SearchHandlerTest, ForceLeaderTest, AssignBackwardCompatibilityTest, ConjunctionSolrSpellCheckerTest, TestNonDefinedSimilarityFactory, TestSimpleTextCodec, TestSubQueryTransformer, TestUnifiedSolrHighlighter, RAMDirectoryFactoryTest, DateRangeFieldTest, WrapperMergePolicyFactoryTest, RemoteQueryErrorTest, TestCoreBackup, OverseerTaskQueueTest, TestImplicitCoreProperties, OutOfBoxZkACLAndCredentialsProvidersTest, TestSolrCloudWithDelegationTokens, OverseerModifyCollectionTest, AnalysisAfterCoreReloadTest, DistributedMLTComponentTest, HdfsRestartWhileUpdatingTest, MetricsConfigTest, SolrGraphiteReporterTest, TermVectorComponentTest, SolrInfoBeanTest, TestReplicationHandler, CacheHeaderTest, SimpleMLTQParserTest, TestStressVersions, RulesTest, TestInitQParser, CachingDirectoryFactoryTest, CdcrVersionReplicationTest, SolrCoreTest, TestCloudPseudoReturnFields, HdfsChaosMonkeyNothingIsSafeTest, DistributedSuggestComponentTest, TestLuceneIndexBackCompat, TestShortCircuitedRequests, TestExpandComponent, TestCloudNestedDocsSort, TestZkAclsWithHadoopAuth, TestCloudSchemaless, FullHLLTest, PeerSyncWithIndexFingerprintCachingTest, TestJsonFacets, BasicDistributedZkTest, SyncSliceTest, OverseerTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, ZkSolrClientTest, TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet, TestJoin, TestSolr4Spatial, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFiltering, DirectUpdateHandlerTest, HighlighterTest, SoftAutoCommitTest, DistributedIntervalFacetingTest, TestTolerantSearch, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, AssignTest, CleanupOldIndexTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest]
   [junit4] Completed [536/751 (3!)] on J0 in 370.84s, 3 tests, 2 errors <<< FAILURES!

[...truncated 40914 lines...]