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/07 11:20:58 UTC

[JENKINS] Lucene-Solr-7.2-Linux (64bit/jdk-9.0.1) - Build # 24 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/24/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=4936, name=searcherExecutor-2018-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=4936, name=searcherExecutor-2018-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([A8DD314014063085]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=4936, name=searcherExecutor-2018-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=4936, name=searcherExecutor-2018-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([A8DD314014063085]:0)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([A8DD314014063085:77BD9091DF215320]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=*:*
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
	... 40 more




Build Log:
[...truncated 12062 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/init-core-data-001
   [junit4]   2> 556466 WARN  (SUITE-TestLazyCores-seed#[A8DD314014063085]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 556466 INFO  (SUITE-TestLazyCores-seed#[A8DD314014063085]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 556467 INFO  (SUITE-TestLazyCores-seed#[A8DD314014063085]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 556467 INFO  (SUITE-TestLazyCores-seed#[A8DD314014063085]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 556468 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 556476 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 556494 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 556499 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 556499 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 556501 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.c.CorePropertiesLocator Found 6 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001
   [junit4]   2> 556501 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [badSchema1, core1, badConfig2, badConfig1, badSchema2, core2]
   [junit4]   2> 556501 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 556515 INFO  (coreLoadExecutor-1872-thread-3) [    x:badConfig2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 556519 INFO  (coreLoadExecutor-1872-thread-3) [    x:badConfig1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 556516 INFO  (coreLoadExecutor-1872-thread-1) [    x:badSchema1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 556517 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 556526 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 556528 INFO  (coreLoadExecutor-1872-thread-3) [    x:badSchema2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 556528 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 556528 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/core1, trusted=true
   [junit4]   2> 556528 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1' (registry 'solr.core.core1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 556528 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 556529 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/core1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/core1/data/]
   [junit4]   2> 556531 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=3.59375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=27.226546188015426, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23433210571563726
   [junit4]   2> 556532 INFO  (coreLoadExecutor-1872-thread-1) [    x:badSchema1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 556536 INFO  (coreLoadExecutor-1872-thread-3) [    x:badSchema2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 556538 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 556554 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 556556 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 556556 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/core2, trusted=true
   [junit4]   2> 556556 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2' (registry 'solr.core.core2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 556556 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 556556 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/core2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/core2/data/]
   [junit4]   2> 556557 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=3.59375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=27.226546188015426, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23433210571563726
   [junit4]   2> 556593 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 556593 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 556594 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=66.958984375, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=6.212363100481431, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4065832227326778
   [junit4]   2> 556594 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@757b09f5[core1] main]
   [junit4]   2> 556595 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/core1/conf
   [junit4]   2> 556595 INFO  (coreLoadExecutor-1872-thread-2) [    x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 556596 INFO  (searcherExecutor-1873-thread-1-processing-x:core1) [    x:core1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@757b09f5[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 556607 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 556607 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 556608 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=66.958984375, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=6.212363100481431, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4065832227326778
   [junit4]   2> 556609 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a4515b1[core2] main]
   [junit4]   2> 556609 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/core2/conf
   [junit4]   2> 556609 INFO  (coreLoadExecutor-1872-thread-1) [    x:core2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 556610 INFO  (searcherExecutor-1874-thread-1-processing-x:core2) [    x:core2] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@6a4515b1[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 556611 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 556611 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6cb03e2e commitCommandVersion:0
   [junit4]   2> 557008 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@113441b5[core1] main]
   [junit4]   2> 557008 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 557009 INFO  (searcherExecutor-1873-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@113441b5[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C7)))}
   [junit4]   2> 557012 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=3
   [junit4]   2> 557014 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 557014 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 557014 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 557029 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557033 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 557034 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557035 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badConfig1, trusted=true
   [junit4]   2> 557035 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.badConfig1' (registry 'solr.core.badConfig1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557035 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 557035 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badConfig1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badConfig1/data/]
   [junit4]   2> 557037 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13172021459843988]
   [junit4]   2> 557108 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 557108 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 557109 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 557109 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f7ad02a[badConfig1] main]
   [junit4]   2> 557110 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badConfig1/conf
   [junit4]   2> 557110 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 557111 INFO  (searcherExecutor-1887-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Registered new searcher Searcher@3f7ad02a[badConfig1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 557120 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557124 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 557125 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557125 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badConfig2, trusted=true
   [junit4]   2> 557125 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.badConfig2' (registry 'solr.core.badConfig2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557126 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 557126 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badConfig2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badConfig2/data/]
   [junit4]   2> 557127 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=73.21875, floorSegmentMB=1.408203125, forceMergeDeletesPctAllowed=2.920964830553743, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 557199 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 557199 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 557200 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 557200 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a0121[badConfig2] main]
   [junit4]   2> 557200 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badConfig2/conf
   [junit4]   2> 557201 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 557201 INFO  (searcherExecutor-1891-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig2] Registered new searcher Searcher@3a0121[badConfig2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 557205 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557208 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 557210 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557210 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badSchema1, trusted=true
   [junit4]   2> 557210 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.badSchema1' (registry 'solr.core.badSchema1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557210 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 557210 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badSchema1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badSchema1/data/]
   [junit4]   2> 557212 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 557314 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 557314 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 557315 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8315307726655622]
   [junit4]   2> 557315 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ae931c4[badSchema1] main]
   [junit4]   2> 557315 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badSchema1/conf
   [junit4]   2> 557316 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 557316 INFO  (searcherExecutor-1895-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badSchema1] Registered new searcher Searcher@2ae931c4[badSchema1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 557325 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557329 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
   [junit4]   2> 557330 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557330 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badSchema2, trusted=true
   [junit4]   2> 557330 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.badSchema2' (registry 'solr.core.badSchema2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557330 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 557330 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badSchema2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badSchema2/data/]
   [junit4]   2> 557332 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=31.5009765625, floorSegmentMB=0.97265625, forceMergeDeletesPctAllowed=28.634037181353683, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 557370 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 557370 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 557370 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.36062307144174166]
   [junit4]   2> 557371 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6852296a[badSchema2] main]
   [junit4]   2> 557371 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-001/badSchema2/conf
   [junit4]   2> 557371 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 557372 INFO  (searcherExecutor-1899-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badSchema2] Registered new searcher Searcher@6852296a[badSchema2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 557373 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 557373 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6cb03e2e commitCommandVersion:0
   [junit4]   2> 557465 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@728ff1a4[core1] main]
   [junit4]   2> 557465 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 557466 INFO  (searcherExecutor-1873-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@728ff1a4[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.2.0):C7)))}
   [junit4]   2> 557467 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 557468 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 557468 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 557469 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 557469 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 557469 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@15e3227f commitCommandVersion:0
   [junit4]   2> 557558 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@600067ce[badConfig1] main]
   [junit4]   2> 557558 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 557559 INFO  (searcherExecutor-1887-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Registered new searcher Searcher@600067ce[badConfig1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C7)))}
   [junit4]   2> 557559 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 557560 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 557560 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 557560 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 557561 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 557561 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7440c82c commitCommandVersion:0
   [junit4]   2> 557648 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b66d2b4[badSchema1] main]
   [junit4]   2> 557648 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 557649 INFO  (searcherExecutor-1895-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badSchema1] Registered new searcher Searcher@1b66d2b4[badSchema1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C7)))}
   [junit4]   2> 557650 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 557650 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 557651 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 557651 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 557651 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=647652509
   [junit4]   2> 557651 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 557651 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7cecda83: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@394f4f4d
   [junit4]   2> 557653 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 557653 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3427ac39: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@533aabb0
   [junit4]   2> 557655 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 557655 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@74b5b9da: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@63137e6c
   [junit4]   2> 557656 INFO  (coreCloseExecutor-1909-thread-1-processing-x:badConfig1) [    x:core1] o.a.s.c.SolrCore [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@785cda53
   [junit4]   2> 557656 INFO  (coreCloseExecutor-1909-thread-2-processing-x:badConfig1) [    x:core2] o.a.s.c.SolrCore [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@62a79a45
   [junit4]   2> 557656 INFO  (coreCloseExecutor-1909-thread-3-processing-x:badConfig1) [    x:badSchema1] o.a.s.c.SolrCore [badSchema1]  CLOSING SolrCore org.apache.solr.core.SolrCore@721ed7bc
   [junit4]   2> 557656 INFO  (coreCloseExecutor-1909-thread-1-processing-x:badConfig1) [    x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core1, tag=2019351123
   [junit4]   2> 557656 INFO  (coreCloseExecutor-1909-thread-1-processing-x:badConfig1) [    x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16d1e2c5: rootName = null, domain = solr.core.core1, service url = null, agent id = null] for registry solr.core.core1 / com.codahale.metrics.MetricRegistry@7fb15aae
   [junit4]   2> 557656 INFO  (coreCloseExecutor-1909-thread-4-processing-x:badConfig1) [    x:badSchema2] o.a.s.c.SolrCore [badSchema2]  CLOSING SolrCore org.apache.solr.core.SolrCore@6cd65bfb
   [junit4]   2> 557656 INFO  (coreCloseExecutor-1909-thread-5-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1]  CLOSING SolrCore org.apache.solr.core.SolrCore@39beb7e9
   [junit4]   2> 557656 INFO  (coreCloseExecutor-1909-thread-6-processing-x:badConfig1) [    x:badConfig2] o.a.s.c.SolrCore [badConfig2]  CLOSING SolrCore org.apache.solr.core.SolrCore@a04ef4e
   [junit4]   2> 557662 INFO  (coreCloseExecutor-1909-thread-2-processing-x:badConfig1) [    x:core2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core2, tag=1655151173
   [junit4]   2> 557662 INFO  (coreCloseExecutor-1909-thread-2-processing-x:badConfig1) [    x:core2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c3fe0d5: rootName = null, domain = solr.core.core2, service url = null, agent id = null] for registry solr.core.core2 / com.codahale.metrics.MetricRegistry@7023f845
   [junit4]   2> 557665 INFO  (coreCloseExecutor-1909-thread-3-processing-x:badConfig1) [    x:badSchema1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badSchema1, tag=1914623932
   [junit4]   2> 557665 INFO  (coreCloseExecutor-1909-thread-3-processing-x:badConfig1) [    x:badSchema1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@13f62556: rootName = null, domain = solr.core.badSchema1, service url = null, agent id = null] for registry solr.core.badSchema1 / com.codahale.metrics.MetricRegistry@4e9a61cc
   [junit4]   2> 557671 INFO  (coreCloseExecutor-1909-thread-4-processing-x:badConfig1) [    x:badSchema2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badSchema2, tag=1825987579
   [junit4]   2> 557671 INFO  (coreCloseExecutor-1909-thread-4-processing-x:badConfig1) [    x:badSchema2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5f3f11e3: rootName = null, domain = solr.core.badSchema2, service url = null, agent id = null] for registry solr.core.badSchema2 / com.codahale.metrics.MetricRegistry@3fd65a1f
   [junit4]   2> 557677 INFO  (coreCloseExecutor-1909-thread-5-processing-x:badConfig1) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badConfig1, tag=968800233
   [junit4]   2> 557677 INFO  (coreCloseExecutor-1909-thread-5-processing-x:badConfig1) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1563eeb3: rootName = null, domain = solr.core.badConfig1, service url = null, agent id = null] for registry solr.core.badConfig1 / com.codahale.metrics.MetricRegistry@5c7579a4
   [junit4]   2> 557681 INFO  (coreCloseExecutor-1909-thread-6-processing-x:badConfig1) [    x:badConfig2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badConfig2, tag=168095566
   [junit4]   2> 557681 INFO  (coreCloseExecutor-1909-thread-6-processing-x:badConfig1) [    x:badConfig2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ff1b32c: rootName = null, domain = solr.core.badConfig2, service url = null, agent id = null] for registry solr.core.badConfig2 / com.codahale.metrics.MetricRegistry@79fa8972
   [junit4]   2> 557687 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 557688 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 557695 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/solr.xml
   [junit4]   2> 557696 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 557696 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 557697 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 557711 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557715 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557716 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557717 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 557727 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557729 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557729 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557734 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 557734 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 557734 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 557735 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557735 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/./collection2, trusted=true
   [junit4]   2> 557735 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557735 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 557735 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/./collection2/data/]
   [junit4]   2> 557736 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557736 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557736 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/./collection5, trusted=true
   [junit4]   2> 557736 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/./collection1, trusted=true
   [junit4]   2> 557736 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557736 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 557736 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557737 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/./collection1/data/]
   [junit4]   2> 557737 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 557737 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/collection5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/./collection5/data/]
   [junit4]   2> 557737 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=3.59375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=27.226546188015426, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23433210571563726
   [junit4]   2> 557738 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=3.59375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=27.226546188015426, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23433210571563726
   [junit4]   2> 557738 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=3.59375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=27.226546188015426, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23433210571563726
   [junit4]   2> 557810 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 557810 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 557813 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 557813 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 557814 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=66.958984375, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=6.212363100481431, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4065832227326778
   [junit4]   2> 557814 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b6dac51[collection1] main]
   [junit4]   2> 557814 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=66.958984375, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=6.212363100481431, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4065832227326778
   [junit4]   2> 557814 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/collection1/conf
   [junit4]   2> 557814 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 557814 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 557815 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@12199d5e[collection2] main]
   [junit4]   2> 557815 INFO  (coreLoadExecutor-1916-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 557815 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/collection2/conf
   [junit4]   2> 557815 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=66.958984375, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=6.212363100481431, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4065832227326778
   [junit4]   2> 557815 INFO  (coreLoadExecutor-1916-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 557815 INFO  (searcherExecutor-1919-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b6dac51[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 557815 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@409ad07d[collection5] main]
   [junit4]   2> 557815 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-002/collection5/conf
   [junit4]   2> 557816 INFO  (searcherExecutor-1917-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@12199d5e[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 557816 INFO  (coreLoadExecutor-1916-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 557816 INFO  (searcherExecutor-1918-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@409ad07d[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 557818 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=null
   [junit4]   2> 557818 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1658fc1d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@59a6a21e
   [junit4]   2> 557824 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 557906 INFO  (Thread-1079) [    x:badConfig1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@34ea1164
   [junit4]   2> 557906 INFO  (Thread-1079) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=887755108
   [junit4]   2> 557924 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1407938828
   [junit4]   2> 557924 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 557924 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c3b98a8: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@48c0a854
   [junit4]   2> 557926 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 557926 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b113525: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@533aabb0
   [junit4]   2> 557928 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 557928 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@26e7a9bf: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@63137e6c
   [junit4]   2> 557929 INFO  (coreCloseExecutor-1930-thread-1-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@75246d74
   [junit4]   2> 557929 INFO  (coreCloseExecutor-1930-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@b1389d7
   [junit4]   2> 557929 INFO  (coreCloseExecutor-1930-thread-1-processing-x:badConfig1) [    x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=1965321588
   [junit4]   2> 557929 INFO  (coreCloseExecutor-1930-thread-1-processing-x:badConfig1) [    x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d9b0692: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@331823a8
   [junit4]   2> 557935 INFO  (coreCloseExecutor-1930-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=185829847
   [junit4]   2> 557935 INFO  (coreCloseExecutor-1930-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4fd68ae9: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@201ccf9c
   [junit4]   2> 557942 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 557943 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 557950 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/solr.xml
   [junit4]   2> 557952 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 557952 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 557953 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 557966 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557971 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557971 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 557972 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 557988 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557990 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557990 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 557997 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 557997 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 557997 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 557999 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557999 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557999 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/./collection1, trusted=true
   [junit4]   2> 557999 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/./collection5, trusted=true
   [junit4]   2> 557999 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 557999 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/./collection2, trusted=true
   [junit4]   2> 558000 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 558000 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 558000 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 558000 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 558000 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 558000 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/./collection2/data/]
   [junit4]   2> 558000 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 558000 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/./collection1/data/]
   [junit4]   2> 558000 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/collection5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/./collection5/data/]
   [junit4]   2> 558002 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=3.59375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=27.226546188015426, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23433210571563726
   [junit4]   2> 558002 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=3.59375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=27.226546188015426, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23433210571563726
   [junit4]   2> 558002 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=3.59375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=27.226546188015426, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23433210571563726
   [junit4]   2> 558054 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 558054 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 558054 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 558055 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=66.958984375, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=6.212363100481431, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4065832227326778
   [junit4]   2> 558055 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3820faa5[collection1] main]
   [junit4]   2> 558055 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/collection1/conf
   [junit4]   2> 558055 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 558056 INFO  (coreLoadExecutor-1937-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 558056 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 558056 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 558056 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=66.958984375, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=6.212363100481431, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4065832227326778
   [junit4]   2> 558056 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d2da353[collection5] main]
   [junit4]   2> 558057 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/collection5/conf
   [junit4]   2> 558057 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=66.958984375, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=6.212363100481431, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4065832227326778
   [junit4]   2> 558057 INFO  (coreLoadExecutor-1937-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 558057 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@302e0f31[collection2] main]
   [junit4]   2> 558057 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/collection2/conf
   [junit4]   2> 558058 INFO  (coreLoadExecutor-1937-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 558058 INFO  (searcherExecutor-1939-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@7d2da353[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 558058 INFO  (searcherExecutor-1940-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@302e0f31[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 558059 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3820faa5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 558063 INFO  (Thread-1081) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 558067 INFO  (Thread-1081) [    x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 558068 INFO  (Thread-1081) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 558068 INFO  (Thread-1081) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/./collection3, trusted=true
   [junit4]   2> 558068 INFO  (Thread-1081) [    x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry 'solr.core.collection3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@490a3f3e
   [junit4]   2> 558068 INFO  (Thread-1081) [    x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 558068 INFO  (Thread-1081) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/collection3], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/./collection3/data/]
   [junit4]   2> 558069 INFO  (Thread-1081) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=3.59375, floorSegmentMB=2.134765625, forceMergeDeletesPctAllowed=27.226546188015426, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23433210571563726
   [junit4]   2> 558106 INFO  (Thread-1081) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 558106 INFO  (Thread-1081) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 558106 INFO  (Thread-1081) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=66.958984375, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=6.212363100481431, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4065832227326778
   [junit4]   2> 558106 INFO  (Thread-1081) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ea2a978[collection3] main]
   [junit4]   2> 558107 INFO  (Thread-1081) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001/tempDir-003/collection3/conf
   [junit4]   2> 558107 INFO  (Thread-1081) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 558112 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=868674913
   [junit4]   2> 558112 INFO  (searcherExecutor-1950-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@1ea2a978[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 558112 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 558112 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28770c63: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@57b75026
   [junit4]   2> 558117 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 558117 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@44d7f99e: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@533aabb0
   [junit4]   2> 558120 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 558120 INFO  (TEST-TestLazyCores.testRace-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2fdfe7ba: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@63137e6c
   [junit4]   2> 558120 INFO  (coreCloseExecutor-1954-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6c7cfb1d
   [junit4]   2> 558120 INFO  (coreCloseExecutor-1954-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1820130077
   [junit4]   2> 558120 INFO  (coreCloseExecutor-1954-thread-2-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@49b20447
   [junit4]   2> 558120 INFO  (coreCloseExecutor-1954-thread-1-processing-x:badConfig1) [    x:collection1]

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

llection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@8d6f010
   [junit4]   2> 561717 INFO  (coreCloseExecutor-2193-thread-3-processing-x:badConfig1) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection4, tag=1522138540
   [junit4]   2> 561718 INFO  (coreCloseExecutor-2193-thread-3-processing-x:badConfig1) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e5f3d93: rootName = null, domain = solr.core.collection4, service url = null, agent id = null] for registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@330f2cc7
   [junit4]   2> 561722 INFO  (coreCloseExecutor-2193-thread-5-processing-x:badConfig1) [    x:collection6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection6, tag=1292510809
   [junit4]   2> 561722 INFO  (coreCloseExecutor-2193-thread-5-processing-x:badConfig1) [    x:collection6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@100e9ee0: rootName = null, domain = solr.core.collection6, service url = null, agent id = null] for registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@72009918
   [junit4]   2> 561729 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A8DD314014063085]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 561729 INFO  (SUITE-TestLazyCores-seed#[A8DD314014063085]-worker) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 561730 INFO  (SUITE-TestLazyCores-seed#[A8DD314014063085]-worker) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2102256216
   [junit4]   2> 561730 INFO  (SUITE-TestLazyCores-seed#[A8DD314014063085]-worker) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 561730 INFO  (SUITE-TestLazyCores-seed#[A8DD314014063085]-worker) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 561730 INFO  (SUITE-TestLazyCores-seed#[A8DD314014063085]-worker) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_A8DD314014063085-001
   [junit4]   2> Dec 07, 2017 10:44:40 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Dec 07, 2017 10:45:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=4936, name=searcherExecutor-2018-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Dec 07, 2017 10:45:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=4936, name=searcherExecutor-2018-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 07, 2017 10:45:03 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=4936, name=searcherExecutor-2018-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {v_t=FSTOrd50, id=FSTOrd50, v_s=PostingsFormat(name=Memory), v_f=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=1471, maxMBSortInHeap=6.170777359387248, sim=RandomSimilarity(queryNorm=false): {}, locale=en-MH, timezone=Europe/Zagreb
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=2,free=79801520,total=487063552
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastWriter, TestJettySolrRunner, TestAnalyzedSuggestions, TestCloudRecovery, PingRequestHandlerTest, DOMUtilTest, TestStressInPlaceUpdates, DistributedFacetExistsSmallTest, DistributedTermsComponentTest, DocumentAnalysisRequestHandlerTest, LeaderFailureAfterFreshStartTest, HighlighterConfigTest, TestQuerySenderNoQuery, HLLSerializationTest, TestFieldCacheSortRandom, CdcrReplicationHandlerTest, TestTolerantUpdateProcessorCloud, SpellCheckCollatorWithCollapseTest, ZkCLITest, SuggesterTSTTest, SpellingQueryConverterTest, HttpSolrCallGetCoreTest, AddReplicaTest, OutputWriterTest, ChangedSchemaMergeTest, TestStressUserVersions, CollectionTooManyReplicasTest, TestManagedSchemaAPI, SolrRequestParserTest, RequestHandlersTest, MultiThreadedOCPTest, MBeansHandlerTest, TestStressLucene, DocValuesMultiTest, TestCustomStream, TestRuleBasedAuthorizationPlugin, TestBulkSchemaConcurrent, DistributedVersionInfoTest, LegacyCloudClusterPropTest, HdfsChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, TestStreamBody, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=A8DD314014063085 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-MH -Dtests.timezone=Europe/Zagreb -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=4936, name=searcherExecutor-2018-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A8DD314014063085]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4936, name=searcherExecutor-2018-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A8DD314014063085]:0)
   [junit4] Completed [132/751 (1!)] on J1 in 28.33s, 9 tests, 3 errors <<< FAILURES!

[...truncated 42136 lines...]

[JENKINS] Lucene-Solr-7.2-Linux (64bit/jdk-9.0.1) - Build # 29 - Still Unstable!

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.security.BasicAuthIntegrationTest

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:39383/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([7E29127557FA6CDA]: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.security.BasicAuthIntegrationTest.setupCluster(BasicAuthIntegrationTest.java:82)
	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$6.evaluate(RandomizedRunner.java:874)
	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.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:44165/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:46119/solr/test_col_shard1_replica_n1: Server Error    request: http://127.0.0.1:46119/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A44165%2Fsolr%2Ftest_col_shard2_replica_n4%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:41515/solr/test_col_shard1_replica_n2/ update: org.apache.solr.client.solrj.request.UpdateRequest@2dddce79

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:44165/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:46119/solr/test_col_shard1_replica_n1: Server Error



request: http://127.0.0.1:46119/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A44165%2Fsolr%2Ftest_col_shard2_replica_n4%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:41515/solr/test_col_shard1_replica_n2/ update: org.apache.solr.client.solrj.request.UpdateRequest@2dddce79
	at __randomizedtesting.SeedInfo.seed([7E29127557FA6CDA:483D7033DDA756CB]:0)
	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:44165/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:46119/solr/test_col_shard1_replica_n1: Server Error



request: http://127.0.0.1:46119/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A44165%2Fsolr%2Ftest_col_shard2_replica_n4%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:41515/solr/test_col_shard1_replica_n2/ update: org.apache.solr.client.solrj.request.UpdateRequest@2dddce79
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:44165/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:46119/solr/test_col_shard1_replica_n1: Server Error



request: http://127.0.0.1:46119/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A44165%2Fsolr%2Ftest_col_shard2_replica_n4%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:41515/solr/test_col_shard1_replica_n2/ update: org.apache.solr.client.solrj.request.UpdateRequest@2dddce79
	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.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
	... 6 more




Build Log:
[...truncated 11888 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/init-core-data-001
   [junit4]   2> 45662 WARN  (SUITE-BasicAuthIntegrationTest-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=228 numCloses=228
   [junit4]   2> 45663 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 45663 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 45665 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 45666 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001
   [junit4]   2> 45666 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 45667 INFO  (Thread-61) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 45667 INFO  (Thread-61) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 45671 ERROR (Thread-61) [    ] 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> 45767 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35879
   [junit4]   2> 45770 INFO  (zkConnectionManagerCallback-2029-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45778 INFO  (jetty-launcher-2026-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 45785 INFO  (jetty-launcher-2026-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 45792 INFO  (jetty-launcher-2026-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@796f8282{/solr,null,AVAILABLE}
   [junit4]   2> 45793 INFO  (jetty-launcher-2026-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 45795 INFO  (jetty-launcher-2026-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@29c09f9f{SSL,[ssl, http/1.1]}{127.0.0.1:41487}
   [junit4]   2> 45795 INFO  (jetty-launcher-2026-thread-1) [    ] o.e.j.s.Server Started @47183ms
   [junit4]   2> 45795 INFO  (jetty-launcher-2026-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41487}
   [junit4]   2> 45795 ERROR (jetty-launcher-2026-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 45795 INFO  (jetty-launcher-2026-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 45795 INFO  (jetty-launcher-2026-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 45795 INFO  (jetty-launcher-2026-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 45795 INFO  (jetty-launcher-2026-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-08T08:39:18.420684Z
   [junit4]   2> 45819 INFO  (jetty-launcher-2026-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@349d4275{/solr,null,AVAILABLE}
   [junit4]   2> 45820 INFO  (jetty-launcher-2026-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6bd98bb5{SSL,[ssl, http/1.1]}{127.0.0.1:43727}
   [junit4]   2> 45820 INFO  (jetty-launcher-2026-thread-2) [    ] o.e.j.s.Server Started @47208ms
   [junit4]   2> 45820 INFO  (jetty-launcher-2026-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43727}
   [junit4]   2> 45837 ERROR (jetty-launcher-2026-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 45837 INFO  (jetty-launcher-2026-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@574957a4{/solr,null,AVAILABLE}
   [junit4]   2> 45837 INFO  (jetty-launcher-2026-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 45837 INFO  (jetty-launcher-2026-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 45837 INFO  (jetty-launcher-2026-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 45837 INFO  (jetty-launcher-2026-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-08T08:39:18.462671Z
   [junit4]   2> 45839 INFO  (zkConnectionManagerCallback-2031-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45839 INFO  (jetty-launcher-2026-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d3a4ea{SSL,[ssl, http/1.1]}{127.0.0.1:39383}
   [junit4]   2> 45839 INFO  (jetty-launcher-2026-thread-3) [    ] o.e.j.s.Server Started @47227ms
   [junit4]   2> 45839 INFO  (jetty-launcher-2026-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39383}
   [junit4]   2> 45839 INFO  (jetty-launcher-2026-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 45839 ERROR (jetty-launcher-2026-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 45840 INFO  (jetty-launcher-2026-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 45840 INFO  (jetty-launcher-2026-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 45840 INFO  (jetty-launcher-2026-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 45840 INFO  (jetty-launcher-2026-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-08T08:39:18.465149Z
   [junit4]   2> 45849 INFO  (zkConnectionManagerCallback-2033-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45850 INFO  (jetty-launcher-2026-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 45850 INFO  (zkConnectionManagerCallback-2035-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45854 INFO  (jetty-launcher-2026-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 45867 INFO  (jetty-launcher-2026-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35879/solr
   [junit4]   2> 45871 INFO  (jetty-launcher-2026-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35879/solr
   [junit4]   2> 45875 INFO  (zkConnectionManagerCallback-2041-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45875 INFO  (jetty-launcher-2026-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35879/solr
   [junit4]   2> 45887 INFO  (zkConnectionManagerCallback-2044-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45891 INFO  (zkConnectionManagerCallback-2047-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45892 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 0x160354760180005, 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> 45899 INFO  (zkConnectionManagerCallback-2049-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45903 INFO  (zkConnectionManagerCallback-2051-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45904 INFO  (zkConnectionManagerCallback-2053-thread-1-processing-n:127.0.0.1:39383_solr) [n:127.0.0.1:39383_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45924 INFO  (jetty-launcher-2026-thread-1) [n:127.0.0.1:41487_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 45927 INFO  (jetty-launcher-2026-thread-1) [n:127.0.0.1:41487_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41487_solr
   [junit4]   2> 45928 INFO  (jetty-launcher-2026-thread-1) [n:127.0.0.1:41487_solr    ] o.a.s.c.Overseer Overseer (id=99137772473286663-127.0.0.1:41487_solr-n_0000000000) starting
   [junit4]   2> 45973 INFO  (jetty-launcher-2026-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 45974 INFO  (jetty-launcher-2026-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43727_solr
   [junit4]   2> 45990 INFO  (jetty-launcher-2026-thread-3) [n:127.0.0.1:39383_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 45991 INFO  (jetty-launcher-2026-thread-3) [n:127.0.0.1:39383_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 45993 INFO  (jetty-launcher-2026-thread-3) [n:127.0.0.1:39383_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39383_solr
   [junit4]   2> 46004 INFO  (jetty-launcher-2026-thread-1) [n:127.0.0.1:41487_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41487_solr
   [junit4]   2> 46036 INFO  (zkCallback-2052-thread-1-processing-n:127.0.0.1:39383_solr) [n:127.0.0.1:39383_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 46059 INFO  (zkCallback-2048-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 46065 INFO  (zkCallback-2050-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 46078 INFO  (jetty-launcher-2026-thread-3) [n:127.0.0.1:39383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39383.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 46103 INFO  (jetty-launcher-2026-thread-1) [n:127.0.0.1:41487_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41487.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 46108 INFO  (jetty-launcher-2026-thread-3) [n:127.0.0.1:39383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39383.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 46109 INFO  (jetty-launcher-2026-thread-3) [n:127.0.0.1:39383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39383.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 46110 INFO  (jetty-launcher-2026-thread-3) [n:127.0.0.1:39383_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001/node3/.
   [junit4]   2> 46114 INFO  (jetty-launcher-2026-thread-1) [n:127.0.0.1:41487_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41487.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 46115 INFO  (jetty-launcher-2026-thread-1) [n:127.0.0.1:41487_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41487.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 46116 INFO  (jetty-launcher-2026-thread-1) [n:127.0.0.1:41487_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001/node1/.
   [junit4]   2> 46129 INFO  (jetty-launcher-2026-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43727.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 46137 INFO  (jetty-launcher-2026-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43727.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 46137 INFO  (jetty-launcher-2026-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43727.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 46138 INFO  (jetty-launcher-2026-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001/node2/.
   [junit4]   2> 46226 INFO  (zkConnectionManagerCallback-2059-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 46231 INFO  (zkConnectionManagerCallback-2063-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 46232 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 46232 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35879/solr ready
   [junit4]   2> 46250 INFO  (qtp1169955357-2460) [n:127.0.0.1:39383_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 46254 INFO  (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 46367 INFO  (OverseerStateUpdate-99137772473286663-127.0.0.1:41487_solr-n_0000000000) [n:127.0.0.1:41487_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"authCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39383/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 46368 INFO  (OverseerStateUpdate-99137772473286663-127.0.0.1:41487_solr-n_0000000000) [n:127.0.0.1:41487_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"authCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43727/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 46369 INFO  (OverseerStateUpdate-99137772473286663-127.0.0.1:41487_solr-n_0000000000) [n:127.0.0.1:41487_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"authCollection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41487/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 46578 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 46578 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 46592 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 46592 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 46595 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 46596 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 46698 INFO  (zkCallback-2048-thread-2-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 46698 INFO  (zkCallback-2052-thread-1-processing-n:127.0.0.1:39383_solr) [n:127.0.0.1:39383_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 46698 INFO  (zkCallback-2050-thread-2-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 46698 INFO  (zkCallback-2048-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 46698 INFO  (zkCallback-2050-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 46698 INFO  (zkCallback-2052-thread-2-processing-n:127.0.0.1:39383_solr) [n:127.0.0.1:39383_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 47595 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 47602 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 47604 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 47606 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 47607 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 47607 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica_n1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 47607 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39383.solr.core.authCollection.shard1.replica_n1' (registry 'solr.core.authCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 47607 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 47607 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore [[authCollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001/node3/authCollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001/node3/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 47611 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.s.IndexSchema [authCollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 47612 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 47612 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n2' using configuration from collection authCollection, trusted=true
   [junit4]   2> 47613 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 47613 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43727.solr.core.authCollection.shard2.replica_n2' (registry 'solr.core.authCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 47613 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 47613 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SolrCore [[authCollection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001/node2/authCollection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001/node2/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 47614 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 47614 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n4' using configuration from collection authCollection, trusted=true
   [junit4]   2> 47615 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41487.solr.core.authCollection.shard3.replica_n4' (registry 'solr.core.authCollection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ae0caf7
   [junit4]   2> 47615 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 47615 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore [[authCollection_shard3_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001/node1/authCollection_shard3_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_7E29127557FA6CDA-001/tempDir-001/node1/./authCollection_shard3_replica_n4/data/]
   [junit4]   2> 47673 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 47673 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 47674 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 47674 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 47675 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 47675 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 47676 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@2455bfdc[authCollection_shard3_replica_n4] main]
   [junit4]   2> 47676 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 47676 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 47677 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 47677 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 47677 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ff77c17[authCollection_shard1_replica_n1] main]
   [junit4]   2> 47678 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 47678 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 47678 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 47679 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 47679 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 47679 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586204361678127104
   [junit4]   2> 47679 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 47681 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 47681 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 47681 INFO  (searcherExecutor-115-thread-1-processing-n:127.0.0.1:39383_solr x:authCollection_shard1_replica_n1 s:shard1 c:authCollection r:core_node3) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore [authCollection_shard1_replica_n1] Registered new searcher Searcher@7ff77c17[authCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 47681 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586204361680224256
   [junit4]   2> 47683 INFO  (searcherExecutor-117-thread-1-processing-n:127.0.0.1:41487_solr x:authCollection_shard3_replica_n4 s:shard3 c:authCollection r:core_node6) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore [authCollection_shard3_replica_n4] Registered new searcher Searcher@2455bfdc[authCollection_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 47686 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@45a7297[authCollection_shard2_replica_n2] main]
   [junit4]   2> 47686 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 47686 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 47686 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39383/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 47686 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 47686 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:39383/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 47686 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 47687 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 47687 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 47687 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 47687 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 47688 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41487/solr/authCollection_shard3_replica_n4/
   [junit4]   2> 47688 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 47688 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SyncStrategy https://127.0.0.1:41487/solr/authCollection_shard3_replica_n4/ has no replicas
   [junit4]   2> 47688 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 47688 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 47689 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586204361688612864
   [junit4]   2> 47689 INFO  (qtp1169955357-2454) [n:127.0.0.1:39383_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39383/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 47690 INFO  (qtp1866428362-2441) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41487/solr/authCollection_shard3_replica_n4/ shard3
   [junit4]   2> 47693 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 47693 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 47693 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43727/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 47693 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 47693 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:43727/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 47693 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 47695 INFO  (qtp2100670812-2445) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43727/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 47695 INFO  (searcherExecutor-116-thread-1-processing-n:127.0.0.1:43727_solr x:authCollection_shard2_replica_n2 s:shard2 c:authCollection r:core_node5) [n:127.0.0.1:43727_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SolrCore [authCollection_shard2_replica_n2] Registered new searcher Searcher@45a7297[authCollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 226253 ERROR (qtp1169955357-2460) [n:127.0.0.1:39383_solr    ] 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.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 226255 INFO  (qtp1169955357-2460) [n:127.0.0.1:39383_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2} status=500 QTime=180005
   [junit4]   2> 226256 ERROR (qtp1169955357-2460) [n:127.0.0.1:39383_solr    ] 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.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 226261 INFO  (jetty-closer-2027-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@29c09f9f{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 226262 INFO  (jetty-closer-2027-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1887593050
   [junit4]   2> 226262 INFO  (jetty-closer-2027-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 226263 INFO  (jetty-closer-2027-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58e18ff1: rootName = solr_41487, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3c53cbd0
   [junit4]   2> 226263 INFO  (jetty-closer-2027-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1d3a4ea{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 226264 INFO  (jetty-closer-2027-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=469999284
   [junit4]   2> 226264 INFO  (jetty-closer-2027-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 226264 INFO  (jetty-closer-2027-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5dd0959f: rootName = solr_39383, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@101f65d5
   [junit4]   2> 226264 INFO  (jetty-closer-2027-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6bd98bb5{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 226264 INFO  (jetty-closer-2027-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=618798898
   [junit4]   2> 226264 INFO  (jetty-closer-2027-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 226264 ERROR (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:41487/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:41487/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [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: org.apache.http.NoHttpResponseException: 127.0.0.1:41487 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [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> 226265 INFO  (jetty-closer-2027-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75d84990: rootName = solr_43727, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7bd5f0a0
   [junit4]   2> 226265 ERROR (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:43727/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:43727/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [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: org.apache.http.NoHttpResponseException: 127.0.0.1:43727 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [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> 226266 ERROR (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:39383/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:39383/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [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: org.apache.http.NoHttpResponseException: 127.0.0.1:39383 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [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> 226267 ERROR (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [authCollection].
   [junit4]   2> 226269 INFO  (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 226271 ERROR (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:41487/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:41487/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
   [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: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:41487 [/127.0.0.1] failed: Connection refused (Connection refused)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
   [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> Caused by: java.net.ConnectException: Connection refused (Connection refused)
   [junit4]   2> 	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:400)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:243)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:225)
   [junit4]   2> 	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:402)
   [junit4]   2> 	at java.base/java.net.Socket.connect(Socket.java:591)
   [junit4]   2> 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:339)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
   [junit4]   2> 	... 22 more
   [junit4]   2> 226272 ERROR (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:43727/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:43727/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
   [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: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:43727 [/127.0.0.1] failed: Connection refused (Connection refused)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
   [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> Caused by: java.net.ConnectException: Connection refused (Connection refused)
   [junit4]   2> 	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:400)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:243)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:225)
   [junit4]   2> 	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:402)
   [junit4]   2> 	at java.base/java.net.Socket.connect(Socket.java:591)
   [junit4]   2> 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:339)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
   [junit4]   2> 	... 22 more
   [junit4]   2> 226272 ERROR (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:39383/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:39383/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
   [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: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:39383 [/127.0.0.1] failed: Connection refused (Connection refused)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
   [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> Caused by: java.net.ConnectException: Connection refused (Connection refused)
   [junit4]   2> 	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:400)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:243)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:225)
   [junit4]   2> 	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:402)
   [junit4]   2> 	at java.base/java.net.Socket.connect(Socket.java:591)
   [junit4]   2> 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:339)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
   [junit4]   2> 	... 22 more
   [junit4]   2> 226277 INFO  (jetty-closer-2027-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 226277 INFO  (jetty-closer-2027-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@172e053b: rootName = solr_43727, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@70cd3d34
   [junit4]   2> 226277 INFO  (jetty-closer-2027-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 226277 INFO  (jetty-closer-2027-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@574b735f: rootName = solr_41487, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@70cd3d34
   [junit4]   2> 226278 INFO  (jetty-closer-2027-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 226278 INFO  (jetty-closer-2027-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@df7afc0: rootName = solr_39383, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@70cd3d34
   [junit4]   2> 226281 INFO  (jetty-closer-2027-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 226282 INFO  (jetty-closer-2027-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 226282 INFO  (jetty-closer-2027-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@44f48079: rootName = solr_41487, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@41586be0
   [junit4]   2> 226282 INFO  (jetty-closer-2027-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3153084b: rootName = solr_43727, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@41586be0
   [junit4]   2> 226282 INFO  (jetty-closer-2027-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 226282 INFO  (jetty-closer-2027-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2defda14: rootName = solr_39383, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@41586be0
   [junit4]   2> 226282 INFO  (jetty-closer-2027-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43727_solr
   [junit4]   2> 226282 INFO  (jetty-closer-2027-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39383_solr
   [junit4]   2> 226283 INFO  (jetty-closer-2027-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41487_solr
   [junit4]   2> 226283 INFO  (jetty-closer-2027-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 226283 INFO  (jetty-closer-2027-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 226283 INFO  (zkCallback-2048-thread-4-processing-n:127.0.0.1:41487_solr) [n:127.0.0.1:41487_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 226284 INFO  (coreCloseExecutor-130-thread-1) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore [authCollection_shard3_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@97cb854
   [junit4]   2> 226287 INFO  (coreCloseExecutor-130-thread-1) [n:127.0.0.1:41487_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard3.replica_n4, tag=159168596
   [junit4]   2> 226287 INFO  (coreClos

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

:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_col.shard1.replica_n2, tag=327900007
   [junit4]   2> 717987 INFO  (coreCloseExecutor-3504-thread-1) [n:127.0.0.1:41515_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ff19649: rootName = solr_41515, domain = solr.core.test_col.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.test_col.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@5cd63c81
   [junit4]   2> 717991 INFO  (coreCloseExecutor-3501-thread-1) [n:127.0.0.1:46119_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard1.leader, tag=1343965434
   [junit4]   2> 717992 INFO  (coreCloseExecutor-3501-thread-1) [n:127.0.0.1:46119_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 717992 INFO  (coreCloseExecutor-3501-thread-1) [n:127.0.0.1:46119_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f04396e commitCommandVersion:0
   [junit4]   2> 717993 INFO  (coreCloseExecutor-3504-thread-1) [n:127.0.0.1:41515_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard1.leader, tag=327900007
   [junit4]   2> 717993 INFO  (coreCloseExecutor-3504-thread-1) [n:127.0.0.1:41515_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 717993 INFO  (coreCloseExecutor-3504-thread-1) [n:127.0.0.1:41515_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@70de85fd commitCommandVersion:0
   [junit4]   2> 717994 INFO  (coreCloseExecutor-3502-thread-1) [n:127.0.0.1:44165_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard2.leader, tag=1984758321
   [junit4]   2> 717994 INFO  (coreCloseExecutor-3502-thread-1) [n:127.0.0.1:44165_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 717994 INFO  (coreCloseExecutor-3502-thread-1) [n:127.0.0.1:44165_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4c6c6d2d commitCommandVersion:0
   [junit4]   2> 717994 INFO  (coreCloseExecutor-3503-thread-1) [n:127.0.0.1:41051_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard2.leader, tag=775204333
   [junit4]   2> 717994 INFO  (coreCloseExecutor-3503-thread-1) [n:127.0.0.1:41051_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 717994 INFO  (coreCloseExecutor-3503-thread-1) [n:127.0.0.1:41051_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@33b70fd1 commitCommandVersion:0
   [junit4]   2> 717998 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 0x160355158f8000c, 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> 718001 INFO  (jetty-closer-1453-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5f43d53d{/solr,null,UNAVAILABLE}
   [junit4]   2> 718001 INFO  (jetty-closer-1453-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6075881{/solr,null,UNAVAILABLE}
   [junit4]   2> 718007 INFO  (jetty-closer-1453-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99137815303421962-127.0.0.1:44165_solr-n_0000000000) closing
   [junit4]   2> 718007 INFO  (OverseerStateUpdate-99137815303421962-127.0.0.1:44165_solr-n_0000000000) [n:127.0.0.1:44165_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44165_solr
   [junit4]   2> 718007 WARN  (OverseerAutoScalingTriggerThread-99137815303421962-127.0.0.1:44165_solr-n_0000000000) [n:127.0.0.1:44165_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 718008 INFO  (jetty-closer-1453-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@675d4ed8{/solr,null,UNAVAILABLE}
   [junit4]   2> 719502 INFO  (jetty-closer-1453-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10d6e418{/solr,null,UNAVAILABLE}
   [junit4]   2> 719503 ERROR (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7E29127557FA6CDA]-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> 719503 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7E29127557FA6CDA]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43787 43787
   [junit4]   2> 724530 INFO  (Thread-1455) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43787 43787
   [junit4]   2> 724530 WARN  (Thread-1455) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	36	/solr/collections/test_col/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7E29127557FA6CDA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=BlockTreeOrds(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Direct), long_dv_idx=DocValuesFormat(name=Memory), long_dv_stored=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70), long_dv=DocValuesFormat(name=Memory), long_dv_stored_idx=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1180, maxMBSortInHeap=6.563213493284582, sim=RandomSimilarity(queryNorm=true): {}, locale=mer-KE, timezone=Australia/Yancowinna
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=1,free=204795336,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [TestDelegationWithHadoopAuth, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestConfigsApi, TestSortByMinMaxFunction, TestLuceneIndexBackCompat, DistributedSuggestComponentTest, UpdateParamsTest, OverseerModifyCollectionTest, TestExceedMaxTermLength, TestFoldingMultitermQuery, ResponseLogComponentTest, TestOnReconnectListenerSupport, FastVectorHighlighterTest, TestMissingGroups, DistributedFacetPivotLongTailTest, TestBlendedInfixSuggestions, TestClusterProperties, TestSerializedLuceneMatchVersion, StatsReloadRaceTest, NumberUtilsTest, PeerSyncTest, RAMDirectoryFactoryTest, TestStressVersions, TestCodecSupport, SparseHLLTest, TestNonDefinedSimilarityFactory, TestConfig, TestRetrieveFieldsOptimizer, TestQueryUtils, IndexSchemaRuntimeFieldTest, TestSchemaResource, RegexBytesRefFilterTest, TestNRTOpen, SyncSliceTest, PeerSyncWithIndexFingerprintCachingTest, SliceStateTest, TestDFRSimilarityFactory, TestFieldTypeCollectionResource, JsonLoaderTest, TestBulkSchemaAPI, TestRecovery, TestCoreBackup, FileUtilsTest, TestIBSimilarityFactory, TestQueryWrapperFilter, TestScoreJoinQPScore, ExecutePlanActionTest, TestMacros, HdfsNNFailoverTest, CoreMergeIndexesAdminHandlerTest, CdcrVersionReplicationTest, CollectionsAPISolrJTest, TestManagedResource, DirectUpdateHandlerOptimizeTest, OverseerTaskQueueTest, TestAddFieldRealTimeGet, TestEmbeddedSolrServerSchemaAPI, URLClassifyProcessorTest, TestCloudSchemaless, TestSolrCloudSnapshots, TestGeoJSONResponseWriter, TemplateUpdateProcessorTest, TestJoin, TestImplicitCoreProperties, TestSubQueryTransformer, DateMathParserTest, TestDefaultStatsCache, BlockJoinFacetRandomTest, RemoteQueryErrorTest, SoftAutoCommitTest, BaseCdcrDistributedZkTest, TestReRankQParserPlugin, TestBadConfig, DeleteReplicaTest, TestSolrDeletionPolicy1, VMParamsZkACLAndCredentialsProvidersTest, TestSolrCloudWithDelegationTokens, TestLeaderElectionWithEmptyReplica, TestUnifiedSolrHighlighter, AutoAddReplicasPlanActionTest, TestReversedWildcardFilterFactory, TestComponentsName, SolrCoreTest, BigEndianAscendingWordSerializerTest, AnalysisErrorHandlingTest, TestStandardQParsers, AnalysisAfterCoreReloadTest, CacheHeaderTest, TestSolr4Spatial2, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [234/751 (2!)] on J0 in 25.51s, 5 tests, 1 error <<< FAILURES!

[...truncated 41887 lines...]

[JENKINS] Lucene-Solr-7.2-Linux (32bit/jdk1.8.0_144) - Build # 28 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/28/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestCollectionAPI.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:43451/eo/gc

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:43451/eo/gc
	at __randomizedtesting.SeedInfo.seed([E99EC0F5751D6FB6:61CAFF2FDBE1024E]: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 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.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	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)
	... 43 more


FAILED:  org.apache.solr.handler.component.SearchHandlerTest.testZkConnected

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43937/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([E99EC0F5751D6FB6:2B865D49EEAD1F97]: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.handler.component.SearchHandlerTest.testZkConnected(SearchHandlerTest.java:128)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13211 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SearchHandlerTest
   [junit4]   2> 1724908 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-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.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/init-core-data-001
   [junit4]   2> 1724909 WARN  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1724909 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1724910 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1724910 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1724911 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1724945 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1724974 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1725105 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1725139 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725148 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725148 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725149 INFO  (coreLoadExecutor-7734-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1725150 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1725179 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1725197 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1725291 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1725299 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1725299 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725299 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1725299 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/init-core-data-001/]
   [junit4]   2> 1725301 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=90.07421875, floorSegmentMB=0.490234375, forceMergeDeletesPctAllowed=3.613924027781975, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6489207220783946
   [junit4]   2> 1725342 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1725342 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1725343 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1725343 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1725344 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1725344 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fd23f[collection1] main]
   [junit4]   2> 1725345 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1725363 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1725453 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1725453 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1725453 INFO  (coreLoadExecutor-7734-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586189467186626560
   [junit4]   2> 1725453 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1725453 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1725453 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1725453 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1725453 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1725453 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1725454 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1725454 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1725455 INFO  (searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1fd23f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1725455 INFO  (SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1725458 INFO  (TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZkConnected
   [junit4]   2> 1725458 INFO  (TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001
   [junit4]   2> 1725458 INFO  (TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1725459 INFO  (Thread-3420) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1725459 INFO  (Thread-3420) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1725460 ERROR (Thread-3420) [    ] 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> 1725559 INFO  (TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] o.a.s.c.ZkTestServer start zk server on port:42167
   [junit4]   2> 1725562 INFO  (zkConnectionManagerCallback-3009-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725566 INFO  (jetty-launcher-3006-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725566 INFO  (jetty-launcher-3006-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725566 INFO  (jetty-launcher-3006-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725566 INFO  (jetty-launcher-3006-thread-5) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75930c{/solr,null,AVAILABLE}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1153d91{/solr,null,AVAILABLE}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@548020{/solr,null,AVAILABLE}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1bba355{HTTP/1.1,[http/1.1]}{127.0.0.1:43937}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23607f{HTTP/1.1,[http/1.1]}{127.0.0.1:43141}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-2) [    ] o.e.j.s.Server Started @1726644ms
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-5) [    ] o.e.j.s.Server Started @1726644ms
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43937}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@173f6aa{HTTP/1.1,[http/1.1]}{127.0.0.1:34675}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-1) [    ] o.e.j.s.Server Started @1726644ms
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34675}
   [junit4]   2> 1725568 ERROR (jetty-launcher-3006-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@369f42{/solr,null,AVAILABLE}
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43141}
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@64d9d4{HTTP/1.1,[http/1.1]}{127.0.0.1:45105}
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725568 ERROR (jetty-launcher-3006-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-08T04:42:35.925Z
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-3) [    ] o.e.j.s.Server Started @1726645ms
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45105}
   [junit4]   2> 1725568 ERROR (jetty-launcher-3006-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-08T04:42:35.926Z
   [junit4]   2> 1725569 INFO  (zkConnectionManagerCallback-3011-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725569 ERROR (jetty-launcher-3006-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-08T04:42:35.927Z
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-08T04:42:35.925Z
   [junit4]   2> 1725570 INFO  (zkConnectionManagerCallback-3013-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725571 INFO  (jetty-launcher-3006-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725571 INFO  (jetty-launcher-3006-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c831a{/solr,null,AVAILABLE}
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@156fe1a{HTTP/1.1,[http/1.1]}{127.0.0.1:46545}
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] o.e.j.s.Server Started @1726649ms
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46545}
   [junit4]   2> 1725572 ERROR (jetty-launcher-3006-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1725572 INFO  (zkConnectionManagerCallback-3015-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-08T04:42:35.929Z
   [junit4]   2> 1725573 INFO  (jetty-launcher-3006-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725576 INFO  (zkConnectionManagerCallback-3017-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725589 INFO  (zkConnectionManagerCallback-3019-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725591 INFO  (jetty-launcher-3006-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725591 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 0x160346ea9a80004, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725591 INFO  (jetty-launcher-3006-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725593 INFO  (jetty-launcher-3006-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725593 INFO  (jetty-launcher-3006-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725595 INFO  (jetty-launcher-3006-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725597 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 0x160346ea9a80005, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725598 INFO  (zkConnectionManagerCallback-3026-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725598 INFO  (zkConnectionManagerCallback-3028-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725598 INFO  (zkConnectionManagerCallback-3031-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725600 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 0x160346ea9a80008, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725600 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 0x160346ea9a80007, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725600 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 0x160346ea9a80006, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725601 INFO  (jetty-launcher-3006-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725602 INFO  (zkConnectionManagerCallback-3036-thread-1-processing-n:127.0.0.1:45105_solr) [n:127.0.0.1:45105_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725602 INFO  (zkConnectionManagerCallback-3034-thread-1-processing-n:127.0.0.1:43937_solr) [n:127.0.0.1:43937_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725602 INFO  (zkConnectionManagerCallback-3041-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725603 INFO  (zkConnectionManagerCallback-3039-thread-1-processing-n:127.0.0.1:34675_solr) [n:127.0.0.1:34675_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725603 INFO  (jetty-launcher-3006-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725604 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 0x160346ea9a8000b, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725605 INFO  (zkConnectionManagerCallback-3045-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725605 INFO  (zkConnectionManagerCallback-3047-thread-1-processing-n:127.0.0.1:46545_solr) [n:127.0.0.1:46545_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725608 INFO  (zkConnectionManagerCallback-3049-thread-1-processing-n:127.0.0.1:43141_solr) [n:127.0.0.1:43141_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725698 INFO  (jetty-launcher-3006-thread-5) [n:127.0.0.1:43141_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725698 INFO  (jetty-launcher-3006-thread-2) [n:127.0.0.1:43937_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725698 INFO  (jetty-launcher-3006-thread-5) [n:127.0.0.1:43141_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43141_solr
   [junit4]   2> 1725699 INFO  (jetty-launcher-3006-thread-1) [n:127.0.0.1:34675_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725699 INFO  (jetty-launcher-3006-thread-2) [n:127.0.0.1:43937_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43937_solr
   [junit4]   2> 1725699 INFO  (jetty-launcher-3006-thread-5) [n:127.0.0.1:43141_solr    ] o.a.s.c.Overseer Overseer (id=99136841699557391-127.0.0.1:43141_solr-n_0000000000) starting
   [junit4]   2> 1725700 INFO  (jetty-launcher-3006-thread-1) [n:127.0.0.1:34675_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34675_solr
   [junit4]   2> 1725700 INFO  (jetty-launcher-3006-thread-4) [n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1725702 INFO  (jetty-launcher-3006-thread-3) [n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1725703 INFO  (jetty-launcher-3006-thread-4) [n:127.0.0.1:46545_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725704 INFO  (jetty-launcher-3006-thread-3) [n:127.0.0.1:45105_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725705 INFO  (jetty-launcher-3006-thread-4) [n:127.0.0.1:46545_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46545_solr
   [junit4]   2> 1725705 INFO  (jetty-launcher-3006-thread-3) [n:127.0.0.1:45105_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45105_solr
   [junit4]   2> 1725722 INFO  (zkCallback-3035-thread-1-processing-n:127.0.0.1:45105_solr) [n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1725722 INFO  (zkCallback-3038-thread-1-processing-n:127.0.0.1:34675_solr) [n:127.0.0.1:34675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1725722 INFO  (zkCallback-3033-thread-1-processing-n:127.0.0.1:43937_solr) [n:127.0.0.1:43937_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1725722 INFO  (zkCallback-3048-thread-1-processing-n:127.0.0.1:43141_solr) [n:127.0.0.1:43141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1725727 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:46545_solr) [n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1725727 INFO  (zkCallback-3038-thread-2-processing-n:127.0.0.1:34675_solr) [n:127.0.0.1:34675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1725740 INFO  (jetty-launcher-3006-thread-5) [n:127.0.0.1:43141_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43141_solr
   [junit4]   2> 1725743 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:46545_solr) [n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1725743 INFO  (zkCallback-3033-thread-1-processing-n:127.0.0.1:43937_solr) [n:127.0.0.1:43937_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1725743 INFO  (zkCallback-3038-thread-2-processing-n:127.0.0.1:34675_solr) [n:127.0.0.1:34675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1725743 INFO  (zkCallback-3048-thread-1-processing-n:127.0.0.1:43141_solr) [n:127.0.0.1:43141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1725743 INFO  (zkCallback-3035-thread-1-processing-n:127.0.0.1:45105_solr) [n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1725881 INFO  (jetty-launcher-3006-thread-4) [n:127.0.0.1:46545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46545.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725885 INFO  (jetty-launcher-3006-thread-5) [n:127.0.0.1:43141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43141.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725898 INFO  (jetty-launcher-3006-thread-4) [n:127.0.0.1:46545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46545.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725898 INFO  (jetty-launcher-3006-thread-4) [n:127.0.0.1:46545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46545.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725900 INFO  (jetty-launcher-3006-thread-4) [n:127.0.0.1:46545_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node4/.
   [junit4]   2> 1725900 INFO  (jetty-launcher-3006-thread-5) [n:127.0.0.1:43141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43141.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725900 INFO  (jetty-launcher-3006-thread-5) [n:127.0.0.1:43141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43141.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725902 INFO  (jetty-launcher-3006-thread-5) [n:127.0.0.1:43141_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node5/.
   [junit4]   2> 1726021 INFO  (jetty-launcher-3006-thread-2) [n:127.0.0.1:43937_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43937.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726021 INFO  (jetty-launcher-3006-thread-1) [n:127.0.0.1:34675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34675.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726030 INFO  (jetty-launcher-3006-thread-1) [n:127.0.0.1:34675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34675.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726030 INFO  (jetty-launcher-3006-thread-2) [n:127.0.0.1:43937_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43937.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726031 INFO  (jetty-launcher-3006-thread-1) [n:127.0.0.1:34675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34675.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726031 INFO  (jetty-launcher-3006-thread-2) [n:127.0.0.1:43937_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43937.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726032 INFO  (jetty-launcher-3006-thread-2) [n:127.0.0.1:43937_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node2/.
   [junit4]   2> 1726032 INFO  (jetty-launcher-3006-thread-1) [n:127.0.0.1:34675_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node1/.
   [junit4]   2> 1726204 INFO  (jetty-launcher-3006-thread-3) [n:127.0.0.1:45105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45105.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726212 INFO  (jetty-launcher-3006-thread-3) [n:127.0.0.1:45105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45105.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726213 INFO  (jetty-launcher-3006-thread-3) [n:127.0.0.1:45105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45105.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726214 INFO  (jetty-launcher-3006-thread-3) [n:127.0.0.1:45105_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node3/.
   [junit4]   2> 1726281 INFO  (zkConnectionManagerCallback-3057-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1726284 INFO  (zkConnectionManagerCallback-3060-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1726450 INFO  (zkConnectionManagerCallback-3063-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1726451 INFO  (TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1726452 INFO  (TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42167/solr ready
   [junit4]   2> 1726454 INFO  (qtp16174224-14818) [n:127.0.0.1:43937_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&name=testSolrCloudCollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1726457 INFO  (OverseerThreadFactory-7763-thread-1-processing-n:127.0.0.1:43141_solr) [n:127.0.0.1:43141_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSolrCloudCollection
   [junit4]   2> 1726566 INFO  (OverseerStateUpdate-99136841699557391-127.0.0.1:43141_solr-n_0000000000) [n:127.0.0.1:43141_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSolrCloudCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43141/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1726567 INFO  (OverseerStateUpdate-99136841699557391-127.0.0.1:43141_solr-n_0000000000) [n:127.0.0.1:43141_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSolrCloudCollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45105/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1726568 INFO  (OverseerStateUpdate-99136841699557391-127.0.0.1:43141_solr-n_0000000000) [n:127.0.0.1:43141_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSolrCloudCollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43937/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1726569 INFO  (OverseerStateUpdate-99136841699557391-127.0.0.1:43141_solr-n_0000000000) [n:127.0.0.1:43141_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSolrCloudCollection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46545/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1726776 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard1_replica_n2&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1726776 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard2_replica_n4&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1726776 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1726776 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1726776 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1726776 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard2_replica_n6&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1726776 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1726776 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1726881 INFO  (zkCallback-3033-thread-1-processing-n:127.0.0.1:43937_solr) [n:127.0.0.1:43937_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726881 INFO  (zkCallback-3048-thread-1-processing-n:127.0.0.1:43141_solr) [n:127.0.0.1:43141_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726881 INFO  (zkCallback-3035-thread-1-processing-n:127.0.0.1:45105_solr) [n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726881 INFO  (zkCallback-3046-thread-1-processing-n:127.0.0.1:46545_solr) [n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726881 INFO  (zkCallback-3033-thread-2-processing-n:127.0.0.1:43937_solr) [n:127.0.0.1:43937_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726882 INFO  (zkCallback-3048-thread-2-processing-n:127.0.0.1:43141_solr) [n:127.0.0.1:43141_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726882 INFO  (zkCallback-3035-thread-2-processing-n:127.0.0.1:45105_solr) [n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726882 INFO  (zkCallback-3046-thread-2-processing-n:127.0.0.1:46545_solr) [n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1727808 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1727820 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1727829 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1727829 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1727844 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.IndexSchema [testSolrCloudCollection_shard2_replica_n6] Schema name=test
   [junit4]   2> 1727845 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.IndexSchema [testSolrCloudCollection_shard1_replica_n2] Schema name=test
   [junit4]   2> 1727866 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.IndexSchema [testSolrCloudCollection_shard2_replica_n4] Schema name=test
   [junit4]   2> 1727869 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.IndexSchema [testSolrCloudCollection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1727985 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1727994 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1728010 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1728019 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSolrCloudCollection_shard2_replica_n6' using configuration from collection testSolrCloudCollection, trusted=true
   [junit4]   2> 1728020 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46545.solr.core.testSolrCloudCollection.shard2.replica_n6' (registry 'solr.core.testSolrCloudCollection.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1728021 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1728021 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrCore [[testSolrCloudCollection_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node4/testSolrCloudCollection_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node4/./testSolrCloudCollection_shard2_replica_n6/data/]
   [junit4]   2> 1728024 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1728025 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=90.07421875, floorSegmentMB=0.490234375, forceMergeDeletesPctAllowed=3.613924027781975, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6489207220783946
   [junit4]   2> 1728027 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSolrCloudCollection_shard1_replica_n1' using configuration from collection testSolrCloudCollection, trusted=true
   [junit4]   2> 1728027 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSolrCloudCollection_shard1_replica_n2' using configuration from collection testSolrCloudCollection, trusted=true
   [junit4]   2> 1728027 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43141.solr.core.testSolrCloudCollection.shard1.replica_n1' (registry 'solr.core.testSolrCloudCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1728027 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1728027 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrCore [[testSolrCloudCollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node5/testSolrCloudCollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node5/./testSolrCloudCollection_shard1_replica_n1/data/]
   [junit4]   2> 1728028 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45105.solr.core.testSolrCloudCollection.shard1.replica_n2' (registry 'solr.core.testSolrCloudCollection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1728028 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1728028 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrCore [[testSolrCloudCollection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node3/testSolrCloudCollection_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node3/./testSolrCloudCollection_shard1_replica_n2/data/]
   [junit4]   2> 1728032 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=90.07421875, floorSegmentMB=0.490234375, forceMergeDeletesPctAllowed=3.613924027781975, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6489207220783946
   [junit4]   2> 1728032 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=90.07421875, floorSegmentMB=0.490234375, forceMergeDeletesPctAllowed=3.613924027781975, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6489207220783946
   [junit4]   2> 1728043 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSolrCloudCollection_shard2_replica_n4' using configuration from collection testSolrCloudCollection, trusted=true
   [junit4]   2> 1728044 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43937.solr.core.testSolrCloudCollection.shard2.replica_n4' (registry 'solr.core.testSolrCloudCollection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1728044 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1728044 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.SolrCore [[testSolrCloudCollection_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node2/testSolrCloudCollection_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node2/./testSolrCloudCollection_shard2_replica_n4/data/]
   [junit4]   2> 1728048 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=90.07421875, floorSegmentMB=0.490234375, forceMergeDeletesPctAllowed=3.613924027781975, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6489207220783946
   [junit4]   2> 1728116 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1728116 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728117 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1728117 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1728117 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728118 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1728119 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1728119 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1728120 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1728120 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17ac79c[testSolrCloudCollection_shard1_replica_n1] main]
   [junit4]   2> 1728123 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1728124 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1728124 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@1163336[testSolrCloudCollection_shard2_replica_n6] main]
   [junit4]   2> 1728127 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1728129 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1728129 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728130 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1728130 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1728131 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1728132 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@10e7894[testSolrCloudCollection_shard1_replica_n2] main]
   [junit4]   2> 1728133 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1728139 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1728139 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728141 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1728141 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1728143 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1728143 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f332d5[testSolrCloudCollection_shard2_replica_n4] main]
   [junit4]   2> 1728145 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1728156 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1728161 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1728165 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1728174 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1728309 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1728309 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1728309 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586189470181359616
   [junit4]   2> 1728309 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1728309 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1728309 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1728309 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1728310 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1728310 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1728310 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1728310 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1728312 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrCore [testSolrCloudCollection_shard1_replica_n1] Registered new searcher Searcher@17ac79c[testSolrCloudCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1728313 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1728314 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1728314 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586189470186602496
   [junit4]   2> 1728314 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1728314 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1728314 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1728314 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1728314 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1728315 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1728315 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1728315 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1728315 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1728317 INFO  (searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrCore [testSolrCloudCollection_shard2_replica_n6] Registered new searcher Searcher@1163336[testSolrCloudCollection_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1728318 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1728318 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1728318 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1728318 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586189470190796800
   [junit4]   2> 1728318 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1728318 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1728318 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1728319 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1728319 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1728319 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1728319 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1728319 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1728321 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrCore [testSolrCloudCollection_shard1_replica_n2] Registered new searcher Searcher@10e7894[testSolrCloudCollection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirect

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

| TestCollectionAPI.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:43451/eo/gc
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E99EC0F5751D6FB6:61CAFF2FDBE1024E]: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.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [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]    > 	... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionAPI_E99EC0F5751D6FB6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1353, maxMBSortInHeap=5.777450749648666, sim=RandomSimilarity(queryNorm=false): {}, locale=hu-HU, timezone=Canada/Mountain
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=227157784,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestTestInjection, DistribJoinFromCollectionTest, DistributedDebugComponentTest, TestTolerantUpdateProcessorRandomCloud, TestConfigSetsAPIZkFailure, TestExportWriter, TestQuerySenderListener, PluginInfoTest, LeaderInitiatedRecoveryOnCommitTest, V2StandaloneTest, TestDistributedMissingSort, ClusterStateTest, TestShardHandlerFactory, DistanceUnitsTest, CurrencyFieldTypeTest, TestConfigOverlay, ReturnFieldsTest, TestCloudManagedSchema, DistanceFunctionTest, ChaosMonkeyNothingIsSafeTest, TestCloudDeleteByQuery, UninvertDocValuesMergePolicyTest, ResponseHeaderTest, TestHashQParserPlugin, DefaultValueUpdateProcessorTest, TestChildDocTransformer, TestLegacyTerms, TimeRoutedAliasUpdateProcessorTest, SolrCoreCheckLockOnStartupTest, ReplicationFactorTest, FullSolrCloudDistribCmdsTest, LeaderElectionContextKeyTest, HighlighterMaxOffsetTest, TestAnalyzeInfixSuggestions, RequestLoggingTest, TestSha256AuthenticationProvider, TestRestManager, TestLRUCache, TestRealTimeGet, TestInPlaceUpdatesDistrib, AtomicUpdatesTest, OverseerStatusTest, DistributedFacetPivotLargeTest, DocValuesNotIndexedTest, InfixSuggestersTest, TestSQLHandler, HdfsThreadLeakTest, AliasIntegrationTest, TestDynamicLoading, TestLegacyField, SortByFunctionTest, TestAuthorizationFramework, TestSubQueryTransformerDistrib, GraphQueryTest, TestJavabinTupleStreamParser, CollectionsAPIAsyncDistributedZkTest, TestFieldCacheReopen, ZkStateReaderTest, TestSolrXml, HdfsRecoveryZkTest, SharedFSAutoReplicaFailoverTest, TestHashPartitioner, TestFieldSortValues, EchoParamsTest, BasicDistributedZk2Test, ConfigSetsAPITest, TestManagedSchemaThreadSafety, TestConfigReload, CdcrRequestHandlerTest, TestPivotHelperCode, DistributedQueryComponentOptimizationTest, TestValueSourceCache, TestCollectionsAPIViaSolrCloudCluster, TestIndexSearcher, QueryElevationComponentTest, AnalyticsMergeStrategyTest, TestSchemaVersionResource, TestTrie, TestMaxScoreQueryParser, TestCloudSearcherWarming, LargeFieldTest, TestInitParams, TestQueryTypes, TriLevelCompositeIdRoutingTest, TestSkipOverseerOperations, XsltUpdateRequestHandlerTest, SuggesterTest, TestRandomRequestDistribution, TestDynamicFieldCollectionResource, HdfsCollectionsAPIDistributedZkTest, VersionInfoTest, TestExactSharedStatsCache, UUIDFieldTest, ComputePlanActionTest, DirectSolrSpellCheckerTest, SolrJmxReporterTest, SolrShardReporterTest, WordBreakSolrSpellCheckerTest, LeaderElectionTest, TestCollectionAPIs, TestReloadDeadlock, MoveReplicaHDFSTest, HttpTriggerListenerTest, SimplePostToolTest, TestFieldCacheVsDocValues, TestLeaderInitiatedRecoveryThread, TestStressLiveNodes, TestCSVResponseWriter, BasicAuthIntegrationTest, OverseerCollectionConfigSetProcessorTest, SortSpecParsingTest, TestManagedStopFilterFactory, TestTolerantSearch, TestHalfAndHalfDocValues, TestJsonFacetRefinement, AutoAddReplicasIntegrationTest, HdfsDirectoryFactoryTest, TestEmbeddedSolrServerConstructors, BadComponentTest, SegmentsInfoRequestHandlerTest, OverseerTest, TestRandomDVFaceting, TestDistributedGrouping, TestRecovery, TestStressReorder, TestJoin, SimpleFacetsTest, StatsComponentTest, TestGroupingSearch, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, SoftAutoCommitTest, TestLFUCache, HighlighterConfigTest, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestDocSet, TestSearchPerf, TestElisionMultitermQuery, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, DateMathParserTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, TestSolrJ, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerAdminHandler, ConnectionReuseTest, AddReplicaTest, AssignTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteNodeTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, MoveReplicaTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, TestCloudPivotFacet, TestCollectionAPI]
   [junit4] Completed [606/751 (2!)] on J2 in 631.74s, 1 test, 1 error <<< FAILURES!

[...truncated 43626 lines...]

[JENKINS] Lucene-Solr-7.2-Linux (32bit/jdk1.8.0_144) - Build # 27 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/27/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=16814, name=jetty-launcher-3891-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)    2) Thread[id=16804, name=jetty-launcher-3891-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=16814, name=jetty-launcher-3891-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   2) Thread[id=16804, name=jetty-launcher-3891-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([28399E9AB8BD40CD]:0)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41873/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([28399E9AB8BD40CD:8823D5C11CCD0BC1]: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.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.DeleteShardTest.test

Error Message:
Error from server at http://127.0.0.1:41873/solr: Could not fully create collection: deleteShard

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41873/solr: Could not fully create collection: deleteShard
	at __randomizedtesting.SeedInfo.seed([28399E9AB8BD40CD:A06DA14016412D35]: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.DeleteShardTest.test(DeleteShardTest.java:57)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testNormalFailedMove

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33253/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([28399E9AB8BD40CD:F3281D294FFDED4]: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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:261)
	at org.apache.solr.cloud.MoveReplicaHDFSTest.testNormalFailedMove(MoveReplicaHDFSTest.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestRebalanceLeaders.test

Error Message:
Waited for timeout for preferredLeader assignments to be made and they werent.

Stack Trace:
java.lang.AssertionError: Waited for timeout for preferredLeader assignments to be made and they werent.
	at __randomizedtesting.SeedInfo.seed([28399E9AB8BD40CD:A06DA14016412D35]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.TestRebalanceLeaders.issueCommands(TestRebalanceLeaders.java:277)
	at org.apache.solr.cloud.TestRebalanceLeaders.rebalanceLeaderTest(TestRebalanceLeaders.java:111)
	at org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.schema.TestCloudSchemaless.test

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:35659
	at __randomizedtesting.SeedInfo.seed([28399E9AB8BD40CD:A06DA14016412D35]: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 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.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at 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)
	... 43 more




Build Log:
[...truncated 11667 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRebalanceLeaders
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/init-core-data-001
   [junit4]   2> 123847 WARN  (SUITE-TestRebalanceLeaders-seed#[28399E9AB8BD40CD]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=81 numCloses=81
   [junit4]   2> 123847 INFO  (SUITE-TestRebalanceLeaders-seed#[28399E9AB8BD40CD]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 123849 INFO  (SUITE-TestRebalanceLeaders-seed#[28399E9AB8BD40CD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 123852 INFO  (SUITE-TestRebalanceLeaders-seed#[28399E9AB8BD40CD]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 123852 INFO  (SUITE-TestRebalanceLeaders-seed#[28399E9AB8BD40CD]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /i/w
   [junit4]   2> 123854 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 123854 INFO  (Thread-171) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 123854 INFO  (Thread-171) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 123857 ERROR (Thread-171) [    ] 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> 123954 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.ZkTestServer start zk server on port:38867
   [junit4]   2> 123964 INFO  (zkConnectionManagerCallback-174-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 123969 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 0x160336862920000, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 123972 INFO  (zkConnectionManagerCallback-176-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 123983 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 123985 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 123990 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 123991 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 123993 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 123994 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 123996 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 123997 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 123998 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 124000 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 124001 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 124005 INFO  (zkConnectionManagerCallback-179-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 124006 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 124135 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 124136 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10db93a{/i/w,null,AVAILABLE}
   [junit4]   2> 124140 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@cb879a{SSL,[ssl, http/1.1]}{127.0.0.1:45789}
   [junit4]   2> 124140 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.Server Started @125297ms
   [junit4]   2> 124140 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/tempDir-001/control/data, replicaType=NRT, hostContext=/i/w, hostPort=45789, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/control-001/cores}
   [junit4]   2> 124140 ERROR (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 124140 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 124140 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 124141 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 124141 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T23:56:07.472Z
   [junit4]   2> 124142 INFO  (zkConnectionManagerCallback-181-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 124143 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 124143 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/control-001/solr.xml
   [junit4]   2> 124162 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 124163 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 124174 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 124179 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38867/solr
   [junit4]   2> 124181 INFO  (zkConnectionManagerCallback-185-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 124186 INFO  (zkConnectionManagerCallback-187-thread-1-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 124285 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 124286 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45789_i%2Fw
   [junit4]   2> 124286 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.Overseer Overseer (id=99135715225501701-127.0.0.1:45789_i%2Fw-n_0000000000) starting
   [junit4]   2> 124292 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45789_i%2Fw
   [junit4]   2> 124293 INFO  (OverseerStateUpdate-99135715225501701-127.0.0.1:45789_i%2Fw-n_0000000000) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 124519 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 124539 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 124539 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 124541 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/control-001/cores
   [junit4]   2> 124566 INFO  (zkConnectionManagerCallback-193-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 124567 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 124567 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38867/solr ready
   [junit4]   2> 124641 INFO  (qtp2382958-901) [n:127.0.0.1:45789_i%2Fw    ] 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:45789_i%252Fw&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 124643 INFO  (OverseerThreadFactory-678-thread-1-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 124755 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw    ] 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> 124756 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 124860 INFO  (zkCallback-186-thread-1-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] 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> 125801 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 125862 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 125866 WARN  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 125869 WARN  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 125879 WARN  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 125883 WARN  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 125917 WARN  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 126091 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 126127 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 126128 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 126128 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 126128 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 126132 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7956448429433279]
   [junit4]   2> 126144 WARN  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 126223 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 126223 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 126224 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 126224 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 126236 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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=45, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=60.2685546875, floorSegmentMB=1.57421875, forceMergeDeletesPctAllowed=19.158205668567366, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 126236 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d18d79[control_collection_shard1_replica_n1] main]
   [junit4]   2> 126237 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 126238 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 126239 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 126242 INFO  (searcherExecutor-681-thread-1-processing-n:127.0.0.1:45789_i%2Fw x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:45789_i%2Fw 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@d18d79[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 126243 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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 1586171446112026624
   [junit4]   2> 126248 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 126248 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 126248 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45789/i/w/control_collection_shard1_replica_n1/
   [junit4]   2> 126249 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 126249 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:45789/i/w/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 126249 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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> 126252 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45789/i/w/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 126353 INFO  (zkCallback-186-thread-1-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] 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> 126403 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 126414 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw 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=1658
   [junit4]   2> 126417 INFO  (qtp2382958-901) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 126505 INFO  (zkCallback-186-thread-1-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] 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> 126646 INFO  (OverseerCollectionConfigSetProcessor-99135715225501701-127.0.0.1:45789_i%2Fw-n_0000000000) [n:127.0.0.1:45789_i%2Fw    ] 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> 127417 INFO  (qtp2382958-901) [n:127.0.0.1:45789_i%2Fw    ] 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:45789_i%252Fw&wt=javabin&version=2} status=0 QTime=2776
   [junit4]   2> 127425 INFO  (zkConnectionManagerCallback-197-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127431 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 127432 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38867/solr ready
   [junit4]   2> 127434 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 127440 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 127442 INFO  (OverseerThreadFactory-678-thread-2-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 127443 WARN  (OverseerThreadFactory-678-thread-2-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 127648 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 127649 INFO  (qtp2382958-902) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=209
   [junit4]   2> 127723 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-1-001 of type NRT
   [junit4]   2> 127724 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 127725 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c7acc0{/i/w,null,AVAILABLE}
   [junit4]   2> 127729 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3df8f9{SSL,[ssl, http/1.1]}{127.0.0.1:43245}
   [junit4]   2> 127729 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.Server Started @128886ms
   [junit4]   2> 127729 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/i/w, hostPort=43245, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-1-001/cores}
   [junit4]   2> 127729 ERROR (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 127729 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 127729 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 127729 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 127729 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T23:56:11.060Z
   [junit4]   2> 127731 INFO  (zkConnectionManagerCallback-199-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127733 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 127733 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-1-001/solr.xml
   [junit4]   2> 127739 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 127740 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 127766 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 127772 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38867/solr
   [junit4]   2> 127775 INFO  (zkConnectionManagerCallback-203-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127781 INFO  (zkConnectionManagerCallback-205-thread-1-processing-n:127.0.0.1:43245_i%2Fw) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127786 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 127788 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 127789 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43245_i%2Fw
   [junit4]   2> 127790 INFO  (zkCallback-186-thread-1-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 127793 INFO  (zkCallback-196-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 127793 INFO  (zkCallback-204-thread-1-processing-n:127.0.0.1:43245_i%2Fw) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 127982 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 128006 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 128006 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 128008 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-1-001/cores
   [junit4]   2> 128128 INFO  (qtp11926503-949) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43245_i%252Fw&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 128130 INFO  (OverseerCollectionConfigSetProcessor-99135715225501701-127.0.0.1:45789_i%2Fw-n_0000000000) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 128130 INFO  (OverseerThreadFactory-678-thread-3-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43245_i%2Fw for creating new replica
   [junit4]   2> 128137 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n81&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 128137 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 128241 INFO  (zkCallback-204-thread-1-processing-n:127.0.0.1:43245_i%2Fw) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 129166 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 129210 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.IndexSchema [collection1_shard2_replica_n81] Schema name=test
   [junit4]   2> 129362 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 129398 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n81' using configuration from collection collection1, trusted=true
   [junit4]   2> 129398 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n81' (registry 'solr.core.collection1.shard2.replica_n81') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 129398 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 129399 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrCore [[collection1_shard2_replica_n81] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-1-001/cores/collection1_shard2_replica_n81], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-1-001/cores/collection1_shard2_replica_n81/data/]
   [junit4]   2> 129402 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7956448429433279]
   [junit4]   2> 129408 WARN  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] 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> 129464 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 129464 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 129465 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 129465 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 129473 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=60.2685546875, floorSegmentMB=1.57421875, forceMergeDeletesPctAllowed=19.158205668567366, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 129473 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.SolrIndexSearcher Opening [Searcher@b30be1[collection1_shard2_replica_n81] main]
   [junit4]   2> 129474 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 129474 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 129475 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 129477 INFO  (searcherExecutor-692-thread-1-processing-n:127.0.0.1:43245_i%2Fw x:collection1_shard2_replica_n81 s:shard2 c:collection1) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrCore [collection1_shard2_replica_n81] Registered new searcher Searcher@b30be1[collection1_shard2_replica_n81] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 129477 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586171449503121408
   [junit4]   2> 129480 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 129480 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 129480 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43245/i/w/collection1_shard2_replica_n81/
   [junit4]   2> 129480 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 129480 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SyncStrategy https://127.0.0.1:43245/i/w/collection1_shard2_replica_n81/ has no replicas
   [junit4]   2> 129481 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 129483 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43245/i/w/collection1_shard2_replica_n81/ shard2
   [junit4]   2> 129585 INFO  (zkCallback-204-thread-1-processing-n:127.0.0.1:43245_i%2Fw) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 129634 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 129643 INFO  (qtp11926503-950) [n:127.0.0.1:43245_i%2Fw c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n81&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1506
   [junit4]   2> 129647 INFO  (qtp11926503-949) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:43245_i%252Fw&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1519
   [junit4]   2> 129738 INFO  (zkCallback-204-thread-1-processing-n:127.0.0.1:43245_i%2Fw) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 129788 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-2-001 of type NRT
   [junit4]   2> 129791 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 129794 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1adde3{/i/w,null,AVAILABLE}
   [junit4]   2> 129795 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a3cd0a{SSL,[ssl, http/1.1]}{127.0.0.1:33501}
   [junit4]   2> 129795 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.e.j.s.Server Started @130952ms
   [junit4]   2> 129795 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/i/w, hostPort=33501, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-2-001/cores}
   [junit4]   2> 129796 ERROR (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 129797 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 129797 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 129797 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 129797 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T23:56:13.128Z
   [junit4]   2> 129816 INFO  (zkConnectionManagerCallback-208-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 129818 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 129819 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-2-001/solr.xml
   [junit4]   2> 129830 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 129831 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 129838 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 129842 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38867/solr
   [junit4]   2> 129844 INFO  (zkConnectionManagerCallback-212-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 129850 INFO  (zkConnectionManagerCallback-214-thread-1-processing-n:127.0.0.1:33501_i%2Fw) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 129859 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 129861 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 129864 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33501_i%2Fw
   [junit4]   2> 129865 INFO  (zkCallback-196-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 129866 INFO  (zkCallback-204-thread-1-processing-n:127.0.0.1:43245_i%2Fw) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 129866 INFO  (zkCallback-186-thread-1-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 129866 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:33501_i%2Fw) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 130078 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 130101 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 130101 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 130114 INFO  (TEST-TestRebalanceLeaders.test-seed#[28399E9AB8BD40CD]) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-2-001/cores
   [junit4]   2> 130135 INFO  (OverseerCollectionConfigSetProcessor-99135715225501701-127.0.0.1:45789_i%2Fw-n_0000000000) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 130297 INFO  (qtp21925475-980) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33501_i%252Fw&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 130302 INFO  (OverseerThreadFactory-678-thread-4-processing-n:127.0.0.1:45789_i%2Fw) [n:127.0.0.1:45789_i%2Fw    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33501_i%2Fw for creating new replica
   [junit4]   2> 130308 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n83&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 130309 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 130414 INFO  (zkCallback-204-thread-1-processing-n:127.0.0.1:43245_i%2Fw) [n:127.0.0.1:43245_i%2Fw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 130414 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:33501_i%2Fw) [n:127.0.0.1:33501_i%2Fw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 131372 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 131394 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.s.IndexSchema [collection1_shard3_replica_n83] Schema name=test
   [junit4]   2> 131522 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 131543 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n83' using configuration from collection collection1, trusted=true
   [junit4]   2> 131543 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n83' (registry 'solr.core.collection1.shard3.replica_n83') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a27eca
   [junit4]   2> 131543 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 131544 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrCore [[collection1_shard3_replica_n83] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-2-001/cores/collection1_shard3_replica_n83], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_28399E9AB8BD40CD-001/shard-2-001/cores/collection1_shard3_replica_n83/data/]
   [junit4]   2> 131547 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7956448429433279]
   [junit4]   2> 131561 WARN  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] 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> 131621 INFO  (qtp21925475-987) [n:127.0.0.1:33501_i%2Fw c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   

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

rg.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.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at 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]    > 	... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_28399E9AB8BD40CD-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=tr-TR, timezone=NST
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=285255296,total=486772736
   [junit4]   2> NOTE: All tests run in this JVM: [PropertiesRequestHandlerTest, TestManagedSynonymFilterFactory, TestLocalFSCloudBackupRestore, TestXmlQParser, TestRecovery, TestComponentsName, AutoAddReplicasPlanActionTest, PeerSyncTest, TestRebalanceLeaders, TestInPlaceUpdatesStandalone, TestConfigSetsAPI, ResourceLoaderTest, DateMathParserTest, ActionThrottleTest, StatelessScriptUpdateProcessorFactoryTest, MoveReplicaTest, TestRTimerTree, TestSearcherReuse, TestCryptoKeys, SoftAutoCommitTest, TestPHPSerializedResponseWriter, SearchHandlerTest, SimpleMLTQParserTest, TemplateUpdateProcessorTest, TestPhraseSuggestions, LeaderFailoverAfterPartitionTest, TestPushWriter, TestReversedWildcardFilterFactory, TestSolr4Spatial2, TestStandardQParsers, SuggestComponentContextFilterQueryTest, BasicAuthStandaloneTest, TestExactStatsCache, TestHighFrequencyDictionaryFactory, TestSolrJ, ConnectionManagerTest, TestRandomFaceting, TestFieldTypeCollectionResource, AutoscalingHistoryHandlerTest, NumberUtilsTest, TestOverriddenPrefixQueryForCustomFieldType, TestShortCircuitedRequests, TestFastOutputStream, FullHLLTest, ForceLeaderTest, FileUtilsTest, TestDFRSimilarityFactory, RestartWhileUpdatingTest, VMParamsZkACLAndCredentialsProvidersTest, TestMissingGroups, TestUpdate, TestNumericTokenStream, MultiTermTest, DistributedMLTComponentTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestEmbeddedSolrServerSchemaAPI, DistributedQueueTest, TestComplexPhraseQParserPlugin, TestDefaultStatsCache, TestSolrIndexConfig, SolrMetricReporterTest, BasicZkTest, TestGeoJSONResponseWriter, TestAddFieldRealTimeGet, AnalysisAfterCoreReloadTest, TestBinaryField, TestCloudPseudoReturnFields, ZkControllerTest, TestReRankQParserPlugin, DocumentBuilderTest, TestClusterProperties, TestConfig, CoreMergeIndexesAdminHandlerTest, SolrXmlInZkTest, TestPointFields, ReplicaListTransformerTest, TestMacros, ExecutePlanActionTest, TestUtilizeNode, ClassificationUpdateProcessorFactoryTest, JsonLoaderTest, TestUnifiedSolrHighlighter, SolrPluginUtilsTest, RegexBytesRefFilterTest, TestManagedResource, TestCodecSupport, TestPostingsSolrHighlighter, StressHdfsTest, TestConfigsApi, TestScoreJoinQPScore, TestMultiValuedNumericRangeQuery, NodeAddedTriggerTest, ZkStateWriterTest, TestBlendedInfixSuggestions, TestUseDocValuesAsStored, CdcrReplicationDistributedZkTest, DocValuesTest, ParsingFieldUpdateProcessorsTest, TestCloudInspectUtil, URLClassifyProcessorTest, LeaderElectionIntegrationTest, TestSystemCollAutoCreate, BlockJoinFacetRandomTest, TestSweetSpotSimilarityFactory, QueryParsingTest, FastVectorHighlighterTest, TestFieldCacheSort, AddSchemaFieldsUpdateProcessorFactoryTest, WrapperMergePolicyFactoryTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, PrimitiveFieldTypeTest, TestRetrieveFieldsOptimizer, TestLegacyFieldReuse, TestReplicationHandler, TestCorePropertiesReload, TestExceedMaxTermLength, TestFilteredDocIdSet, RulesTest, BasicFunctionalityTest, TestCSVLoader, TestHighlightDedupGrouping, DistributedFacetPivotLongTailTest, TestDistributedSearch, TestManagedSchema, TestStressCloudBlindAtomicUpdates, RAMDirectoryFactoryTest, ShardRoutingCustomTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestReload, SolrCoreTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestBadConfig, HighlighterTest, SimplePostToolTest, TestCoreDiscovery, SolrRequestParserTest, SuggesterTest, PolyFieldTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, DocValuesMultiTest, SolrInfoBeanTest, IndexBasedSpellCheckerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TermsComponentTest, UpdateRequestProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestLFUCache, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, AliasIntegrationTest, CleanupOldIndexTest, CollectionTooManyReplicasTest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteNodeTest, DeleteShardTest, TestCloudJSONFacetJoinDomain, TestCloudRecovery, TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion, TestOnReconnectListenerSupport, TestPullReplicaErrorHandling, TestRandomFlRTGCloud, TestSegmentSorting, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorCloud, AutoAddReplicasIntegrationTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, ImplicitSnitchTest, CachingDirectoryFactoryTest, QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigSetImmutable, TestDynamicLoading, V2ApiIntegrationTest, InfoHandlerTest, MetricsHandlerTest, SegmentsInfoRequestHandlerTest, TestCollectionAPIs, TestCoreAdminApis, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetExistsSmallTest, DistributedFacetPivotLargeTest, DistributedSuggestComponentTest, JavabinLoaderTest, TestNumericRangeQuery32, TestNumericRangeQuery64, JvmMetricsTest, MetricsConfigTest, SolrGraphiteReporterTest, SolrCloudReportersTest, JSONWriterTest, TestBinaryResponseWriter, TestExportWriter, TestGraphMLResponseWriter, TestRawTransformer, TestChildDocTransformer, TestSubQueryTransformer, TestRestManager, TestBulkSchemaAPI, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldTypeResource, TestSchemaResource, TestSchemaSimilarityResource, TestSchemaVersionResource, TestSerializedLuceneMatchVersion, TestManagedSynonymGraphFilterFactory, BooleanFieldTest, DateRangeFieldTest, DocValuesMissingTest, ManagedSchemaRoundRobinCloudTest, SpatialRPTFieldTypeTest, TestCloudSchemaless]
   [junit4] Completed [751/751 (5!)] on J0 in 636.60s, 1 test, 1 error <<< FAILURES!

[...truncated 43154 lines...]

[JENKINS] Lucene-Solr-7.2-Linux (32bit/jdk1.8.0_144) - Build # 26 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/26/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionReloadTest.testReloadedLeaderStateAfterZkSessionLoss

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41435/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([D64989B3FCAF0201:2D6732EE5A427154]: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.CollectionReloadTest.testReloadedLeaderStateAfterZkSessionLoss(CollectionReloadTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete

Error Message:
Error from server at https://127.0.0.1:42283/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason: <pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at https://127.0.0.1:42283/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([D64989B3FCAF0201:75B327167B47E8A4]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:549)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1012)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	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.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:167)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42283/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
	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.lambda$directUpdate$0(CloudSolrClient.java:526)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more




Build Log:
[...truncated 12153 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionReloadTest
   [junit4]   2> 1054730 INFO  (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-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.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionReloadTest_D64989B3FCAF0201-001/init-core-data-001
   [junit4]   2> 1054731 INFO  (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1054731 INFO  (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1054732 INFO  (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionReloadTest_D64989B3FCAF0201-001/tempDir-001
   [junit4]   2> 1054732 INFO  (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1054732 INFO  (Thread-1559) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1054732 INFO  (Thread-1559) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1054733 ERROR (Thread-1559) [    ] 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> 1054832 INFO  (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37511
   [junit4]   2> 1054834 INFO  (zkConnectionManagerCallback-6198-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054836 INFO  (jetty-launcher-6195-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1054836 INFO  (jetty-launcher-6195-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e2b6a1{/solr,null,AVAILABLE}
   [junit4]   2> 1054836 INFO  (jetty-launcher-6195-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ba35dd{HTTP/1.1,[http/1.1]}{127.0.0.1:41435}
   [junit4]   2> 1054836 INFO  (jetty-launcher-6195-thread-1) [    ] o.e.j.s.Server Started @1056679ms
   [junit4]   2> 1054836 INFO  (jetty-launcher-6195-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41435}
   [junit4]   2> 1054837 ERROR (jetty-launcher-6195-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1054837 INFO  (jetty-launcher-6195-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1054837 INFO  (jetty-launcher-6195-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1054837 INFO  (jetty-launcher-6195-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1054837 INFO  (jetty-launcher-6195-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T20:09:56.227Z
   [junit4]   2> 1054837 INFO  (zkConnectionManagerCallback-6200-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054838 INFO  (jetty-launcher-6195-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1054843 INFO  (jetty-launcher-6195-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37511/solr
   [junit4]   2> 1054844 INFO  (zkConnectionManagerCallback-6204-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054845 INFO  (zkConnectionManagerCallback-6206-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054869 INFO  (jetty-launcher-6195-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1054869 INFO  (jetty-launcher-6195-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41435_solr
   [junit4]   2> 1054869 INFO  (jetty-launcher-6195-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.c.Overseer Overseer (id=99134825832316931-127.0.0.1:41435_solr-n_0000000000) starting
   [junit4]   2> 1054872 INFO  (jetty-launcher-6195-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41435_solr
   [junit4]   2> 1054873 INFO  (zkCallback-6205-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1054968 INFO  (jetty-launcher-6195-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41435.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8034d
   [junit4]   2> 1054974 INFO  (jetty-launcher-6195-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41435.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8034d
   [junit4]   2> 1054974 INFO  (jetty-launcher-6195-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41435.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8034d
   [junit4]   2> 1054975 INFO  (jetty-launcher-6195-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionReloadTest_D64989B3FCAF0201-001/tempDir-001/node1/.
   [junit4]   2> 1054985 INFO  (zkConnectionManagerCallback-6210-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054988 INFO  (zkConnectionManagerCallback-6214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054988 INFO  (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1054988 INFO  (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37511/solr ready
   [junit4]   2> 1054996 INFO  (TEST-CollectionReloadTest.testReloadedLeaderStateAfterZkSessionLoss-seed#[D64989B3FCAF0201]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReloadedLeaderStateAfterZkSessionLoss
   [junit4]   2> 1054996 INFO  (TEST-CollectionReloadTest.testReloadedLeaderStateAfterZkSessionLoss-seed#[D64989B3FCAF0201]) [    ] o.a.s.c.CollectionReloadTest testReloadedLeaderStateAfterZkSessionLoss initialized OK ... running test logic
   [junit4]   2> 1054998 INFO  (qtp24567921-15481) [n:127.0.0.1:41435_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=c8n_1x1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1054999 INFO  (OverseerThreadFactory-3448-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x1
   [junit4]   2> 1055102 INFO  (OverseerStateUpdate-99134825832316931-127.0.0.1:41435_solr-n_0000000000) [n:127.0.0.1:41435_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c8n_1x1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c8n_1x1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41435/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1055303 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=c8n_1x1_shard1_replica_n1&action=CREATE&numShards=1&collection=c8n_1x1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1055304 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1055406 INFO  (zkCallback-6205-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c8n_1x1/state.json] for collection [c8n_1x1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1055406 INFO  (zkCallback-6205-thread-2-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c8n_1x1/state.json] for collection [c8n_1x1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1056310 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1056314 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.s.IndexSchema [c8n_1x1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1056316 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1056316 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x1_shard1_replica_n1' using configuration from collection c8n_1x1, trusted=true
   [junit4]   2> 1056317 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41435.solr.core.c8n_1x1.shard1.replica_n1' (registry 'solr.core.c8n_1x1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8034d
   [junit4]   2> 1056317 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1056317 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.SolrCore [[c8n_1x1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionReloadTest_D64989B3FCAF0201-001/tempDir-001/node1/c8n_1x1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionReloadTest_D64989B3FCAF0201-001/tempDir-001/node1/./c8n_1x1_shard1_replica_n1/data/]
   [junit4]   2> 1056387 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1056387 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1056389 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1056389 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1056390 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@9a1ca5[c8n_1x1_shard1_replica_n1] main]
   [junit4]   2> 1056391 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1056391 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1056392 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1056392 INFO  (searcherExecutor-3451-thread-1-processing-n:127.0.0.1:41435_solr x:c8n_1x1_shard1_replica_n1 s:shard1 c:c8n_1x1 r:core_node2) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.SolrCore [c8n_1x1_shard1_replica_n1] Registered new searcher Searcher@9a1ca5[c8n_1x1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1056393 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1586157215057707008
   [junit4]   2> 1056401 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1056401 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1056401 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41435/solr/c8n_1x1_shard1_replica_n1/
   [junit4]   2> 1056401 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1056401 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:41435/solr/c8n_1x1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1056401 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1056402 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41435/solr/c8n_1x1_shard1_replica_n1/ shard1
   [junit4]   2> 1234999 ERROR (qtp24567921-15481) [n:127.0.0.1:41435_solr    ] 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1234999 INFO  (qtp24567921-15481) [n:127.0.0.1:41435_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=c8n_1x1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=500 QTime=180001
   [junit4]   2> 1234999 ERROR (qtp24567921-15481) [n:127.0.0.1:41435_solr    ] 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1235000 INFO  (TEST-CollectionReloadTest.testReloadedLeaderStateAfterZkSessionLoss-seed#[D64989B3FCAF0201]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReloadedLeaderStateAfterZkSessionLoss
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionReloadTest -Dtests.method=testReloadedLeaderStateAfterZkSessionLoss -Dtests.seed=D64989B3FCAF0201 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr-Latn-BA -Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    180s J2 | CollectionReloadTest.testReloadedLeaderStateAfterZkSessionLoss <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41435/solr: create the collection time out:180s
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D64989B3FCAF0201:2D6732EE5A427154]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [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.CollectionReloadTest.testReloadedLeaderStateAfterZkSessionLoss(CollectionReloadTest.java:53)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1235002 INFO  (jetty-closer-6196-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@ba35dd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1235002 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=3850067
   [junit4]   2> 1235002 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1235002 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67424b: rootName = solr_41435, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1b015f1
   [junit4]   2> 1235005 ERROR (OverseerThreadFactory-3448-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:41435/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:41435/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [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.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [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.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:41435 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [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> 1235006 ERROR (OverseerThreadFactory-3448-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [c8n_1x1].
   [junit4]   2> 1235006 INFO  (OverseerThreadFactory-3448-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1235007 ERROR (OverseerThreadFactory-3448-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:41435/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:41435/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
   [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.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [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.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:41435 [/127.0.0.1] failed: Connection refused (Connection refused)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
   [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> Caused by: java.net.ConnectException: Connection refused (Connection refused)
   [junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]   2> 	at java.net.Socket.connect(Socket.java:589)
   [junit4]   2> 	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
   [junit4]   2> 	... 22 more
   [junit4]   2> 1235009 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1235009 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@431a45: rootName = solr_41435, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1b626bf
   [junit4]   2> 1235014 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1235014 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9cb329: rootName = solr_41435, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@19ccf91
   [junit4]   2> 1235014 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41435_solr
   [junit4]   2> 1235015 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1235015 INFO  (zkCallback-6205-thread-5-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1235015 INFO  (coreCloseExecutor-3456-thread-1) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.c.SolrCore [c8n_1x1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@be58db
   [junit4]   2> 1235015 INFO  (coreCloseExecutor-3456-thread-1) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c8n_1x1.shard1.replica_n1, tag=12474587
   [junit4]   2> 1235015 INFO  (coreCloseExecutor-3456-thread-1) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5dfcef: rootName = solr_41435, domain = solr.core.c8n_1x1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c8n_1x1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1d0839c
   [junit4]   2> 1235020 INFO  (coreCloseExecutor-3456-thread-1) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c8n_1x1.shard1.leader, tag=12474587
   [junit4]   2> 1235021 INFO  (jetty-closer-6196-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99134825832316931-127.0.0.1:41435_solr-n_0000000000) closing
   [junit4]   2> 1235021 INFO  (OverseerStateUpdate-99134825832316931-127.0.0.1:41435_solr-n_0000000000) [n:127.0.0.1:41435_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41435_solr
   [junit4]   2> 1265036 INFO  (zkCallback-6205-thread-5-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/c8n_1x1/state.json] for collection [c8n_1x1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1265036 INFO  (zkCallback-6205-thread-4-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/c8n_1x1/state.json] for collection [c8n_1x1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1265037 ERROR (OverseerThreadFactory-3448-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: c8n_1x1 operation: create failed:org.apache.solr.common.SolrException: Could not fully remove collection: c8n_1x1
   [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.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1265042 INFO  (OverseerThreadFactory-3448-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1265043 WARN  (OverseerAutoScalingTriggerThread-99134825832316931-127.0.0.1:41435_solr-n_0000000000) [n:127.0.0.1:41435_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1265044 INFO  (jetty-closer-6196-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e2b6a1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1265070 ERROR (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_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: c8n_1x1 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1265071 ERROR (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_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.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: c8n_1x1 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> 1265071 INFO  (qtp24567921-15483) [n:127.0.0.1:41435_solr c:c8n_1x1 s:shard1 r:core_node2 x:c8n_1x1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=c8n_1x1_shard1_replica_n1&action=CREATE&numShards=1&collection=c8n_1x1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=209768
   [junit4]   2> 1265072 ERROR (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-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> 1265072 INFO  (SUITE-CollectionReloadTest-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37511 37511
   [junit4]   2> 1270095 INFO  (Thread-1559) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37511 37511
   [junit4]   2> 1270096 WARN  (Thread-1559) [    ] 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> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c8n_1x1/state.json
   [junit4]   2> 	2	/solr/clusterstate.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: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionReloadTest_D64989B3FCAF0201-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Latn-BA, timezone=Europe/Mariehamn
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=258391896,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestTestInjection, MetricsHandlerTest, CustomCollectionTest, HdfsWriteToMultipleCollectionsTest, AtomicUpdatesTest, TestTrieFacet, ComputePlanActionTest, SimplePostToolTest, DeleteNodeTest, TestLeaderInitiatedRecoveryThread, HdfsBasicDistributedZkTest, SuggesterWFSTTest, SharedFSAutoReplicaFailoverTest, TestCloudSearcherWarming, TestSha256AuthenticationProvider, TestDistributedStatsComponentCardinality, TestSchemaVersionResource, TestEmbeddedSolrServerConstructors, TimeRoutedAliasUpdateProcessorTest, IndexBasedSpellCheckerTest, TestOrdValues, TriggerIntegrationTest, TestZkChroot, TestSchemaNameResource, AutoAddReplicasIntegrationTest, OverseerCollectionConfigSetProcessorTest, TestTolerantUpdateProcessorRandomCloud, HdfsLockFactoryTest, TestJavabinTupleStreamParser, TestDynamicFieldCollectionResource, TestPullReplica, TestValueSourceCache, TriLevelCompositeIdRoutingTest, SortSpecParsingTest, BasicDistributedZk2Test, TestPayloadScoreQParserPlugin, TestShardHandlerFactory, SolrCoreCheckLockOnStartupTest, DefaultValueUpdateProcessorTest, CdcrBootstrapTest, SuggesterTest, TestRawTransformer, TestCoreContainer, XsltUpdateRequestHandlerTest, TestCSVResponseWriter, SpellPossibilityIteratorTest, HLLUtilTest, TestFieldCacheVsDocValues, TestStressLiveNodes, TestRandomRequestDistribution, SearchRateTriggerTest, BigEndianAscendingWordDeserializerTest, CoreAdminHandlerTest, TestSkipOverseerOperations, TestMiniSolrCloudClusterSSL, QueryElevationComponentTest, BlockDirectoryTest, SegmentsInfoRequestHandlerTest, TestPartialUpdateDeduplication, TestConfigSets, LeaderElectionTest, CollectionReloadTest]
   [junit4] Completed [178/751 (1!)] on J2 in 215.38s, 1 test, 1 error <<< FAILURES!

[...truncated 1176 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster
   [junit4]   2> 2513772 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[D64989B3FCAF0201]-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.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_D64989B3FCAF0201-001/init-core-data-001
   [junit4]   2> 2513772 WARN  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 2513772 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2513773 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2513778 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[D64989B3FCAF0201]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_D64989B3FCAF0201-001/tempDir-001
   [junit4]   2> 2513778 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[D64989B3FCAF0201]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2513778 INFO  (Thread-6239) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2513778 INFO  (Thread-6239) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2513780 ERROR (Thread-6239) [    ] 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> 2513878 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete-seed#[D64989B3FCAF0201]) [    ] o.a.s.c.ZkTestServer start zk server on port:46301
   [junit4]   2> 2513881 INFO  (zkConnectionManagerCallback-3896-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513885 INFO  (jetty-launcher-3893-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2513885 INFO  (jetty-launcher-3893-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2513885 INFO  (jetty-launcher-3893-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2513886 INFO  (jetty-launcher-3893-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2513887 INFO  (jetty-launcher-3893-thread-5) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2513888 INFO  (jetty-launcher-3893-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36c691{/solr,null,AVAILABLE}
   [junit4]   2> 2513889 INFO  (jetty-launcher-3893-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16f42cb{/solr,null,AVAILABLE}
   [junit4]   2> 2513892 INFO  (jetty-launcher-3893-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@229dd5{SSL,[ssl, http/1.1]}{127.0.0.1:34137}
   [junit4]   2> 2513892 INFO  (jetty-launcher-3893-thread-5) [    ] o.e.j.s.Server Started @2515576ms
   [junit4]   2> 2513892 INFO  (jetty-launcher-3893-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34137}
   [junit4]   2> 2513893 ERROR (jetty-launcher-3893-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2513893 INFO  (jetty-launcher-3893-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 2513893 INFO  (jetty-launcher-3893-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2513893 INFO  (jetty-launcher-3893-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2513893 INFO  (jetty-launcher-3893-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T20:34:15.121Z
   [junit4]   2> 2513912 INFO  (jetty-launcher-3893-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15edb63{SSL,[ssl, http/1.1]}{127.0.0.1:42095}
   [junit4]   2> 2513912 INFO  (jetty-launcher-3893-thread-1) [    ] o.e.j.s.Server Started @2515595ms
   [junit4]   2> 2513912 INFO  (jetty-launcher-3893-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42095}
   [junit4]   2> 2513912 INFO  (jetty-launcher-3893-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4240ae{/solr,null,AVAILABLE}
   [junit4]   2> 2513912 INFO  (zkConnectionManagerCallback-3898-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513912 ERROR (jetty-launcher-3893-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2513912 INFO  (jetty-launcher-3893-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 2513912 INFO  (jetty-launcher-3893-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2513912 INFO  (jetty-launcher-3893-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2513912 INFO  (jetty-launcher-3893-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T20:34:15.140Z
   [junit4]   2> 2513913 INFO  (jetty-launcher-3893-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c12fa{SSL,[ssl, http/1.1]}{127.0.0.1:44725}
   [junit4]   2> 2513913 INFO  (jetty-launcher-3893-thread-2) [    ] o.e.j.s.Server Started @2515596ms
   [junit4]   2> 2513913 INFO  (jetty-launcher-3893-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44725}
   [junit4]   2> 2513913 ERROR (jetty-launcher-3893-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2513913 INFO  (jetty-launcher-3893-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 2513913 INFO  (jetty-launcher-3893-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2513913 INFO  (jetty-launcher-3893-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2513913 INFO  (jetty-launcher-3893-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T20:34:15.141Z
   [junit4]   2> 2513913 INFO  (jetty-launcher-3893-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2513916 INFO  (zkConnectionManagerCallback-3900-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513917 INFO  (jetty-launcher-3893-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2513920 INFO  (jetty-launcher-3893-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b740{/solr,null,AVAILABLE}
   [junit4]   2> 2513920 INFO  (jetty-launcher-3893-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f73d60{SSL,[ssl, http/1.1]}{127.0.0.1:39975}
   [junit4]   2> 2513920 INFO  (jetty-launcher-3893-thread-4) [    ] o.e.j.s.Server Started @2515604ms
   [junit4]   2> 2513920 INFO  (jetty-launcher-3893-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39975}
   [junit4]   2> 2513921 ERROR (jetty-launcher-3893-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2513921 INFO  (jetty-launcher-3893-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 2513921 INFO  (jetty-launcher-3893-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2513921 INFO  (jetty-launcher-3893-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2513921 INFO  (jetty-launcher-3893-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T20:34:15.149Z
   [junit4]   2> 2513923 INFO  (zkConnectionManagerCallback-3904-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513923 INFO  (jetty-launcher-3893-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2513933 INFO  (jetty-launcher-3893-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46301/solr
   [junit4]   2> 2513934 INFO  (jetty-launcher-3893-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a8bb58{/solr,null,AVAILABLE}
   [junit4]   2> 2513935 INFO  (zkConnectionManagerCallback-3902-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513936 INFO  (jetty-launcher-3893-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1951f85{SSL,[ssl, http/1.1]}{127.0.0.1:42283}
   [junit4]   2> 2513936 INFO  (jetty-launcher-3893-thread-3) [    ] o.e.j.s.Server Started @2515619ms
   [junit4]   2> 2513936 INFO  (jetty-launcher-3893-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42283}
   [junit4]   2> 2513936 ERROR (jetty-launcher-3893-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2513936 INFO  (jetty-launcher-3893-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 2513936 INFO  (jetty-launcher-3893-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2513936 INFO  (jetty-launcher-3893-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2513936 INFO  (jetty-launcher-3893-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T20:34:15.164Z
   [junit4]   2> 2513938 INFO  (jetty-launcher-3893-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2513942 INFO  (jetty-launcher-3893-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46301/solr
   [junit4]   2> 2513946 INFO  (zkConnectionManagerCallback-3908-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513948 INFO  (zkConnectionManagerCallback-3910-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513948 INFO  (zkConnectionManagerCallback-3914-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513948 INFO  (jetty-launcher-3893-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2513951 INFO  (zkConnectionManagerCallback-3916-thread-1-processing-n:127.0.0.1:42095_solr) [n:127.0.0.1:42095_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513955 INFO  (zkConnectionManagerCallback-3919-thread-1-processing-n:127.0.0.1:34137_solr) [n:127.0.0.1:34137_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513955 INFO  (jetty-launcher-3893-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46301/solr
   [junit4]   2> 2513956 INFO  (jetty-launcher-3893-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46301/solr
   [junit4]   2> 2513958 INFO  (jetty-launcher-3893-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46301/solr
   [junit4]   2> 2513959 INFO  (zkConnectionManagerCallback-3924-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513959 INFO  (zkConnectionManagerCallback-3927-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513959 INFO  (zkConnectionManagerCallback-3932-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513961 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 0x16032af915f000b, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2513961 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 0x16032af915f000c, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2513970 INFO  (zkConnectionManagerCallback-3934-thread-1-processing-n:127.0.0.1:39975_solr) [n:127.0.0.1:39975_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513970 INFO  (zkConnectionManagerCallback-3936-thread-1-processing-n:127.0.0.1:42283_solr) [n:127.0.0.1:42283_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513980 INFO  (jetty-launcher-3893-thread-4) [n:127.0.0.1:39975_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2513980 INFO  (jetty-launcher-3893-thread-3) [n:127.0.0.1:42283_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2513980 INFO  (jetty-launcher-3893-thread-4) [n:127.0.0.1:39975_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39975_solr
   [junit4]   2> 2513981 INFO  (jetty-launcher-3893-thread-3) [n:127.0.0.1:42283_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42283_solr
   [junit4]   2> 2513981 INFO  (jetty-launcher-3893-thread-4) [n:127.0.0.1:39975_solr    ] o.a.s.c.Overseer Overseer (id=99134921441738765-127.0.0.1:39975_solr-n_0000000000) starting
   [junit4]   2> 2513983 INFO  (zkConnectionManagerCallback-3938-thread-1-processing-n:127.0.0.1:44725_solr) [n:127.0.0.1:44725_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2513985 INFO  (zkCallback-3935-thread-1-processing-n:127.0.0.1:42283_solr) [n:127.0.0.1:42283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2513991 INFO  (zkCallback-3933-thread-1-processing-n:127.0.0.1:39975_solr) [n:127.0.0.1:39975_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2513995 INFO  (jetty-launcher-3893-thread-2) [n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2513997 INFO  (jetty-launcher-3893-thread-2) [n:127.0.0.1:44725_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2513997 INFO  (jetty-launcher-3893-thread-4) [n:127.0.0.1:39975_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39975_solr
   [junit4]   2> 2513998 INFO  (zkCallback-3935-thread-1-processing-n:127.0.0.1:42283_solr) [n:127.0.0.1:42283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2513999 INFO  (zkCallback-3937-thread-1-processing-n:127.0.0.1:44725_solr) [n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2514004 INFO  (jetty-launcher-3893-thread-2) [n:127.0.0.1:44725_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44725_solr
   [junit4]   2> 2514004 INFO  (zkCallback-3933-thread-1-processing-n:127.0.0.1:39975_solr) [n:127.0.0.1:39975_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2514005 INFO  (zkCallback-3935-thread-1-processing-n:127.0.0.1:42283_solr) [n:127.0.0.1:42283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2514005 INFO  (zkCallback-3937-thread-1-processing-n:127.0.0.1:44725_solr) [n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2514014 INFO  (jetty-launcher-3893-thread-1) [n:127.0.0.1:42095_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2514015 INFO  (jetty-launcher-3893-thread-1) [n:127.0.0.1:42095_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2514016 INFO  (jetty-launcher-3893-thread-1) [n:127.0.0.1:42095_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42095_solr
   [junit4]   2> 2514016 INFO  (jetty-launcher-3893-thread-5) [n:127.0.0.1:34137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2514017 INFO  (zkCallback-3935-thread-1-processing-n:127.0.0.1:42283_solr) [n:127.0.0.1:42283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2514017 INFO  (zkCallback-3937-thread-1-processing-n:127.0.0.1:44725_solr) [n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2514020 INFO  (zkCallback-3933-thread-1-processing-n:127.0.0.1:39975_solr) [n:127.0.0.1:39975_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 2514020 INFO  (jetty-launcher-3893-thread-5) [n:127.0.0.1:34137_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2514021 INFO  (jetty-launcher-3893-thread-5) [n:127.0.0.1:34137_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34137_solr
   [junit4]   2> 2514028 INFO  (zkCallback-3937-thread-1-processing-n:127.0.0.1:44725_solr) [n:127.0.0.1:44725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2514028 INFO  (zkCallback-3933-thread-1-processing-n:127.0.0.1:39975_solr) [n:127.0.0.1:39975_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2514028 INFO  (zkCallback-3935-thread-1-processing-n:127.0.0.1:42283_solr) [n:127.0.0.1:42283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2514056 INFO  (zkCallback-3918-thread-1-processing-n:127.0.0.1:34137_solr) [n:127.0.0.1:34137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 2514060 INFO  (zkCallback-3915-thread-1-processing-n:127.0.0.1:42095_solr) [n:127.0.0.1:42095_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 2514117 INFO  (jetty-launcher-3893-thread-1) [n:127.0.0.1:42095_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42095.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514118 INFO  (jetty-launcher-3893-thread-4) [n:127.0.0.1:39975_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39975.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514120 INFO  (jetty-launcher-3893-thread-5) [n:127.0.0.1:34137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34137.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514128 INFO  (jetty-launcher-3893-thread-1) [n:127.0.0.1:42095_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42095.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514128 INFO  (jetty-launcher-3893-thread-1) [n:127.0.0.1:42095_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42095.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514129 INFO  (jetty-launcher-3893-thread-4) [n:127.0.0.1:39975_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39975.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514129 INFO  (jetty-launcher-3893-thread-1) [n:127.0.0.1:42095_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_D64989B3FCAF0201-001/tempDir-001/node1/.
   [junit4]   2> 2514129 INFO  (jetty-launcher-3893-thread-4) [n:127.0.0.1:39975_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39975.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514130 INFO  (jetty-launcher-3893-thread-5) [n:127.0.0.1:34137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34137.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514130 INFO  (jetty-launcher-3893-thread-5) [n:127.0.0.1:34137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34137.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514131 INFO  (jetty-launcher-3893-thread-4) [n:127.0.0.1:39975_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_D64989B3FCAF0201-001/tempDir-001/node4/.
   [junit4]   2> 2514131 INFO  (jetty-launcher-3893-thread-5) [n:127.0.0.1:34137_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_D64989B3FCAF0201-001/tempDir-001/node5/.
   [junit4]   2> 2514140 INFO  (jetty-launcher-3893-thread-2) [n:127.0.0.1:44725_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44725.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514145 INFO  (jetty-launcher-3893-thread-3) [n:127.0.0.1:42283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42283.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514147 INFO  (jetty-launcher-3893-thread-2) [n:127.0.0.1:44725_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44725.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f8aec3
   [junit4]   2> 2514147 INFO  (jetty-launcher-3893-thread-2) [n:127.0.0.1:44725_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_447

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

t4]   2> 2545991 INFO  (zkCallback-4109-thread-2-processing-n:127.0.0.1:41075_solr) [n:127.0.0.1:41075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2545991 INFO  (zkCallback-4101-thread-2-processing-n:127.0.0.1:39767_solr) [n:127.0.0.1:39767_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 2545991 WARN  (zkCallback-4109-thread-3-processing-n:127.0.0.1:41075_solr) [n:127.0.0.1:41075_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2545991 INFO  (jetty-closer-4066-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2545991 INFO  (jetty-closer-4066-thread-3) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2545991 INFO  (jetty-closer-4066-thread-4) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2545991 INFO  (zkCallback-4088-thread-3-processing-n:127.0.0.1:46393_solr) [n:127.0.0.1:46393_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2545991 INFO  (jetty-closer-4066-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61a8c0{/solr,null,UNAVAILABLE}
   [junit4]   2> 2545991 INFO  (jetty-closer-4066-thread-4) [    ] o.a.s.c.Overseer Overseer (id=99134923407687692-127.0.0.1:39767_solr-n_0000000000) closing
   [junit4]   2> 2545992 INFO  (OverseerStateUpdate-99134923407687692-127.0.0.1:39767_solr-n_0000000000) [n:127.0.0.1:39767_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39767_solr
   [junit4]   2> 2545992 WARN  (OverseerAutoScalingTriggerThread-99134923407687692-127.0.0.1:39767_solr-n_0000000000) [n:127.0.0.1:39767_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2545993 INFO  (jetty-closer-4066-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@aa32f0{/solr,null,UNAVAILABLE}
   [junit4]   2> 2545993 INFO  (jetty-closer-4066-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16da55d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2547490 WARN  (zkCallback-4094-thread-2-processing-n:127.0.0.1:36887_solr) [n:127.0.0.1:36887_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2547491 INFO  (jetty-closer-4066-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f602be{/solr,null,UNAVAILABLE}
   [junit4]   2> 2547491 ERROR (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[D64989B3FCAF0201]) [    ] 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> 2547492 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[D64989B3FCAF0201]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45867 45867
   [junit4]   2> 2552604 INFO  (Thread-6400) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45867 45867
   [junit4]   2> 2552605 WARN  (Thread-6400) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/overseer_elect/election/99134923407687692-127.0.0.1:39767_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2552605 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[D64989B3FCAF0201]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollectionCreateWithoutCoresThenDelete
   [junit4]   2> 2552606 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[D64989B3FCAF0201]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45867 45867
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_D64989B3FCAF0201-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=FST50}, docValues:{}, maxPointsInLeafNode=897, maxMBSortInHeap=7.346057350636668, sim=RandomSimilarity(queryNorm=true): {}, locale=es-VE, timezone=America/Jujuy
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=81645480,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSubQueryTransformerCrossCore, TestSlowCompositeReaderWrapper, CollectionTooManyReplicasTest, SolrMetricsIntegrationTest, LegacyCloudClusterPropTest, TestSchemaSimilarityResource, PreAnalyzedFieldManagedSchemaCloudTest, ShardRoutingTest, TestFastLRUCache, TestLockTree, SpellCheckCollatorWithCollapseTest, NotRequiredUniqueKeyTest, TestCollationField, TestBM25SimilarityFactory, CdcrReplicationHandlerTest, TestRestoreCore, V2ApiIntegrationTest, DistributedQueryComponentCustomSortTest, AssignTest, SolrJmxReporterCloudTest, CreateCollectionCleanupTest, CollectionsAPIDistributedZkTest, TestExclusionRuleCollectionAccess, TestSolrCLIRunExample, ExitableDirectoryReaderTest, TestBlobHandler, DistributedVersionInfoTest, CheckHdfsIndexTest, ReplaceNodeTest, HighlighterConfigTest, TestCollapseQParserPlugin, TestRandomFlRTGCloud, TestCloudJSONFacetJoinDomain, OverseerRolesTest, DistributedFacetExistsSmallTest, PeerSyncReplicationTest, ShardRoutingCustomTest, TestRandomCollapseQParserPlugin, UpdateLogTest, RegexBoostProcessorTest, QueryEqualityTest, TestMultiWordSynonyms, TestPerFieldSimilarity, TestSurroundQueryParser, SolrCmdDistributorTest, DocExpirationUpdateProcessorFactoryTest, PKIAuthenticationIntegrationTest, TestAnalyzedSuggestions, BitVectorTest, RankQueryTest, SecurityConfHandlerTest, ChangedSchemaMergeTest, DeleteLastCustomShardedReplicaTest, TestPerFieldSimilarityWithDefaultOverride, PrimUtilsTest, ShufflingReplicaListTransformerTest, HdfsSyncSliceTest, CircularListTest, DistributedTermsComponentTest, TestQuerySenderNoQuery, TestStressInPlaceUpdates, DistribDocExpirationUpdateProcessorTest, TestMaxTokenLenTokenizer, TestClassicSimilarityFactory, TestSolrConfigHandler, TestReplicaProperties, TestOmitPositions, TestXmlQParserPlugin, SolrCLIZkUtilsTest, AddReplicaTest, SampleTest, TestStressReorder, PreAnalyzedFieldTest, ZkCLITest, TestSolrCloudWithKerberosAlt, RollingRestartTest, TestRuleBasedAuthorizationPlugin, BlobRepositoryCloudTest, TestPayloadCheckQParserPlugin, TestClusterStateMutator, TestConfigSetsAPIExclusivity, TestPrepRecovery, TestSolr4Spatial, TestLegacyNumericUtils, TestJsonRequest, TestSchemaManager, TestLazyCores, TestManagedResourceStorage, TestLuceneMatchVersion, TestSolrCoreParser, TestCustomDocTransformer, TestCopyFieldCollectionResource, SolrCoreMetricManagerTest, ClassificationUpdateProcessorIntegrationTest, TestFileDictionaryLookup, MoreLikeThisHandlerTest, JavabinLoaderTest, DistributedFacetPivotSmallAdvancedTest, TestSimpleQParserPlugin, MBeansHandlerTest, TestDeleteCollectionOnDownNodes, CdcrUpdateLogTest, SuggesterFSTTest, ClusterStateUpdateTest, TestAtomicUpdateErrorCases, TestSimpleTrackingShardHandler, BadIndexSchemaTest, TestUniqueKeyFieldResource, TestStressLucene, OverriddenZkACLAndCredentialsProvidersTest, LeaderFailureAfterFreshStartTest, BinaryUpdateRequestHandlerTest, TestHttpShardHandlerFactory, PolyFieldTest, TestUseDocValuesAsStored2, ShardSplitTest, TestCloudRecovery, HdfsBasicDistributedZk2Test, ConvertedLegacyTest, FacetPivotSmallTest, MoveReplicaHDFSFailoverTest, TestBulkSchemaConcurrent, TestImpersonationWithHadoopAuth, TestReplicationHandler, TestRandomDVFaceting, DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, SimpleFacetsTest, SolrCoreTest, PeerSyncTest, TestFiltering, HighlighterTest, SoftAutoCommitTest, TestDocSet, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, DateMathParserTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AliasIntegrationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribJoinFromCollectionTest, LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest, SolrCloudExampleTest, TestCloudDeleteByQuery, TestCollectionsAPIViaSolrCloudCluster]
   [junit4] Completed [546/751 (2!)] on J1 in 38.85s, 3 tests, 1 error <<< FAILURES!

[...truncated 43942 lines...]

[JENKINS] Lucene-Solr-7.2-Linux (32bit/jdk1.8.0_144) - Build # 25 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/25/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

14 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35131/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:EF10EB7DC9733D14]: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.DeleteReplicaTest.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
Error from server at https://127.0.0.1:35131/solr: Could not fully create collection: deletereplica_test

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35131/solr: Could not fully create collection: deletereplica_test
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:A3612893027DC94A]: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.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest

Error Message:
Error from server at https://127.0.0.1:35131/solr: Could not fully create collection: delLiveColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35131/solr: Could not fully create collection: delLiveColl
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:7EE118229B0DC834]: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.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount

Error Message:
Error from server at https://127.0.0.1:35131/solr: Could not fully create collection: deleteByCount

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35131/solr: Could not fully create collection: deleteByCount
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:BF24685D31245535]: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.DeleteReplicaTest.deleteReplicaByCount(DeleteReplicaTest.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRemoveLeader

Error Message:
Error from server at http://127.0.0.1:35193/solr: Could not fully remove collection: tlog_replica_test_remove_leader

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35193/solr: Could not fully remove collection: tlog_replica_test_remove_leader
	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.TestTlogReplica.tearDown(TestTlogReplica.java:122)
	at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testKillLeader

Error Message:
Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_kill_leader

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_kill_leader
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:9A97589DE489F417]: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.TestTlogReplica.createAndWaitForCollection(TestTlogReplica.java:730)
	at org.apache.solr.cloud.TestTlogReplica.doReplaceLeader(TestTlogReplica.java:372)
	at org.apache.solr.cloud.TestTlogReplica.testKillLeader(TestTlogReplica.java:321)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRealTimeGet

Error Message:
Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_real_time_get

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_real_time_get
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:8BEC592A2488CE88]: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.TestTlogReplica.testRealTimeGet(TestTlogReplica.java:330)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testAddDocs

Error Message:
Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_add_docs

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_add_docs
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:330AB72F657C92AC]: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.TestTlogReplica.createAndWaitForCollection(TestTlogReplica.java:730)
	at org.apache.solr.cloud.TestTlogReplica.testAddDocs(TestTlogReplica.java:224)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testCreateDelete {seed=[D381AC2986326041:C8915D6570C29871]}

Error Message:
Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_create_delete

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_create_delete
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:C8915D6570C29871]: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.TestTlogReplica.testCreateDelete(TestTlogReplica.java:155)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testCreateDelete {seed=[D381AC2986326041:7CC7E1994400535D]}

Error Message:
expected:<200> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<500>
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:7CC7E1994400535D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_recovery

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_recovery
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:1271D585AB62AAE6]: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.TestTlogReplica.createAndWaitForCollection(TestTlogReplica.java:730)
	at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:523)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testKillTlogReplica

Error Message:
Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_kill_tlog_replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_kill_tlog_replica
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:CB368EC7791EF4C]: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.TestTlogReplica.createAndWaitForCollection(TestTlogReplica.java:730)
	at org.apache.solr.cloud.TestTlogReplica.testKillTlogReplica(TestTlogReplica.java:432)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testAddRemoveTlogReplica

Error Message:
Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_add_remove_tlog_replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35193/solr: Could not fully create collection: tlog_replica_test_add_remove_tlog_replica
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:D53CE4363ED61CA3]: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.TestTlogReplica.createAndWaitForCollection(TestTlogReplica.java:730)
	at org.apache.solr.cloud.TestTlogReplica.testAddRemoveTlogReplica(TestTlogReplica.java:265)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:45085/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:40395/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:45085/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:40395/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([D381AC2986326041:794C7FDB31E1B591]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	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.requestWithRetryOnStaleState(CloudSolrClient.java:990)
	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.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:306)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40395/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	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:436)
	... 46 more




Build Log:
[...truncated 11867 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D381AC2986326041-001/init-core-data-001
   [junit4]   2> 316838 WARN  (SUITE-MoveReplicaHDFSTest-seed#[D381AC2986326041]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 316838 INFO  (SUITE-MoveReplicaHDFSTest-seed#[D381AC2986326041]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 316840 INFO  (SUITE-MoveReplicaHDFSTest-seed#[D381AC2986326041]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 316840 INFO  (SUITE-MoveReplicaHDFSTest-seed#[D381AC2986326041]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 316840 INFO  (SUITE-MoveReplicaHDFSTest-seed#[D381AC2986326041]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D381AC2986326041-001/tempDir-001
   [junit4]   2> 316840 INFO  (SUITE-MoveReplicaHDFSTest-seed#[D381AC2986326041]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 316841 INFO  (Thread-909) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 316841 INFO  (Thread-909) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 316842 ERROR (Thread-909) [    ] 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> 316941 INFO  (SUITE-MoveReplicaHDFSTest-seed#[D381AC2986326041]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46315
   [junit4]   2> 316945 INFO  (zkConnectionManagerCallback-4668-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 316953 INFO  (jetty-launcher-4665-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 316953 INFO  (jetty-launcher-4665-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 316953 INFO  (jetty-launcher-4665-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 316953 INFO  (jetty-launcher-4665-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 316956 INFO  (jetty-launcher-4665-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d0e83f{/solr,null,AVAILABLE}
   [junit4]   2> 316957 INFO  (jetty-launcher-4665-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12d59a{/solr,null,AVAILABLE}
   [junit4]   2> 316957 INFO  (jetty-launcher-4665-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d36c1a{/solr,null,AVAILABLE}
   [junit4]   2> 316956 INFO  (jetty-launcher-4665-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1abacff{/solr,null,AVAILABLE}
   [junit4]   2> 316960 INFO  (jetty-launcher-4665-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1945cd8{HTTP/1.1,[http/1.1]}{127.0.0.1:34993}
   [junit4]   2> 316960 INFO  (jetty-launcher-4665-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ab7f2c{HTTP/1.1,[http/1.1]}{127.0.0.1:33307}
   [junit4]   2> 316960 INFO  (jetty-launcher-4665-thread-3) [    ] o.e.j.s.Server Started @317888ms
   [junit4]   2> 316960 INFO  (jetty-launcher-4665-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@89b290{HTTP/1.1,[http/1.1]}{127.0.0.1:33779}
   [junit4]   2> 316960 INFO  (jetty-launcher-4665-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@178a93f{HTTP/1.1,[http/1.1]}{127.0.0.1:40395}
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-2) [    ] o.e.j.s.Server Started @317888ms
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34993}
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33779}
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-1) [    ] o.e.j.s.Server Started @317888ms
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40395}
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-4) [    ] o.e.j.s.Server Started @317888ms
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33307}
   [junit4]   2> 316961 ERROR (jetty-launcher-4665-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 316961 ERROR (jetty-launcher-4665-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 316961 ERROR (jetty-launcher-4665-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T15:06:57.605Z
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 316961 ERROR (jetty-launcher-4665-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 316962 INFO  (jetty-launcher-4665-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T15:06:57.606Z
   [junit4]   2> 316962 INFO  (jetty-launcher-4665-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 316961 INFO  (jetty-launcher-4665-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 316962 INFO  (jetty-launcher-4665-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 316962 INFO  (jetty-launcher-4665-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T15:06:57.606Z
   [junit4]   2> 316962 INFO  (jetty-launcher-4665-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 316962 INFO  (jetty-launcher-4665-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-07T15:06:57.606Z
   [junit4]   2> 316964 INFO  (zkConnectionManagerCallback-4672-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 316964 INFO  (zkConnectionManagerCallback-4670-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 316964 INFO  (zkConnectionManagerCallback-4676-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 316964 INFO  (zkConnectionManagerCallback-4674-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 316964 INFO  (jetty-launcher-4665-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 316965 INFO  (jetty-launcher-4665-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 316965 INFO  (jetty-launcher-4665-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 316965 INFO  (jetty-launcher-4665-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 316990 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 0x1603183ec4e0003, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 316992 INFO  (jetty-launcher-4665-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46315/solr
   [junit4]   2> 316993 INFO  (jetty-launcher-4665-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46315/solr
   [junit4]   2> 316994 INFO  (jetty-launcher-4665-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46315/solr
   [junit4]   2> 316994 INFO  (zkConnectionManagerCallback-4685-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 316995 INFO  (zkConnectionManagerCallback-4683-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 316995 INFO  (zkConnectionManagerCallback-4688-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 316996 INFO  (jetty-launcher-4665-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46315/solr
   [junit4]   2> 316998 INFO  (zkConnectionManagerCallback-4696-thread-1-processing-n:127.0.0.1:34993_solr) [n:127.0.0.1:34993_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 316998 INFO  (zkConnectionManagerCallback-4693-thread-1-processing-n:127.0.0.1:33779_solr) [n:127.0.0.1:33779_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 317000 INFO  (zkConnectionManagerCallback-4698-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 317000 INFO  (zkConnectionManagerCallback-4694-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 317001 INFO  (zkConnectionManagerCallback-4700-thread-1-processing-n:127.0.0.1:33307_solr) [n:127.0.0.1:33307_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 317054 INFO  (jetty-launcher-4665-thread-4) [n:127.0.0.1:33307_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 317054 INFO  (jetty-launcher-4665-thread-3) [n:127.0.0.1:34993_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 317054 INFO  (jetty-launcher-4665-thread-1) [n:127.0.0.1:40395_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 317054 INFO  (jetty-launcher-4665-thread-2) [n:127.0.0.1:33779_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 317056 INFO  (jetty-launcher-4665-thread-4) [n:127.0.0.1:33307_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33307_solr
   [junit4]   2> 317056 INFO  (jetty-launcher-4665-thread-1) [n:127.0.0.1:40395_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40395_solr
   [junit4]   2> 317056 INFO  (jetty-launcher-4665-thread-3) [n:127.0.0.1:34993_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34993_solr
   [junit4]   2> 317057 INFO  (jetty-launcher-4665-thread-2) [n:127.0.0.1:33779_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33779_solr
   [junit4]   2> 317057 INFO  (jetty-launcher-4665-thread-4) [n:127.0.0.1:33307_solr    ] o.a.s.c.Overseer Overseer (id=99133634477162508-127.0.0.1:33307_solr-n_0000000000) starting
   [junit4]   2> 317057 INFO  (zkCallback-4692-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 317058 INFO  (zkCallback-4691-thread-1-processing-n:127.0.0.1:33779_solr) [n:127.0.0.1:33779_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 317058 INFO  (zkCallback-4699-thread-1-processing-n:127.0.0.1:33307_solr) [n:127.0.0.1:33307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 317064 INFO  (jetty-launcher-4665-thread-4) [n:127.0.0.1:33307_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33307_solr
   [junit4]   2> 317065 INFO  (zkCallback-4691-thread-1-processing-n:127.0.0.1:33779_solr) [n:127.0.0.1:33779_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 317065 INFO  (zkCallback-4692-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 317065 INFO  (zkCallback-4699-thread-1-processing-n:127.0.0.1:33307_solr) [n:127.0.0.1:33307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 317068 INFO  (zkCallback-4695-thread-1-processing-n:127.0.0.1:34993_solr) [n:127.0.0.1:34993_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 317187 INFO  (jetty-launcher-4665-thread-4) [n:127.0.0.1:33307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33307.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13fcabb
   [junit4]   2> 317205 INFO  (jetty-launcher-4665-thread-4) [n:127.0.0.1:33307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33307.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13fcabb
   [junit4]   2> 317206 INFO  (jetty-launcher-4665-thread-4) [n:127.0.0.1:33307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33307.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13fcabb
   [junit4]   2> 317207 INFO  (jetty-launcher-4665-thread-4) [n:127.0.0.1:33307_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D381AC2986326041-001/tempDir-001/node4/.
   [junit4]   2> 317214 INFO  (jetty-launcher-4665-thread-3) [n:127.0.0.1:34993_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34993.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13fcabb
   [junit4]   2> 317220 INFO  (jetty-launcher-4665-thread-1) [n:127.0.0.1:40395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40395.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13fcabb
   [junit4]   2> 317222 INFO  (jetty-launcher-4665-thread-2) [n:127.0.0.1:33779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33779.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13fcabb
   [junit4]   2> 317223 INFO  (jetty-launcher-4665-thread-3) [n:127.0.0.1:34993_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34993.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13fcabb
   [junit4]   2> 317223 INFO  (jetty-launcher-4665-thread-3) [n:127.0.0.1:34993_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34993.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13fcabb
   [junit4]   2> 317225 INFO  (jetty-launcher-4665-thread-3) [n:127.0.0.1:34993_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D381AC2986326041-001/tempDir-001/node3/.
   [junit4]   2> 317234 INFO  (jetty-launcher-4665-thread-1) [n:127.0.0.1:4

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

  (jetty-closer-3876-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2605291 INFO  (jetty-closer-3876-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9783f1: rootName = solr_40669, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1147f6f
   [junit4]   2> 2605292 WARN  (OverseerAutoScalingTriggerThread-99133762073001995-127.0.0.1:35193_solr-n_0000000002) [n:127.0.0.1:35193_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2605292 INFO  (zkCallback-3923-thread-4-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2605293 INFO  (jetty-closer-3876-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40669_solr
   [junit4]   2> 2605292 INFO  (zkCallback-3912-thread-5-processing-n:127.0.0.1:35193_solr) [n:127.0.0.1:35193_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2605293 INFO  (jetty-closer-3876-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f1cddb{/solr,null,UNAVAILABLE}
   [junit4]   2> 2605293 INFO  (zkCallback-3923-thread-4-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40669_solr
   [junit4]   2> 2605293 INFO  (jetty-closer-3876-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2605294 INFO  (zkCallback-3923-thread-5-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2605294 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 0x16031a1a19c000e, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2605294 INFO  (jetty-closer-3876-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c9e835{/solr,null,UNAVAILABLE}
   [junit4]   2> 2605295 ERROR (SUITE-TestTlogReplica-seed#[D381AC2986326041]-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> 2605296 INFO  (SUITE-TestTlogReplica-seed#[D381AC2986326041]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37605 37605
   [junit4]   2> 2611326 INFO  (Thread-11072) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37605 37605
   [junit4]   2> 2611327 WARN  (Thread-11072) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/configs/conf
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2> 	26	/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2> 	15	/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2> 	13	/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2> 	13	/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D381AC2986326041-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=sl, timezone=Europe/Kiev
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=53945992,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestUniqueKeyFieldResource, TlogReplayBufferedWhileIndexingTest, SolrMetricsIntegrationTest, TestConfigSetProperties, TestLegacyNumericRangeQueryBuilder, SchemaVersionSpecificBehaviorTest, ShardRoutingTest, TestHttpShardHandlerFactory, JavabinLoaderTest, MoveReplicaHDFSFailoverTest, HdfsUnloadDistributedZkTest, TestBackupRepositoryFactory, ShowFileRequestHandlerTest, TestCustomSort, CloudExitableDirectoryReaderTest, SubstringBytesRefFilterTest, PolyFieldTest, SampleTest, TestSolrConfigHandler, TestSizeLimitedDistributedMap, TestUseDocValuesAsStored2, TestCloudJSONFacetJoinDomain, TestCustomDocTransformer, PrimUtilsTest, TestLockTree, CheckHdfsIndexTest, TestOmitPositions, ConcurrentDeleteAndCreateCollectionTest, HdfsChaosMonkeySafeLeaderTest, TestLegacyNumericUtils, TestAnalyzedSuggestions, RollingRestartTest, NotRequiredUniqueKeyTest, LukeRequestHandlerTest, TestStreamBody, JSONWriterTest, TestReloadAndDeleteDocs, DistributedTermsComponentTest, TestStressRecovery, TestStressUserVersions, TestNestedDocsSort, DistributedFacetPivotSmallAdvancedTest, SolrIndexMetricsTest, CreateCollectionCleanupTest, CoreAdminCreateDiscoverTest, DistribDocExpirationUpdateProcessorTest, SuggestComponentTest, BJQParserTest, TestRangeQuery, TestLuceneMatchVersion, DOMUtilTest, TestCopyFieldCollectionResource, HighlighterConfigTest, TestRawResponseWriter, FacetPivotSmallTest, ClusterStateUpdateTest, TestSchemaSimilarityResource, ExitableDirectoryReaderTest, RegexBoostProcessorTest, SpellingQueryConverterTest, TestHdfsUpdateLog, TestCollationFieldDocValues, SecurityConfHandlerTest, TestRemoteStreaming, CdcrUpdateLogTest, TestRecoveryHdfs, ZkFailoverTest, BlockJoinFacetSimpleTest, ChangedSchemaMergeTest, TestSurroundQueryParser, TestPerFieldSimilarity, AtomicUpdateProcessorFactoryTest, SolrRequestParserTest, TestMinMaxOnMultiValuedField, TestExclusionRuleCollectionAccess, SignatureUpdateProcessorFactoryTest, TestJmxIntegration, HttpSolrCallGetCoreTest, TestApiFramework, DocValuesMultiTest, TestDocumentBuilder, SolrCmdDistributorTest, SolrCLIZkUtilsTest, RequestHandlersTest, CollectionTooManyReplicasTest, TestNamedUpdateProcessors, OverseerRolesTest, BitVectorTest, TestLegacyFieldCache, TestUninvertingReader, DistributedQueryComponentCustomSortTest, TestClassicSimilarityFactory, TestFieldCollectionResource, TestCloudRecovery, PreAnalyzedFieldTest, LeaderFailureAfterFreshStartTest, DistributedVersionInfoTest, TestQuerySenderNoQuery, TestFieldCache, PeerSyncReplicationTest, TestSSLRandomization, HdfsBasicDistributedZk2Test, TestStressReorder, SolrIndexSplitterTest, SOLR749Test, OpenExchangeRatesOrgProviderTest, DebugComponentTest, TestConfigSetsAPIExclusivity, PreAnalyzedUpdateProcessorTest, TermVectorComponentDistributedTest, TestSchemaManager, TestAuthenticationFramework, TestSolrCloudWithKerberosAlt, PKIAuthenticationIntegrationTest, TestBulkSchemaConcurrent, TestRestoreCore, TestCollectionAPI, TestRandomFlRTGCloud, ConvertedLegacyTest, TestInfoStreamLogging, MultiThreadedOCPTest, SuggesterFSTTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, ShardRoutingCustomTest, TestDistributedSearch, TestHashPartitioner, TestReload, TestSolr4Spatial, BadIndexSchemaTest, TestFiltering, TestFoldingMultitermQuery, DocValuesTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, TestQueryUtils, TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, MBeansHandlerTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, TestDocSet, NumericFieldsTest, OutputWriterTest, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastOutputStream, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, AliasIntegrationTest, CollectionReloadTest, CollectionsAPISolrJTest, DeleteStatusTest, DocValuesNotIndexedTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest, ReplaceNodeTest, SolrCloudExampleTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestCloudSearcherWarming, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestMiniSolrCloudClusterSSL, TestPullReplica, TestReplicaProperties, TestRequestStatusCollectionAPI, TestTlogReplica]
   [junit4] Completed [570/751 (3!)] on J1 in 347.49s, 13 tests, 1 failure, 8 errors <<< FAILURES!

[...truncated 43849 lines...]