Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/103/

2 tests failed.
FAILED:  org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([4669BD5671BCA9A5:C13EC0D9E0E5D525]:0)
        at org.apache.lucene.util.ArrayUtil.growExact(ArrayUtil.java:323)
        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:76)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.<init>(CompressingTermVectorsReader.java:128)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsFormat.vectorsReader(CompressingTermVectorsFormat.java:91)
        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:130)
        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
        at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:679)
        at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:280)
        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:862)
        at org.apache.lucene.util.IOUtils.close(IOUtils.java:88)
        at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:293)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:160)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:75)
        at 
org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:83)
        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.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)


FAILED:  
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
        at 
__randomizedtesting.SeedInfo.seed([4E3510D2D2819BC0:1001DD9C91FE0727]:0)
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at 
org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
        at 
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:308)
        at 
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at 
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.server.Server.doStart(Server.java:394)
        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:558)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:497)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:465)
        at 
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:108)
        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 9773 lines...]
   [junit4] Suite: org.apache.lucene.search.TestInetAddressRangeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestInetAddressRangeQueries -Dtests.method=testRandomBig 
-Dtests.seed=4669BD5671BCA9A5 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=en-SG -Dtests.timezone=America/Noronha -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    534s J0 | TestInetAddressRangeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4669BD5671BCA9A5:C13EC0D9E0E5D525]:0)
   [junit4]    >        at 
org.apache.lucene.util.ArrayUtil.growExact(ArrayUtil.java:323)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:76)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.<init>(CompressingTermVectorsReader.java:128)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsFormat.vectorsReader(CompressingTermVectorsFormat.java:91)
   [junit4]    >        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:130)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
   [junit4]    >        at 
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:679)
   [junit4]    >        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:280)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:862)
   [junit4]    >        at org.apache.lucene.util.IOUtils.close(IOUtils.java:88)
   [junit4]    >        at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:293)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:160)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:75)
   [junit4]    >        at 
org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:83)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/misc/test/J0/temp/lucene.search.TestInetAddressRangeQueries_4669BD5671BCA9A5-001
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=8, maxDocsPerChunk=1, blockSize=2), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=8, blockSize=2)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@615cfbae),
 locale=en-SG, timezone=America/Noronha
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=361474664,total=401604608
   [junit4]   2> NOTE: All tests run in this JVM: [TestInetAddressRangeQueries]
   [junit4] Completed [12/14 (1!)] on J0 in 541.09s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 7 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/misc/test/temp/junit4-J0-20190521_160555_0174768778474918260424.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/heapdumps/java_pid21398.hprof
 ...
   [junit4] Heap dump file created [697660925 bytes in 4.989 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 4382 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
   [junit4]   2> 1139837 INFO  
(SUITE-LeaderElectionIntegrationTest-seed#[4E3510D2D2819BC0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/init-core-data-001
   [junit4]   2> 1139838 WARN  
(SUITE-LeaderElectionIntegrationTest-seed#[4E3510D2D2819BC0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1139838 INFO  
(SUITE-LeaderElectionIntegrationTest-seed#[4E3510D2D2819BC0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1139840 INFO  
(SUITE-LeaderElectionIntegrationTest-seed#[4E3510D2D2819BC0]-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> 1139852 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4E3510D2D2819BC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleSliceLeaderElection
   [junit4]   2> 1139853 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4E3510D2D2819BC0])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001
   [junit4]   2> 1139854 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4E3510D2D2819BC0])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1139854 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1139854 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1139954 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4E3510D2D2819BC0])
 [    ] o.a.s.c.ZkTestServer start zk server on port:40451
   [junit4]   2> 1139954 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4E3510D2D2819BC0])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40451
   [junit4]   2> 1139954 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4E3510D2D2819BC0])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40451
   [junit4]   2> 1139966 INFO  (zkConnectionManagerCallback-4185-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1139971 INFO  (zkConnectionManagerCallback-4187-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1139974 INFO  (zkConnectionManagerCallback-4189-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1139981 WARN  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1139981 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1139981 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1139981 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1139982 WARN  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1139982 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1139982 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1139982 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1139984 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1139984 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1139984 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1139985 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4353a495{/solr,null,AVAILABLE}
   [junit4]   2> 1139986 WARN  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2ca85e32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1139986 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1139986 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1139986 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1139986 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@705dc16d{SSL,[ssl, 
http/1.1]}{127.0.0.1:42048}
   [junit4]   2> 1139986 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.s.Server Started @1140046ms
   [junit4]   2> 1139986 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42048}
   [junit4]   2> 1139987 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@410f122d{/solr,null,AVAILABLE}
   [junit4]   2> 1139987 ERROR (jetty-launcher-4190-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1139987 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1139987 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 1139987 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1139987 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1139987 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-21T17:16:58.259Z
   [junit4]   2> 1139987 WARN  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@46cb8bfd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1139988 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@56dc7a63{SSL,[ssl, 
http/1.1]}{127.0.0.1:39551}
   [junit4]   2> 1139988 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.s.Server Started @1140048ms
   [junit4]   2> 1139988 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39551}
   [junit4]   2> 1139988 ERROR (jetty-launcher-4190-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1139988 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1139988 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 1139988 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1139988 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1139988 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-21T17:16:58.260Z
   [junit4]   2> 1139991 INFO  (zkConnectionManagerCallback-4194-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1139992 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1139993 WARN  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1139993 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1139993 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1139993 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1139994 WARN  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1139994 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1139994 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1139994 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1139996 WARN  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1139996 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1139996 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1139996 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1139996 WARN  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1139996 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1139996 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1139996 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1139997 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1139997 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1139997 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1139999 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1139999 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1139999 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1139999 INFO  (zkConnectionManagerCallback-4192-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140000 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1140000 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1140000 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1140000 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1140001 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ccdccbb{/solr,null,AVAILABLE}
   [junit4]   2> 1140001 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3746ea1d{/solr,null,AVAILABLE}
   [junit4]   2> 1140001 WARN  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4a11ff8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140001 WARN  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@142bd9ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140002 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@760b616e{/solr,null,AVAILABLE}
   [junit4]   2> 1140002 WARN  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@46798932[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140003 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6ccf647b{SSL,[ssl, 
http/1.1]}{127.0.0.1:37984}
   [junit4]   2> 1140003 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.s.Server Started @1140063ms
   [junit4]   2> 1140003 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37984}
   [junit4]   2> 1140003 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1140003 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1140003 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1140004 ERROR (jetty-launcher-4190-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1140004 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1140004 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 1140004 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1140004 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1140004 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@622eb132{/solr,null,AVAILABLE}
   [junit4]   2> 1140004 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-21T17:16:58.276Z
   [junit4]   2> 1140004 WARN  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@8739543[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140005 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5be67969{SSL,[ssl, 
http/1.1]}{127.0.0.1:36387}
   [junit4]   2> 1140005 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.s.Server Started @1140065ms
   [junit4]   2> 1140005 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36387}
   [junit4]   2> 1140006 ERROR (jetty-launcher-4190-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1140006 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1140006 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 1140006 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1140006 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1140006 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-21T17:16:58.278Z
   [junit4]   2> 1140006 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5859d5e6{SSL,[ssl, 
http/1.1]}{127.0.0.1:33492}
   [junit4]   2> 1140007 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.s.Server Started @1140066ms
   [junit4]   2> 1140007 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33492}
   [junit4]   2> 1140007 ERROR (jetty-launcher-4190-thread-6) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1140007 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1140007 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 1140007 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1140007 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1140007 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-21T17:16:58.279Z
   [junit4]   2> 1140008 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@67d47e35{SSL,[ssl, 
http/1.1]}{127.0.0.1:46875}
   [junit4]   2> 1140008 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.s.Server Started @1140068ms
   [junit4]   2> 1140008 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46875}
   [junit4]   2> 1140008 ERROR (jetty-launcher-4190-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1140008 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1140014 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 1140014 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1140014 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1140014 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-21T17:16:58.286Z
   [junit4]   2> 1140017 INFO  (zkConnectionManagerCallback-4197-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140018 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1140018 INFO  (zkConnectionManagerCallback-4201-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140019 INFO  (zkConnectionManagerCallback-4199-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140020 INFO  (zkConnectionManagerCallback-4203-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140021 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1140021 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1140029 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1140095 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1140096 WARN  (jetty-launcher-4190-thread-1) [    ] 
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> 1140097 WARN  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1c6a6ccb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140100 WARN  (jetty-launcher-4190-thread-1) [    ] 
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> 1140101 WARN  (jetty-launcher-4190-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@8ce0880[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140102 INFO  (jetty-launcher-4190-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40451/solr
   [junit4]   2> 1140105 INFO  (zkConnectionManagerCallback-4214-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140105 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1140106 WARN  (jetty-launcher-4190-thread-5) [    ] 
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> 1140116 INFO  (zkConnectionManagerCallback-4217-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140124 WARN  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1f4ee703[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140137 WARN  (jetty-launcher-4190-thread-5) [    ] 
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> 1140147 WARN  (jetty-launcher-4190-thread-5) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3230211c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140148 INFO  (jetty-launcher-4190-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40451/solr
   [junit4]   2> 1140177 INFO  (zkConnectionManagerCallback-4224-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140178 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1140179 WARN  (jetty-launcher-4190-thread-4) [    ] 
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> 1140197 WARN  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@442f2207[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140203 INFO  (zkConnectionManagerCallback-4227-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140205 WARN  (jetty-launcher-4190-thread-4) [    ] 
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> 1140206 WARN  (jetty-launcher-4190-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@31b7faeb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140207 INFO  (jetty-launcher-4190-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40451/solr
   [junit4]   2> 1140210 INFO  (zkConnectionManagerCallback-4234-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140213 INFO  (zkConnectionManagerCallback-4236-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140219 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36387_solr
   [junit4]   2> 1140220 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.Overseer Overseer 
(id=73341691183497228-127.0.0.1:36387_solr-n_0000000000) starting
   [junit4]   2> 1140228 INFO  (jetty-launcher-4190-thread-4) 
[n:127.0.0.1:46875_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46875_solr
   [junit4]   2> 1140232 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1140233 INFO  (zkCallback-4226-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1140235 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1140235 INFO  (zkConnectionManagerCallback-4243-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140238 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1140241 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39551_solr as DOWN
   [junit4]   2> 1140243 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1140243 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39551_solr
   [junit4]   2> 1140243 INFO  (zkConnectionManagerCallback-4248-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140243 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40451/solr ready
   [junit4]   2> 1140245 INFO  (jetty-launcher-4190-thread-4) 
[n:127.0.0.1:46875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1140247 INFO  (jetty-launcher-4190-thread-4) 
[n:127.0.0.1:46875_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40451/solr ready
   [junit4]   2> 1140263 INFO  
(OverseerStateUpdate-73341691183497228-127.0.0.1:36387_solr-n_0000000000) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36387_solr
   [junit4]   2> 1140265 INFO  
(OverseerStateUpdate-73341691183497228-127.0.0.1:36387_solr-n_0000000000) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1140277 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1140278 INFO  (zkCallback-4242-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1140279 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36387_solr as DOWN
   [junit4]   2> 1140285 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1140285 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36387_solr
   [junit4]   2> 1140290 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1140318 INFO  (zkCallback-4216-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1140329 INFO  (zkCallback-4247-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1140329 INFO  (zkCallback-4242-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1140330 INFO  (zkCallback-4226-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1140337 INFO  (zkConnectionManagerCallback-4253-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140339 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1140341 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40451/solr ready
   [junit4]   2> 1140368 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1140374 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1140377 INFO  (jetty-launcher-4190-thread-4) 
[n:127.0.0.1:46875_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1140378 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1140379 WARN  (jetty-launcher-4190-thread-3) [    ] 
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> 1140381 WARN  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1bf0abb9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140391 WARN  (jetty-launcher-4190-thread-3) [    ] 
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> 1140394 WARN  (jetty-launcher-4190-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@55240973[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140395 INFO  (jetty-launcher-4190-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40451/solr
   [junit4]   2> 1140412 INFO  (zkConnectionManagerCallback-4262-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140443 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39551.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140448 INFO  (zkConnectionManagerCallback-4264-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140458 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1140458 WARN  (jetty-launcher-4190-thread-6) [    ] 
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> 1140459 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36387.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140460 WARN  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@9b6e05e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140462 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1140465 WARN  (jetty-launcher-4190-thread-6) [    ] 
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> 1140469 INFO  (jetty-launcher-4190-thread-4) 
[n:127.0.0.1:46875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46875.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140470 WARN  (jetty-launcher-4190-thread-6) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@50fc9db7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140471 INFO  (jetty-launcher-4190-thread-6) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40451/solr
   [junit4]   2> 1140473 WARN  (jetty-launcher-4190-thread-2) [    ] 
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> 1140486 WARN  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@70956241[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140486 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39551.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140486 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39551.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140488 INFO  (jetty-launcher-4190-thread-1) 
[n:127.0.0.1:39551_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node1/.
   [junit4]   2> 1140488 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1140489 INFO  (zkConnectionManagerCallback-4271-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140491 WARN  (jetty-launcher-4190-thread-2) [    ] 
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> 1140512 WARN  (jetty-launcher-4190-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@62e4789e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1140513 INFO  (jetty-launcher-4190-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40451/solr
   [junit4]   2> 1140522 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37984_solr as DOWN
   [junit4]   2> 1140523 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1140523 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37984_solr
   [junit4]   2> 1140525 INFO  (zkCallback-4242-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1140526 INFO  (zkCallback-4226-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1140526 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1140529 INFO  (zkCallback-4247-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1140530 INFO  (zkCallback-4216-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1140530 INFO  (zkCallback-4263-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1140531 INFO  (zkConnectionManagerCallback-4280-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140533 INFO  (zkConnectionManagerCallback-4277-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140537 INFO  (zkConnectionManagerCallback-4285-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140540 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1140541 INFO  (zkCallback-4252-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1140543 INFO  (zkConnectionManagerCallback-4287-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140545 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36387.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140545 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36387.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140545 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1140552 INFO  (jetty-launcher-4190-thread-5) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node5/.
   [junit4]   2> 1140555 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33492_solr as DOWN
   [junit4]   2> 1140556 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1140557 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1140557 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33492_solr
   [junit4]   2> 1140561 INFO  (zkCallback-4216-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1140561 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1140561 INFO  (zkCallback-4242-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1140561 INFO  (zkCallback-4247-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1140562 INFO  (zkCallback-4226-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1140563 INFO  (zkCallback-4286-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1140564 INFO  (zkCallback-4263-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1140565 INFO  (zkConnectionManagerCallback-4296-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140565 INFO  (zkCallback-4252-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1140567 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1140569 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40451/solr ready
   [junit4]   2> 1140569 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40451/solr ready
   [junit4]   2> 1140574 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42048_solr as DOWN
   [junit4]   2> 1140574 INFO  (zkCallback-4284-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1140582 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1140582 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42048_solr
   [junit4]   2> 1140587 INFO  (zkCallback-4242-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140588 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140588 INFO  (zkCallback-4263-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140588 INFO  (zkCallback-4247-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140589 INFO  (zkCallback-4252-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140589 INFO  (zkCallback-4216-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140589 INFO  (zkCallback-4226-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140590 INFO  (zkCallback-4284-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140591 INFO  (jetty-launcher-4190-thread-4) 
[n:127.0.0.1:46875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46875.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140591 INFO  (jetty-launcher-4190-thread-4) 
[n:127.0.0.1:46875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46875.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140594 INFO  (jetty-launcher-4190-thread-4) 
[n:127.0.0.1:46875_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node4/.
   [junit4]   2> 1140594 INFO  (zkCallback-4276-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1140594 INFO  (zkCallback-4295-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140595 INFO  (zkCallback-4286-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1140609 INFO  (zkConnectionManagerCallback-4301-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1140612 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (6)
   [junit4]   2> 1140615 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40451/solr ready
   [junit4]   2> 1140645 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1140646 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1140648 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1140708 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33492.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140773 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33492.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140773 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33492.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140775 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37984.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140775 INFO  (jetty-launcher-4190-thread-6) 
[n:127.0.0.1:33492_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node6/.
   [junit4]   2> 1140789 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42048.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140823 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37984.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140823 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37984.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140824 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42048.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140825 INFO  (jetty-launcher-4190-thread-3) 
[n:127.0.0.1:37984_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node3/.
   [junit4]   2> 1140825 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42048.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1140827 INFO  (jetty-launcher-4190-thread-2) 
[n:127.0.0.1:42048_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node2/.
   [junit4]   2> 1141186 INFO  (zkConnectionManagerCallback-4309-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1141188 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4E3510D2D2819BC0])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 1141189 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4E3510D2D2819BC0])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40451/solr ready
   [junit4]   2> 1141214 INFO  (qtp180488116-13441) [n:127.0.0.1:46875_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1141225 INFO  
(OverseerThreadFactory-4162-thread-1-processing-n:127.0.0.1:36387_solr) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1141338 INFO  
(OverseerStateUpdate-73341691183497228-127.0.0.1:36387_solr-n_0000000000) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33492/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1141343 INFO  
(OverseerStateUpdate-73341691183497228-127.0.0.1:36387_solr-n_0000000000) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46875/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1141555 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr    
x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1141556 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr    
x:collection1_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1141567 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr    
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1142583 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1142583 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1142596 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1142596 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1142601 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1142601 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1142602 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1142602 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1142602 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46875.solr.core.collection1.shard2.replica_n2' (registry 
'solr.core.collection1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1142603 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33492.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1142603 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node6/collection1_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node6/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1142603 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node4/collection1_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node4/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 1142727 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1142727 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1142729 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1142729 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1142730 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2369b963[collection1_shard1_replica_n1] main]
   [junit4]   2> 1142732 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1142734 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1142735 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1142735 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1634162726411436032
   [junit4]   2> 1142737 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1142737 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1142739 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1142739 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1142740 INFO  
(searcherExecutor-4195-thread-1-processing-n:127.0.0.1:33492_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:33492_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@2369b963[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1142741 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ecad099[collection1_shard2_replica_n2] main]
   [junit4]   2> 1142743 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1142745 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1142746 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1142746 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1634162726422970368
   [junit4]   2> 1142751 INFO  
(searcherExecutor-4196-thread-1-processing-n:127.0.0.1:46875_solr 
x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) 
[n:127.0.0.1:46875_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_shard2_replica_n2] Registered new searcher 
Searcher@1ecad099[collection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1142752 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1142752 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard1
   [junit4]   2> 1142762 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1142762 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard2
   [junit4]   2> 1142765 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1142765 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1142765 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard1/leader after winning as 
/collections/collection1/leader_elect/shard1/election/73341691183497238-core_node3-n_0000000000
   [junit4]   2> 1142769 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33492/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1142770 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1142770 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1142770 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard2/leader after winning as 
/collections/collection1/leader_elect/shard2/election/73341691183497230-core_node4-n_0000000000
   [junit4]   2> 1142772 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46875/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 1142875 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142875 INFO  (zkCallback-4276-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142875 INFO  (zkCallback-4276-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142875 INFO  (zkCallback-4235-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142877 WARN  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ZkController Skipping recovery according to sys prop 
solrcloud.skip.autorecovery
   [junit4]   2> 1142877 WARN  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkController Skipping recovery according to sys prop 
solrcloud.skip.autorecovery
   [junit4]   2> 1142879 INFO  (qtp1923161094-13414) [n:127.0.0.1:33492_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1312
   [junit4]   2> 1142880 INFO  (qtp180488116-13439) [n:127.0.0.1:46875_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1324
   [junit4]   2> 1142883 INFO  (qtp180488116-13441) [n:127.0.0.1:46875_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1142982 INFO  (zkCallback-4235-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142982 INFO  (zkCallback-4276-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142982 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142982 INFO  (zkCallback-4276-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142983 INFO  (qtp180488116-13441) [n:127.0.0.1:46875_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=1769
   [junit4]   2> 1142984 INFO  (qtp180488116-13440) [n:127.0.0.1:46875_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1142985 INFO  (zkCallback-4276-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142986 INFO  (zkCallback-4235-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1142994 INFO  
(OverseerCollectionConfigSetProcessor-73341691183497228-127.0.0.1:36387_solr-n_0000000000)
 [n:127.0.0.1:36387_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1143002 INFO  
(OverseerThreadFactory-4162-thread-2-processing-n:127.0.0.1:36387_solr) 
[n:127.0.0.1:36387_solr c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:36387_solr for creating new replica of shard shard1 
for collection collection1
   [junit4]   2> 1143005 INFO  
(OverseerThreadFactory-4162-thread-2-processing-n:127.0.0.1:36387_solr) 
[n:127.0.0.1:36387_solr c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 1143008 INFO  
(OverseerStateUpdate-73341691183497228-127.0.0.1:36387_solr-n_0000000000) 
[n:127.0.0.1:36387_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36387/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36387_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1143118 INFO  (zkCallback-4235-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143118 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143118 INFO  (zkCallback-4235-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143119 INFO  (zkCallback-4276-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143119 INFO  (zkCallback-4276-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143119 INFO  (zkCallback-4276-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143257 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr    
x:collection1_shard1_replica_n5] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=collection1_shard1_replica_n5&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1143278 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1143318 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 1143322 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1143322 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n5' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1143322 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36387.solr.core.collection1.shard1.replica_n5' (registry 
'solr.core.collection1.shard1.replica_n5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4a50e9d3
   [junit4]   2> 1143323 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n5] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node5/collection1_shard1_replica_n5],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001/tempDir-001/node5/./collection1_shard1_replica_n5/data/]
   [junit4]   2> 1143367 INFO  (zkCallback-4235-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143367 INFO  (zkCallback-4235-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143367 INFO  (zkCallback-4235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143367 INFO  (zkCallback-4276-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143367 INFO  (zkCallback-4276-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143367 INFO  (zkCallback-4276-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [6])
   [junit4]   2> 1143405 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1143405 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1143406 INFO  (qtp1805483870-13425) [n:127.0.0.1:36387_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.u.Commit

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

0.1:46875_solr
   [junit4]   2> 1216867 INFO  (zkCallback-4216-thread-3) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39551_solr
   [junit4]   2> 1216867 INFO  (zkCallback-4216-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1216867 INFO  
(OverseerAutoScalingTriggerThread-73341691183497230-127.0.0.1:46875_solr-n_0000000001)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1216868 INFO  (jetty-closer-4372-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1216868 INFO  (jetty-closer-4372-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@33ef49c: rootName = 
solr_33492, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@3a85ad7
   [junit4]   2> 1216868 INFO  (zkCallback-4341-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1216870 INFO  (jetty-closer-4372-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=73341691183497230-127.0.0.1:46875_solr-n_0000000001) closing
   [junit4]   2> 1216870 INFO  (zkCallback-4252-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1216871 INFO  (closeThreadPool-4387-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=73341691183497230-127.0.0.1:46875_solr-n_0000000001) closing
   [junit4]   2> 1216871 INFO  (zkCallback-4348-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1216874 INFO  (jetty-closer-4372-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1216874 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1048fe12a38000a, likely client has closed socket
   [junit4]   2> 1216874 INFO  (jetty-closer-4372-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2e9f0ae0: rootName = 
solr_33492, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@53b3edd1
   [junit4]   2> 1216875 INFO  (jetty-closer-4372-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1216875 INFO  (jetty-closer-4372-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@67d47e35{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1216875 INFO  (jetty-closer-4372-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@622eb132{/solr,null,UNAVAILABLE}
   [junit4]   2> 1216875 INFO  (jetty-closer-4372-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1216876 INFO  (zkCallback-4341-thread-4) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33492_solr
   [junit4]   2> 1216876 INFO  (zkCallback-4341-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1216876 INFO  (zkCallback-4348-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1216879 INFO  (jetty-closer-4372-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@56dc7a63{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1216879 INFO  (jetty-closer-4372-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@410f122d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1216879 INFO  (jetty-closer-4372-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1216882 INFO  (jetty-closer-4372-thread-4) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@210899df{SSL,[ssl, 
http/1.1]}{127.0.0.1:33492}
   [junit4]   2> 1216882 INFO  (jetty-closer-4372-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@16f71263{/solr,null,UNAVAILABLE}
   [junit4]   2> 1216883 INFO  (jetty-closer-4372-thread-4) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1216884 INFO  
(SUITE-LeaderElectionIntegrationTest-seed#[4E3510D2D2819BC0]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1216886 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/collections/collection1/terms/shard1
   [junit4]   2>        17      /solr/aliases.json
   [junit4]   2>        8       /solr/security.json
   [junit4]   2>        8       /solr/configs/conf
   [junit4]   2>        2       /solr/collections/collection1/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        259     /solr/collections/collection1/state.json
   [junit4]   2>        17      /solr/clusterprops.json
   [junit4]   2>        17      /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/73341691183497226-127.0.0.1:39551_solr-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/73341691183497235-127.0.0.1:37984_solr-n_0000000003
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/collections
   [junit4]   2>        13      /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1216888 INFO  
(SUITE-LeaderElectionIntegrationTest-seed#[4E3510D2D2819BC0]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40451
   [junit4]   2> 1216888 INFO  
(SUITE-LeaderElectionIntegrationTest-seed#[4E3510D2D2819BC0]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40451
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4E3510D2D2819BC0-001
   [junit4]   2> May 21, 2019 5:18:15 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=334, maxMBSortInHeap=6.872654501404416, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@d777114),
 locale=ar-AE, timezone=SystemV/MST7
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=154159832,total=517472256
   [junit4]   2> NOTE: All tests run in this JVM: [SolrInfoBeanTest, 
TestManagedSchema, TestLMJelinekMercerSimilarityFactory, 
HdfsUnloadDistributedZkTest, TestNumericTerms64, TestFieldResource, 
TermVectorComponentDistributedTest, TestSimDistributedQueue, 
TransactionLogTest, TestSolrCloudWithHadoopAuthPlugin, 
TestDFRSimilarityFactory, FieldAnalysisRequestHandlerTest, 
HDFSCollectionsAPITest, TestCloudRecovery2, 
BigEndianAscendingWordSerializerTest, TestSolrCLIRunExample, 
HdfsDirectoryFactoryTest, ChangedSchemaMergeTest, DaemonStreamApiTest, 
HdfsSyncSliceTest, TestPerFieldSimilarity, TestFacetMethods, 
ComputePlanActionTest, TestReqParamsAPI, ReplicaListTransformerTest, 
RemoteQueryErrorTest, TestAuthorizationFramework, TestCollationField, 
TestCloudJSONFacetJoinDomain, WrapperMergePolicyFactoryTest, 
TlogReplayBufferedWhileIndexingTest, SpellCheckCollatorTest, 
TestHighlightDedupGrouping, TestConfigsApi, TestRetrieveFieldsOptimizer, 
CircularListTest, AliasIntegrationTest, TestSchemaVersionResource, 
AtomicUpdateRemovalJavabinTest, CollectionStateFormat2Test, 
DirectSolrSpellCheckerTest, TestConfig, ImplicitSnitchTest, 
VMParamsZkACLAndCredentialsProvidersTest, ShardsWhitelistTest, TestNRTOpen, 
BasicFunctionalityTest, TestTlogReplica, 
StatelessScriptUpdateProcessorFactoryTest, SoftAutoCommitTest, 
TestDirectoryFactory, TestSolrIndexConfig, LargeFieldTest, 
DistributedMLTComponentTest, TestStressVersions, TestLegacyFieldReuse, 
AnalyticsQueryTest, TestUtilizeNode, SuggesterFSTTest, TestPushWriter, 
TestHashQParserPlugin, TestExactSharedStatsCache, 
ClassificationUpdateProcessorFactoryTest, CloneFieldUpdateProcessorFactoryTest, 
TestPayloadCheckQParserPlugin, MoreLikeThisComponentTest, 
RecoveryAfterSoftCommitTest, TestReloadAndDeleteDocs, TestRandomFaceting, 
TestNumericTokenStream, UniqFieldsUpdateProcessorFactoryTest, TestPrepRecovery, 
ByteBuffersDirectoryFactoryTest, TestSimGenericDistributedQueue, 
TestMultiWordSynonyms, TestQueryTypes, StatsComponentTest, 
SystemCollectionCompatTest, SOLR749Test, RegexBytesRefFilterTest, 
RoutingToNodesWithPropertiesTest, DistribJoinFromCollectionTest, 
ResponseHeaderTest, SpatialRPTFieldTypeTest, 
TestEmbeddedSolrServerConstructors, DocExpirationUpdateProcessorFactoryTest, 
SearchHandlerTest, TestConfigReload, MinimalSchemaTest, 
LeaderElectionIntegrationTest]
   [junit4] Completed [238/858 (1!)] on J1 in 77.83s, 1 test, 1 error <<< 
FAILURES!

[...truncated 11062 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:652:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:586:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid21398.hprof

Total time: 297 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to