Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23747/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.TestTolerantSearch.testGetTopIdsPhaseError

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([7BD3A9D24AB6CE24:459DB9A4E01F88F5]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:657)
        at java.util.ArrayList.get(ArrayList.java:433)
        at 
org.apache.solr.TestTolerantSearch.testGetTopIdsPhaseError(TestTolerantSearch.java:198)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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.ShardRoutingTest.test

Error Message:
expected:<3> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([7BD3A9D24AB6CE24:F3879608E44AA3DC]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.solr.cloud.ShardRoutingTest.doTestNumRequests(ShardRoutingTest.java:256)
        at 
org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics

Error Message:
expected:<4> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<4> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([D0408796D2DB58EC:3F4BA79C7359478]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics(SolrExporterIntegrationTest.java:68)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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 12842 lines...]
   [junit4] Suite: org.apache.solr.TestTolerantSearch
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/init-core-data-001
   [junit4]   2> 234017 WARN  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 234018 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 234020 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 234020 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 234259 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 234259 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 234259 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-002/cores/core
   [junit4]   2> 234260 WARN  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 234260 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 234260 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 234260 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 234261 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 234261 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 234261 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 234261 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@459eb178{/solr,null,AVAILABLE}
   [junit4]   2> 234261 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@35e17ab6{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43893}
   [junit4]   2> 234261 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] o.e.j.s.Server 
Started @234317ms
   [junit4]   2> 234261 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43893, 
configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-001,
 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-002/cores}
   [junit4]   2> 234262 ERROR 
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 234262 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 234262 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 234262 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 234262 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 234262 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-05T18:45:53.390Z
   [junit4]   2> 234262 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-001/solr.xml
   [junit4]   2> 234265 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 234265 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 234266 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5149467f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 234491 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 234492 WARN  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4b8f2896[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 234495 WARN  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@57eb94f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 234511 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 234511 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 234546 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5149467f
   [junit4]   2> 234551 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5149467f
   [junit4]   2> 234551 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5149467f
   [junit4]   2> 234552 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-002/cores
   [junit4]   2> 234553 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 234563 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 234572 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 234668 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 234675 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-001/collection1,
 trusted=true
   [junit4]   2> 234676 INFO  (coreLoadExecutor-900-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@5149467f
   [junit4]   2> 234676 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-002/cores/core/data/]
   [junit4]   2> 234677 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=63.18359375, 
floorSegmentMB=0.466796875, forceMergeDeletesPctAllowed=16.00020671320223, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2668823539138565, deletesPctAllowed=49.66612821421087
   [junit4]   2> 234700 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 234701 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 234701 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=52.765625, 
floorSegmentMB=1.0224609375, forceMergeDeletesPctAllowed=19.333767606830275, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4218030488769572, deletesPctAllowed=35.77099145320426
   [junit4]   2> 234701 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@598d4ee9[collection1] main]
   [junit4]   2> 234701 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-001/collection1/conf
   [junit4]   2> 234702 INFO  (coreLoadExecutor-900-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 234702 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#43893
   [junit4]   2> 234702 INFO  
(searcherExecutor-901-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@598d4ee9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 234711 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.h.a.CoreAdminOperation core create command 
name=collection2&action=CREATE&configSet=collection1&wt=javabin&version=2
   [junit4]   2> 234722 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 234732 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=test
   [junit4]   2> 234853 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 234862 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-001/collection1,
 trusted=true
   [junit4]   2> 234863 INFO  (qtp272458561-2897) [    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@5149467f
   [junit4]   2> 234863 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-002/cores/collection2/data/]
   [junit4]   2> 234865 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=63.18359375, 
floorSegmentMB=0.466796875, forceMergeDeletesPctAllowed=16.00020671320223, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2668823539138565, deletesPctAllowed=49.66612821421087
   [junit4]   2> 234904 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 234904 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 234905 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=52.765625, 
floorSegmentMB=1.0224609375, forceMergeDeletesPctAllowed=19.333767606830275, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4218030488769572, deletesPctAllowed=35.77099145320426
   [junit4]   2> 234905 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@195b22f9[collection2] main]
   [junit4]   2> 234905 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001/tempDir-001/collection1/conf
   [junit4]   2> 234906 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 234906 INFO  
(searcherExecutor-905-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@195b22f9[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 235232 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={name=collection2&action=CREATE&configSet=collection1&wt=javabin&version=2}
 status=0 QTime=520
   [junit4]   2> 235235 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 1
   [junit4]   2> 235236 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 235236 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@15d30b2c commitCommandVersion:0
   [junit4]   2> 235246 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@487b047[collection1] main]
   [junit4]   2> 235246 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 235248 INFO  
(searcherExecutor-901-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@487b047[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_172, 
java.vm.version=25.172-b11, lucene.version=9.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_172-b11, source=flush, os.version=4.18.0-15-generic, 
timestamp=1551811554367}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 235248 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 11
   [junit4]   2> 235260 INFO  (qtp272458561-2896) [    x:collection2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 1
   [junit4]   2> 235261 INFO  (qtp272458561-2898) [    x:collection2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 235261 INFO  (qtp272458561-2898) [    x:collection2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3fab5522 commitCommandVersion:0
   [junit4]   2> 235271 INFO  (qtp272458561-2898) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@58f6dcdc[collection2] main]
   [junit4]   2> 235271 INFO  (qtp272458561-2898) [    x:collection2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 235272 INFO  
(searcherExecutor-905-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@58f6dcdc[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_172, 
java.vm.version=25.172-b11, lucene.version=9.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_172-b11, source=flush, os.version=4.18.0-15-generic, 
timestamp=1551811554393}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 235272 INFO  (qtp272458561-2898) [    x:collection2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 11
   [junit4]   2> 235274 INFO  (qtp272458561-2897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 1
   [junit4]   2> 235275 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 235275 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@15d30b2c commitCommandVersion:0
   [junit4]   2> 235282 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@381fecd4[collection1] main]
   [junit4]   2> 235282 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 235292 INFO  
(searcherExecutor-901-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@381fecd4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_172, 
java.vm.version=25.172-b11, lucene.version=9.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_172-b11, source=flush, os.version=4.18.0-15-generic, 
timestamp=1551811554367}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(9.0.0):c1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_172, java.vm.version=25.172-b11, 
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=1.8.0_172-b11, 
source=flush, os.version=4.18.0-15-generic, 
timestamp=1551811554407}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 235292 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 17
   [junit4]   2> 235296 INFO  
(TEST-TestTolerantSearch.testGetFieldsPhaseError-seed#[7BD3A9D24AB6CE24]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testGetFieldsPhaseError
   [junit4]   2> 235385 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=false&fl=id&fl=score&shards.purpose=532&fsv=true&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554426-0&mlt.count=1&stats=true&wt=javabin&stats.field=id&facet.field=id&debug=false&debug=timing&debug=track&f.id.facet.mincount=0&start=0&f.id.facet.limit=160&rows=10&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=true&requestPurpose=GET_TOP_IDS,GET_FACETS,GET_STATS&NOW=1551811554425&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0&debugQuery=false}
 hits=1 status=0 QTime=12
   [junit4]   2> 235406 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=false&fl=id&fl=score&shards.purpose=532&fsv=true&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554426-0&mlt.count=1&stats=true&wt=javabin&stats.field=id&facet.field=id&debug=false&debug=timing&debug=track&f.id.facet.mincount=0&start=0&f.id.facet.limit=160&rows=10&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=true&requestPurpose=GET_TOP_IDS,GET_FACETS,GET_STATS&NOW=1551811554425&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0&debugQuery=false}
 hits=1 status=0 QTime=3
   [junit4]   2> 235466 INFO  (qtp272458561-2896) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554426-0&mlt.count=1&mlt.dist.id=2&stats=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:2&mlt=true&NOW=1551811554425&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=0 status=0 QTime=2
   [junit4]   2> 235469 INFO  (qtp272458561-2922) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554426-0&mlt.count=1&mlt.dist.id=2&stats=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:2&mlt=true&NOW=1551811554425&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=2 status=0 QTime=5
   [junit4]   2> 235472 INFO  (qtp272458561-2922) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554426-0&mlt.count=1&mlt.dist.id=1&stats=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:1&mlt=true&NOW=1551811554425&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=1 status=0 QTime=2
   [junit4]   2> 235493 INFO  (qtp272458561-2896) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554426-0&mlt.count=1&mlt.dist.id=1&stats=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:1&mlt=true&NOW=1551811554425&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=1 status=0 QTime=1
   [junit4]   2> 235500 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=id,subject&shards.purpose=448&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554426-0&mlt.count=1&stats=false&wt=javabin&stats.field=id&facet.field=id&debug=true&debug=timing&debug=track&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=false&requestPurpose=GET_FIELDS,GET_HIGHLIGHTS,GET_DEBUG&NOW=1551811554425&mlt.fl=title&ids=2&isShard=true&facet=false&mlt.mindf=0&debugQuery=true}
 status=0 QTime=0
   [junit4]   2> 235500 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235500 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235549 INFO  (qtp272458561-2922) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=id,subject&shards.purpose=448&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554426-0&mlt.count=1&stats=false&wt=javabin&stats.field=id&facet.field=id&debug=true&debug=timing&debug=track&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=false&requestPurpose=GET_FIELDS,GET_HIGHLIGHTS,GET_DEBUG&NOW=1551811554425&mlt.fl=title&ids=1&isShard=true&facet=false&mlt.mindf=0&debugQuery=true}
 status=0 QTime=3
   [junit4]   2> 235551 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235551 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=true&facet.field=id&debug=true&hl=true&fl=id,subject&shards.info=true&mlt.count=1&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&shards=127.0.0.1:43893/solr/collection1,127.0.0.1:43893/solr/collection2&mlt=true&stats=true&mlt.fl=title&facet=true&wt=javabin&mlt.mindf=0&stats.field=id}
 rid=127.0.0.1-collection1-1551811554426-0 hits=2 status=500 QTime=254
   [junit4]   2> 235551 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235557 INFO  (qtp272458561-2922) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=false&fl=id&fl=score&shards.purpose=532&fsv=true&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554683-1&mlt.count=1&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=false&debug=timing&debug=track&f.id.facet.mincount=0&start=0&f.id.facet.limit=160&rows=10&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=true&requestPurpose=GET_TOP_IDS,GET_FACETS,GET_STATS&NOW=1551811554683&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0&debugQuery=false}
 hits=1 status=0 QTime=1
   [junit4]   2> 235559 INFO  (qtp272458561-2922) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=false&fl=id&fl=score&shards.purpose=532&fsv=true&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554683-1&mlt.count=1&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=false&debug=timing&debug=track&f.id.facet.mincount=0&start=0&f.id.facet.limit=160&rows=10&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=true&requestPurpose=GET_TOP_IDS,GET_FACETS,GET_STATS&NOW=1551811554683&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0&debugQuery=false}
 hits=1 status=0 QTime=1
   [junit4]   2> 235561 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554683-1&mlt.count=1&mlt.dist.id=2&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:2&mlt=true&NOW=1551811554683&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=0 status=0 QTime=0
   [junit4]   2> 235562 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554683-1&mlt.count=1&mlt.dist.id=2&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:2&mlt=true&NOW=1551811554683&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=2 status=0 QTime=2
   [junit4]   2> 235569 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554683-1&mlt.count=1&mlt.dist.id=1&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:1&mlt=true&NOW=1551811554683&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=1 status=0 QTime=1
   [junit4]   2> 235577 INFO  (qtp272458561-2922) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554683-1&mlt.count=1&mlt.dist.id=1&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:1&mlt=true&NOW=1551811554683&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=1 status=0 QTime=2
   [junit4]   2> 235580 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=id,subject&shards.purpose=448&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554683-1&mlt.count=1&stats=false&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=true&debug=timing&debug=track&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=false&requestPurpose=GET_FIELDS,GET_HIGHLIGHTS,GET_DEBUG&NOW=1551811554683&mlt.fl=title&ids=2&isShard=true&facet=false&mlt.mindf=0&debugQuery=true}
 status=0 QTime=0
   [junit4]   2> 235580 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=id,subject&shards.purpose=448&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554683-1&mlt.count=1&stats=false&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=true&debug=timing&debug=track&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=false&requestPurpose=GET_FIELDS,GET_HIGHLIGHTS,GET_DEBUG&NOW=1551811554683&mlt.fl=title&ids=1&isShard=true&facet=false&mlt.mindf=0&debugQuery=true}
 status=0 QTime=0
   [junit4]   2> 235580 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235580 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235584 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.h.c.MoreLikeThisComponent MLT: results added for key: 2 documents: 
{numFound=0,start=0,maxScore=0.0,docs=[]}
   [junit4]   2> 235584 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.h.c.MoreLikeThisComponent MLT: results added for key: 2 documents: 
{numFound=2,start=0,maxScore=1.4142135,docs=[SolrDocument{id=1, 
score=1.4142135}]}
   [junit4]   2> 235584 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.h.c.MoreLikeThisComponent MLT: results added for key: 1 documents: 
{numFound=1,start=0,maxScore=1.4142135,docs=[SolrDocument{id=2, 
score=1.4142135}]}
   [junit4]   2> 235584 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.h.c.MoreLikeThisComponent MLT: results added for key: 1 documents: 
{numFound=1,start=0,maxScore=1.4142135,docs=[SolrDocument{id=3, 
score=1.4142135}]}
   [junit4]   2> 235585 INFO  (qtp272458561-2896) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=true&facet.field=id&debug=true&hl=true&fl=id,subject&shards.info=true&mlt.count=1&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&shards=127.0.0.1:43893/solr/collection1,127.0.0.1:43893/solr/collection2&mlt=true&stats=true&shards.tolerant=true&mlt.fl=title&facet=true&wt=javabin&mlt.mindf=0&stats.field=id}
 rid=127.0.0.1-collection1-1551811554683-1 hits=2 status=0 QTime=30
   [junit4]   2> 235588 INFO  
(TEST-TestTolerantSearch.testGetFieldsPhaseError-seed#[7BD3A9D24AB6CE24]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testGetFieldsPhaseError
   [junit4]   2> 235593 INFO  
(TEST-TestTolerantSearch.testGetTopIdsPhaseError-seed#[7BD3A9D24AB6CE24]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testGetTopIdsPhaseError
   [junit4]   2> 235600 INFO  (qtp272458561-2922) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=false&fl=id&fl=score&shards.purpose=532&fsv=true&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554723-2&mlt.count=1&stats=true&wt=javabin&stats.field=id&facet.field=id&debug=false&debug=timing&debug=track&f.id.facet.mincount=0&start=0&f.id.facet.limit=160&rows=10&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=true&requestPurpose=GET_TOP_IDS,GET_FACETS,GET_STATS&NOW=1551811554722&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0&debugQuery=false}
 hits=1 status=0 QTime=1
   [junit4]   2> 235602 INFO  (qtp272458561-2922) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=false&fl=id&fl=score&shards.purpose=532&fsv=true&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554723-2&mlt.count=1&stats=true&wt=javabin&stats.field=id&facet.field=id&debug=false&debug=timing&debug=track&f.id.facet.mincount=0&start=0&f.id.facet.limit=160&rows=10&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=true&requestPurpose=GET_TOP_IDS,GET_FACETS,GET_STATS&NOW=1551811554722&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0&debugQuery=false}
 hits=1 status=0 QTime=1
   [junit4]   2> 235602 INFO  (qtp272458561-2922) [    x:collection2] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235602 INFO  (qtp272458561-2922) [    x:collection2] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235605 INFO  (qtp272458561-2926) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235605 INFO  (qtp272458561-2926) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=true&facet.field=id&debug=true&hl=true&fl=id,subject&shards.info=true&mlt.count=1&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&shards=127.0.0.1:43893/solr/collection1,127.0.0.1:43893/solr/collection2&mlt=true&stats=true&mlt.fl=title&facet=true&wt=javabin&mlt.mindf=0&stats.field=id}
 rid=127.0.0.1-collection1-1551811554723-2 status=500 QTime=10
   [junit4]   2> 235605 INFO  (qtp272458561-2926) [    x:collection1] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235608 INFO  (qtp272458561-2896) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=false&fl=id&fl=score&shards.purpose=532&fsv=true&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554734-3&mlt.count=1&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=false&debug=timing&debug=track&f.id.facet.mincount=0&start=0&f.id.facet.limit=160&rows=10&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=true&requestPurpose=GET_TOP_IDS,GET_FACETS,GET_STATS&NOW=1551811554734&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0&debugQuery=false}
 hits=1 status=0 QTime=0
   [junit4]   2> 235608 INFO  (qtp272458561-2896) [    x:collection2] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235608 INFO  (qtp272458561-2896) [    x:collection2] 
o.a.s.s.HttpSolrCall Ignoring exception matching Dummy exception in 
BadResponseWriter
   [junit4]   2> 235612 INFO  (qtp272458561-2922) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=false&fl=id&fl=score&shards.purpose=532&fsv=true&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554734-3&mlt.count=1&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=false&debug=timing&debug=track&f.id.facet.mincount=0&start=0&f.id.facet.limit=160&rows=10&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&mlt=true&requestPurpose=GET_TOP_IDS,GET_FACETS,GET_STATS&NOW=1551811554734&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0&debugQuery=false}
 hits=1 status=0 QTime=1
   [junit4]   2> 235616 INFO  (qtp272458561-2897) [    x:collection2] 
o.a.s.c.S.Request [collection2]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection2&rid=127.0.0.1-collection1-1551811554734-3&mlt.count=1&mlt.dist.id=1&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:1&mlt=true&NOW=1551811554734&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=1 status=0 QTime=1
   [junit4]   2> 235619 INFO  (qtp272458561-2926) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=false&df=text&hl=true&fl=score,id&shards.purpose=4097&shards.info=true&shard.url=127.0.0.1:43893/solr/collection1&rid=127.0.0.1-collection1-1551811554734-3&mlt.count=1&mlt.dist.id=1&stats=true&shards.tolerant=true&wt=javabin&stats.field=id&facet.field=id&debug=true&start=0&sort=score+desc&rows=1&version=2&mlt.mintf=0&q=%2B(title:bar+title:foo)+-id:1&mlt=true&NOW=1551811554734&mlt.fl=title&isShard=true&facet=true&mlt.mindf=0}
 hits=1 status=0 QTime=2
   [junit4]   2> 235620 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.h.c.MoreLikeThisComponent MLT: results added for key: 1 documents: 
{numFound=1,start=0,maxScore=1.4142135,docs=[SolrDocument{id=2, 
score=1.4142135}]}
   [junit4]   2> 235620 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.h.c.MoreLikeThisComponent MLT: results added for key: 1 documents: 
{numFound=1,start=0,maxScore=1.4142135,docs=[SolrDocument{id=3, 
score=1.4142135}]}
   [junit4]   2> 235621 INFO  (qtp272458561-2898) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={distrib=true&facet.field=id&debug=true&hl=true&fl=id,subject&shards.info=true&mlt.count=1&version=2&mlt.mintf=0&q=subject:batman+OR+subject:superman&shards=127.0.0.1:43893/solr/collection1,127.0.0.1:43893/solr/collection2&mlt=true&stats=true&shards.tolerant=true&mlt.fl=title&facet=true&wt=javabin&mlt.mindf=0&stats.field=id}
 rid=127.0.0.1-collection1-1551811554734-3 hits=1 status=0 QTime=14
   [junit4]   2> 235622 INFO  
(TEST-TestTolerantSearch.testGetTopIdsPhaseError-seed#[7BD3A9D24AB6CE24]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testGetTopIdsPhaseError
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTolerantSearch 
-Dtests.method=testGetTopIdsPhaseError -Dtests.seed=7BD3A9D24AB6CE24 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-NI 
-Dtests.timezone=Pacific/Midway -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.04s J1 | TestTolerantSearch.testGetTopIdsPhaseError <<<
   [junit4]    > Throwable #1: java.lang.IndexOutOfBoundsException: Index: 0, 
Size: 0
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7BD3A9D24AB6CE24:459DB9A4E01F88F5]:0)
   [junit4]    >        at java.util.ArrayList.rangeCheck(ArrayList.java:657)
   [junit4]    >        at java.util.ArrayList.get(ArrayList.java:433)
   [junit4]    >        at 
org.apache.solr.TestTolerantSearch.testGetTopIdsPhaseError(TestTolerantSearch.java:198)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 235625 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1507164137
   [junit4]   2> 235645 INFO  (coreCloseExecutor-909-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@f8f0e46
   [junit4]   2> 235645 INFO  (coreCloseExecutor-909-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=f8f0e46
   [junit4]   2> 235645 INFO  (coreCloseExecutor-909-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b8d29df: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3e06955e
   [junit4]   2> 235659 INFO  (coreCloseExecutor-909-thread-2) [    
x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3bc7ef0a
   [junit4]   2> 235666 INFO  (coreCloseExecutor-909-thread-2) [    
x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=3bc7ef0a
   [junit4]   2> 235666 INFO  (coreCloseExecutor-909-thread-2) [    
x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@379346e8: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@663e9661
   [junit4]   2> 235699 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 235699 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@213b98ba: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@2812bc90
   [junit4]   2> 235703 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 235703 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@58244501: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@6a0d46cc
   [junit4]   2> 235706 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 235706 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6906ad9c: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@18b43e0e
   [junit4]   2> 235723 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@35e17ab6{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 235723 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@459eb178{/solr,null,UNAVAILABLE}
   [junit4]   2> 235723 INFO  
(SUITE-TestTolerantSearch-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.TestTolerantSearch_7BD3A9D24AB6CE24-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{range_facet_l_dv=FST50, multiDefault=Lucene50(blocksize=128), 
subject=Lucene50(blocksize=128), _root_=FSTOrd50, intDefault=FSTOrd50, 
title=Lucene50(blocksize=128), title_lettertok=FST50, range_facet_l=FSTOrd50, 
title_stringNoNorms=FSTOrd50, title_stemmed=Lucene50(blocksize=128), 
id_i1=Lucene50(blocksize=128), id=FST50, range_facet_i_dv=FSTOrd50, 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 timestamp=FSTOrd50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene80), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=924, 
maxMBSortInHeap=5.7647189053926695, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@256696d5),
 locale=es-NI, timezone=Pacific/Midway
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=8,threads=1,free=267994288,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudRecovery2, 
ConfigureRecoveryStrategyTest, TestRuleBasedAuthorizationPlugin, 
PluginInfoTest, CoreAdminCreateDiscoverTest, JavabinLoaderTest, 
TestLegacyField, DisMaxRequestHandlerTest, HLLUtilTest, 
WrapperMergePolicyFactoryTest, TestHashPartitioner, TestSolrQueryResponse, 
MetricsHistoryIntegrationTest, TestSurroundQueryParser, TestManagedResource, 
ExplicitHLLTest, OutOfBoxZkACLAndCredentialsProvidersTest, JvmMetricsTest, 
SignatureUpdateProcessorFactoryTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestCloudJSONFacetSKG, TestImpersonationWithHadoopAuth, NodeLostTriggerTest, 
URLClassifyProcessorTest, BufferStoreTest, UtilsToolTest, 
PeerSyncWithIndexFingerprintCachingTest, DistributedFacetPivotLongTailTest, 
TestDistributedMap, SolrInfoBeanTest, TestConfigOverlay, 
TestUnifiedSolrHighlighter, TestStreamBody, 
TestDistributedStatsComponentCardinality, MultiSolrCloudTestCaseTest, 
TestNoOpRegenerator, WordBreakSolrSpellCheckerTest, TestSolrXml, 
TestMacroExpander, TestAtomicUpdateErrorCases, TestIndexSearcher, 
TestStressReorder, TestJavabinTupleStreamParser, TestCustomDocTransformer, 
HdfsTlogReplayBufferedWhileIndexingTest, TestTolerantSearch]
   [junit4] Completed [72/844 (1!)] on J1 in 1.79s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 1428 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4]   2> 1434953 INFO  
(SUITE-ShardRoutingTest-seed#[7BD3A9D24AB6CE24]-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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7BD3A9D24AB6CE24-001/init-core-data-001
   [junit4]   2> 1434954 WARN  
(SUITE-ShardRoutingTest-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1434954 INFO  
(SUITE-ShardRoutingTest-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1434955 INFO  
(SUITE-ShardRoutingTest-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1434956 INFO  
(SUITE-ShardRoutingTest-seed#[7BD3A9D24AB6CE24]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1434959 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1434959 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1434959 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1435059 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45551
   [junit4]   2> 1435059 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45551
   [junit4]   2> 1435059 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45551
   [junit4]   2> 1435062 INFO  (zkConnectionManagerCallback-13379-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435064 INFO  (zkConnectionManagerCallback-13381-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435065 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1435065 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1435066 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1435066 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1435067 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1435067 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1435067 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1435068 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1435068 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1435068 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1435069 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1435070 INFO  (zkConnectionManagerCallback-13385-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435072 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1435175 WARN  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1435175 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1435175 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1435175 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1435175 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 1435175 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 1435175 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.e.j.s.session 
node0 Scavenging every 660000ms
   [junit4]   2> 1435176 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@58df3ade{/,null,AVAILABLE}
   [junit4]   2> 1435176 WARN  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.e.j.u.s.S.config 
No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5668a6b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1435177 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@18ecbc3d{SSL,[ssl, 
http/1.1]}{127.0.0.1:46205}
   [junit4]   2> 1435177 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.e.j.s.Server 
Started @1435213ms
   [junit4]   2> 1435177 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7BD3A9D24AB6CE24-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=46205, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7BD3A9D24AB6CE24-001/control-001/cores}
   [junit4]   2> 1435177 ERROR 
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1435177 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1435177 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1435177 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1435177 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1435177 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-05T19:05:54.284Z
   [junit4]   2> 1435178 INFO  (zkConnectionManagerCallback-13387-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435179 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1435179 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7BD3A9D24AB6CE24-001/control-001/solr.xml
   [junit4]   2> 1435182 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1435182 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1435183 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@152b608f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1435306 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1435306 WARN  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1435307 WARN  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.e.j.u.s.S.config 
No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@31a88e15[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1435310 WARN  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1435310 WARN  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.e.j.u.s.S.config 
No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@791ecee7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1435311 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:45551/solr
   [junit4]   2> 1435312 INFO  (zkConnectionManagerCallback-13393-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435314 INFO  (zkConnectionManagerCallback-13395-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435343 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [n:127.0.0.1:46205_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46205_
   [junit4]   2> 1435343 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [n:127.0.0.1:46205_    ] 
o.a.s.c.Overseer Overseer (id=72148514195963909-127.0.0.1:46205_-n_0000000000) 
starting
   [junit4]   2> 1435345 INFO  (zkConnectionManagerCallback-13402-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435347 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [n:127.0.0.1:46205_    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45551/solr ready
   [junit4]   2> 1435347 INFO  
(OverseerStateUpdate-72148514195963909-127.0.0.1:46205_-n_0000000000) 
[n:127.0.0.1:46205_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:46205_
   [junit4]   2> 1435347 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [n:127.0.0.1:46205_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46205_
   [junit4]   2> 1435348 INFO  (zkCallback-13394-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1435348 INFO  (zkCallback-13401-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1435364 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [n:127.0.0.1:46205_    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1435382 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [n:127.0.0.1:46205_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@152b608f
   [junit4]   2> 1435392 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [n:127.0.0.1:46205_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@152b608f
   [junit4]   2> 1435392 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [n:127.0.0.1:46205_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@152b608f
   [junit4]   2> 1435393 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [n:127.0.0.1:46205_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7BD3A9D24AB6CE24-001/control-001/cores
   [junit4]   2> 1435414 INFO  (zkConnectionManagerCallback-13408-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435414 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1435414 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45551/solr ready
   [junit4]   2> 1435426 INFO  (qtp996269322-36167) [n:127.0.0.1:46205_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46205_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1435427 INFO  
(OverseerThreadFactory-10616-thread-1-processing-n:127.0.0.1:46205_) 
[n:127.0.0.1:46205_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1435531 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_    
x:control_collection_shard1_replica_n1] 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> 1435532 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1436543 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1436553 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436656 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436663 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436664 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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@152b608f
   [junit4]   2> 1436664 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7BD3A9D24AB6CE24-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7BD3A9D24AB6CE24-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1436666 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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=49, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=12.5009765625, 
floorSegmentMB=2.19140625, forceMergeDeletesPctAllowed=25.24174655378318, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=42.868181857228116
   [junit4]   2> 1436687 WARN  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436727 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436727 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436730 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1436730 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1436731 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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=35, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.644576160022934]
   [junit4]   2> 1436731 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5c0e3b44[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1436732 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1436732 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436732 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1436732 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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 1627193612266635264
   [junit4]   2> 1436735 INFO  
(searcherExecutor-10621-thread-1-processing-n:127.0.0.1:46205_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:46205_ 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@5c0e3b44[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1436737 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1436737 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1436738 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1436738 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436738 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46205/control_collection_shard1_replica_n1/
   [junit4]   2> 1436738 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436738 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:46205/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1436738 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72148514195963909-core_node2-n_0000000000
   [junit4]   2> 1436739 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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:46205/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1436840 INFO  (zkCallback-13394-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1436840 INFO  (zkCallback-13394-thread-2) [    ] 
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> 1436840 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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> 1436841 INFO  (qtp996269322-36168) [n:127.0.0.1:46205_ 
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=1309
   [junit4]   2> 1436842 INFO  (qtp996269322-36167) [n:127.0.0.1:46205_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1436941 INFO  (zkCallback-13394-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1436941 INFO  (zkCallback-13394-thread-3) [    ] 
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> 1436941 INFO  (zkCallback-13394-thread-2) [    ] 
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> 1436942 INFO  (qtp996269322-36167) [n:127.0.0.1:46205_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46205_&wt=javabin&version=2}
 status=0 QTime=1515
   [junit4]   2> 1436946 INFO  (zkConnectionManagerCallback-13414-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1436946 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1436947 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45551/solr ready
   [junit4]   2> 1436947 INFO  
(TEST-ShardRoutingTest.test-seed#[7BD3A9D24AB6CE24]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1436948 INFO  (qtp996269322-36166) [n:127.0.0.1:46205_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1436950 INFO  
(OverseerThreadFactory-10616-thread-2-processing-n:127.0.0.1:46205_) 
[n:127.0.0.1:46205_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1436950 INFO  (OverseerCollectionConfigSet

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

HandlerTest, DocumentBuilderTest, TestSchemaNameResource, 
TestSolrFieldCacheBean, TestNamedUpdateProcessors, JWTAuthPluginTest, 
ManagedSchemaRoundRobinCloudTest, AddReplicaTest, BasicZkTest, 
ChaosMonkeyNothingIsSafeTest, CloudExitableDirectoryReaderTest, 
CollectionsAPISolrJTest, DistributedQueueTest, ForceLeaderTest, 
HttpPartitionOnCommitTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, 
SaslZkACLProviderTest, ShardRoutingCustomTest, ShardRoutingTest]
   [junit4] Completed [498/844 (2!)] on J0 in 83.76s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1308 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20190305_184159_0373145924987410054276.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid27398.hprof 
...
   [junit4] Heap dump file created [429769009 bytes in 1.662 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 8376 lines...]
   [junit4] Suite: 
org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-prometheus-exporter/test/J2/temp/solr.prometheus.exporter.SolrExporterIntegrationTest_D0408796D2DB58EC-001/init-core-data-001
   [junit4]   1> 19:29:37.291 [jetty-launcher-8-thread-2] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 19:29:37.291 [jetty-launcher-8-thread-1] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 19:29:37.286 [jetty-launcher-8-thread-3] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 19:29:37.307 [jetty-launcher-8-thread-4] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> replica:core_node6 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> replica:core_node6 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> 19:29:49.055 
[updateExecutor-20-thread-1-processing-x:collection1_shard2_replica_n5 
r:core_node6 null n:127.0.0.1:45021_solr c:collection1 s:shard2] ERROR 
org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient - Error 
consuming and closing http response stream.
   [junit4]   1> java.nio.channels.AsynchronousCloseException: null
   [junit4]   1>        at 
org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:316)
 ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   1>        at java.io.InputStream.read(InputStream.java:101) 
~[?:1.8.0_172]
   [junit4]   1>        at 
org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:287)
 ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   1>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.sendUpdateStream(ConcurrentUpdateHttp2SolrClient.java:283)
 ~[java/:?]
   [junit4]   1>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.run(ConcurrentUpdateHttp2SolrClient.java:176)
 ~[java/:?]
   [junit4]   1>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
 ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   1>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   1>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   1>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   1>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   1> 19:29:49.200 
[updateExecutor-20-thread-2-processing-x:collection1_shard2_replica_n5 
r:core_node6 null n:127.0.0.1:45021_solr c:collection1 s:shard2] ERROR 
org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient - Error 
consuming and closing http response stream.
   [junit4]   1> java.nio.channels.AsynchronousCloseException: null
   [junit4]   1>        at 
org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:316)
 ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   1>        at java.io.InputStream.read(InputStream.java:101) 
~[?:1.8.0_172]
   [junit4]   1>        at 
org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:287)
 ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   1>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.sendUpdateStream(ConcurrentUpdateHttp2SolrClient.java:283)
 ~[java/:?]
   [junit4]   1>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.run(ConcurrentUpdateHttp2SolrClient.java:176)
 ~[java/:?]
   [junit4]   1>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
 ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   1>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   1>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   1>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   1>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   1> 19:29:49.532 [qtp364780888-51] ERROR 
org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist 
schema using 2 due to: 
org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = 
BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> 19:29:50.268 [qtp97437156-68] ERROR 
org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist 
schema using 3 due to: 
org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = 
BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrExporterIntegrationTest -Dtests.method=jvmMetrics 
-Dtests.seed=D0408796D2DB58EC -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=tr-TR -Dtests.timezone=America/Argentina/Mendoza 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.41s J2 | SolrExporterIntegrationTest.jvmMetrics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<4> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D0408796D2DB58EC:3F4BA79C7359478]:0)
   [junit4]    >        at 
org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics(SolrExporterIntegrationTest.java:68)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-prometheus-exporter/test/J2/temp/solr.prometheus.exporter.SolrExporterIntegrationTest_D0408796D2DB58EC-001
   [junit4]   2> NOTE: test params are: codec=Lucene80, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5e4c1683),
 locale=tr-TR, timezone=America/Argentina/Mendoza
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=8,threads=2,free=310251048,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrExporterIntegrationTest]
   [junit4] Completed [5/5 (1!)] on J2 in 25.52s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 592 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:585: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid27398.hprof

Total time: 87 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to