Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/690/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonShape.testBasicIntersects

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([852FF6525D3B17E5:B25205A761ACB49B]:0)
        at 
org.apache.lucene.util.bkd.HeapPointWriter.writePackedValue(HeapPointWriter.java:106)
        at 
org.apache.lucene.util.bkd.HeapPointWriter.append(HeapPointWriter.java:127)
        at org.apache.lucene.util.bkd.PointReader.split(PointReader.java:74)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1791)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1818)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1818)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
        at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1008)
        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
        at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
        at 
org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
        at 
org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:204)
        at 
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:139)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
        at 
org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:413)
        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:514)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1603)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1222)
        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:189)
        at 
org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:93)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)


FAILED:  
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: 
Unexpected wrapped exception type, expected CoreIsClosedException
        at 
__randomizedtesting.SeedInfo.seed([FE0614EF74606997:218B76504A093CF5]:0)
        at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception 
type, expected CoreIsClosedException
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2704)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        ... 1 more
Caused by: java.lang.RuntimeException: Exception during query
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$2(InfixSuggestersTest.java:122)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1805)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
        ... 9 more


FAILED:  
org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
        at 
__randomizedtesting.SeedInfo.seed([FE0614EF74606997:7BB23898489FD00F]:0)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 9560 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShape
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShape 
-Dtests.method=testBasicIntersects -Dtests.seed=852FF6525D3B17E5 
-Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=America/St_Barthelemy 
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   22.0s J0 | TestLatLonShape.testBasicIntersects <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([852FF6525D3B17E5:B25205A761ACB49B]:0)
   [junit4]    >        at 
org.apache.lucene.util.bkd.HeapPointWriter.writePackedValue(HeapPointWriter.java:106)
   [junit4]    >        at 
org.apache.lucene.util.bkd.HeapPointWriter.append(HeapPointWriter.java:127)
   [junit4]    >        at 
org.apache.lucene.util.bkd.PointReader.split(PointReader.java:74)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1791)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1818)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1818)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1008)
   [junit4]    >        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
   [junit4]    >        at 
org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:204)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:139)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:413)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:514)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1603)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1222)
   [junit4]    >        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:189)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:93)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=336, maxMBSortInHeap=6.899795209380111, 
sim=RandomSimilarity(queryNorm=true): {}, locale=vi-VN, 
timezone=America/St_Barthelemy
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=7087992,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPayloadSpanUtil, 
TestLatLonShape]
   [junit4] Completed [3/24 (1!)] on J0 in 22.11s, 2 tests, 1 error, 1 skipped 
<<< FAILURES!

[...truncated 92 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\sandbox\test\temp\junit4-J0-20180714_223545_712425099423949995227.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\heapdumps\java_pid6016.hprof 
...
   [junit4] Heap dump file created [554150227 bytes in 1.674 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 4267 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderTragicEventTest_FE0614EF74606997-001\init-core-data-001
   [junit4]   2> 2029055 WARN  
(SUITE-LeaderTragicEventTest-seed#[FE0614EF74606997]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=128 numCloses=128
   [junit4]   2> 2029055 INFO  
(SUITE-LeaderTragicEventTest-seed#[FE0614EF74606997]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2029056 INFO  
(SUITE-LeaderTragicEventTest-seed#[FE0614EF74606997]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2029056 INFO  
(SUITE-LeaderTragicEventTest-seed#[FE0614EF74606997]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2029057 INFO  
(SUITE-LeaderTragicEventTest-seed#[FE0614EF74606997]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderTragicEventTest_FE0614EF74606997-001\tempDir-001
   [junit4]   2> 2029057 INFO  
(SUITE-LeaderTragicEventTest-seed#[FE0614EF74606997]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2029057 INFO  (Thread-3240) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2029057 INFO  (Thread-3240) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2029061 ERROR (Thread-3240) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2029158 INFO  
(SUITE-LeaderTragicEventTest-seed#[FE0614EF74606997]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:65455
   [junit4]   2> 2029160 INFO  (zkConnectionManagerCallback-6299-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029165 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 2029165 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2029165 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2029165 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2029165 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 2029166 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@287a032d{/solr,null,AVAILABLE}
   [junit4]   2> 2029166 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2029166 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2029166 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2029166 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4cffeb66{/solr,null,AVAILABLE}
   [junit4]   2> 2029168 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2a934da5{HTTP/1.1,[http/1.1]}{127.0.0.1:65462}
   [junit4]   2> 2029169 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.e.j.s.Server Started @2029277ms
   [junit4]   2> 2029169 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@29f3e1bd{HTTP/1.1,[http/1.1]}{127.0.0.1:65460}
   [junit4]   2> 2029169 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.e.j.s.Server Started @2029277ms
   [junit4]   2> 2029169 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65462}
   [junit4]   2> 2029169 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65460}
   [junit4]   2> 2029169 ERROR (jetty-launcher-6296-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2029169 ERROR (jetty-launcher-6296-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2029169 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2029169 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2029169 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.5.0
   [junit4]   2> 2029169 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.5.0
   [junit4]   2> 2029170 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2029170 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2029170 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2029170 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2029170 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-14T23:14:10.341420500Z
   [junit4]   2> 2029170 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-14T23:14:10.341420500Z
   [junit4]   2> 2029171 INFO  (zkConnectionManagerCallback-6302-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029171 INFO  (zkConnectionManagerCallback-6303-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029172 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2029172 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2029176 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 
0x100150d32890001, likely client has closed socket
   [junit4]   2> 2029249 INFO  (jetty-launcher-6296-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65455/solr
   [junit4]   2> 2029252 INFO  (zkConnectionManagerCallback-6307-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029256 INFO  (zkConnectionManagerCallback-6309-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029347 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2029347 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65462_solr
   [junit4]   2> 2029348 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.c.Overseer Overseer 
(id=72080740464525316-127.0.0.1:65462_solr-n_0000000000) starting
   [junit4]   2> 2029353 INFO  (zkConnectionManagerCallback-6316-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029354 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:65455/solr ready
   [junit4]   2> 2029355 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65462_solr
   [junit4]   2> 2029375 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2029388 INFO  (zkCallback-6315-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2029388 INFO  
(OverseerStateUpdate-72080740464525316-127.0.0.1:65462_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2029394 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65462.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74fe2edb
   [junit4]   2> 2029399 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65462.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74fe2edb
   [junit4]   2> 2029399 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65462.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74fe2edb
   [junit4]   2> 2029400 INFO  (jetty-launcher-6296-thread-1) 
[n:127.0.0.1:65462_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderTragicEventTest_FE0614EF74606997-001\tempDir-001\node1\.
   [junit4]   2> 2029419 INFO  (jetty-launcher-6296-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65455/solr
   [junit4]   2> 2029546 INFO  (zkConnectionManagerCallback-6321-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029554 INFO  (zkConnectionManagerCallback-6323-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029558 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2029559 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2029561 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2029561 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65460_solr
   [junit4]   2> 2029582 INFO  (zkCallback-6308-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2029582 INFO  (zkCallback-6315-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2029617 INFO  (zkCallback-6322-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2029619 INFO  (zkConnectionManagerCallback-6330-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029621 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2029622 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:65455/solr ready
   [junit4]   2> 2029622 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2029643 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65460.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74fe2edb
   [junit4]   2> 2029651 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65460.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74fe2edb
   [junit4]   2> 2029651 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65460.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74fe2edb
   [junit4]   2> 2029653 INFO  (jetty-launcher-6296-thread-2) 
[n:127.0.0.1:65460_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderTragicEventTest_FE0614EF74606997-001\tempDir-001\node2\.
   [junit4]   2> 2029730 INFO  (zkConnectionManagerCallback-6333-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029765 INFO  (zkConnectionManagerCallback-6338-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029766 INFO  
(SUITE-LeaderTragicEventTest-seed#[FE0614EF74606997]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2029768 INFO  
(SUITE-LeaderTragicEventTest-seed#[FE0614EF74606997]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65455/solr ready
   [junit4]   2> 2029794 INFO  
(TEST-LeaderTragicEventTest.test-seed#[FE0614EF74606997]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2029796 INFO  (qtp593684525-21510) [n:127.0.0.1:65460_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2029800 INFO  (OverseerThreadFactory-8273-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2029999 INFO  
(OverseerStateUpdate-72080740464525316-127.0.0.1:65462_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65460/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2030000 INFO  
(OverseerStateUpdate-72080740464525316-127.0.0.1:65462_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65462/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2030204 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr    
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2030204 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr    
x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2030205 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr    
x:collection1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2031217 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2031217 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2031234 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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> 2031234 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2031235 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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> 2031235 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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> 2031235 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2031235 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65460.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74fe2edb
   [junit4]   2> 2031235 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2031235 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2031235 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderTragicEventTest_FE0614EF74606997-001\tempDir-001\node2\collection1_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderTragicEventTest_FE0614EF74606997-001\tempDir-001\node2\.\collection1_shard1_replica_n1\data\]
   [junit4]   2> 2031236 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65462.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74fe2edb
   [junit4]   2> 2031236 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2031236 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderTragicEventTest_FE0614EF74606997-001\tempDir-001\node1\collection1_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderTragicEventTest_FE0614EF74606997-001\tempDir-001\node1\.\collection1_shard1_replica_n2\data\]
   [junit4]   2> 2031308 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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> 2031308 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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> 2031310 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2031310 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2031311 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@42280e8[collection1_shard1_replica_n1] main]
   [junit4]   2> 2031312 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2031312 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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/config
   [junit4]   2> 2031313 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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> 2031313 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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 1606009542393462784
   [junit4]   2> 2031313 INFO  
(searcherExecutor-8282-thread-1-processing-n:127.0.0.1:65460_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:65460_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@42280e8[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2031314 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2031314 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2031316 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2031316 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2031317 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1214e0d8[collection1_shard1_replica_n2] main]
   [junit4]   2> 2031318 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2031318 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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> 2031318 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2031319 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2031319 INFO  
(searcherExecutor-8283-thread-1-processing-n:127.0.0.1:65462_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:65462_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@1214e0d8[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2031319 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1606009542399754240
   [junit4]   2> 2031320 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2031322 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=0, 
core_node4=0}, version=1}
   [junit4]   2> 2031823 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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> 2031823 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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> 2031823 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/
   [junit4]   2> 2031824 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 
url=http://127.0.0.1:65460/solr START 
replicas=[http://127.0.0.1:65462/solr/collection1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 2031824 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 
url=http://127.0.0.1:65460/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2031827 INFO  (qtp278355896-21523) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2031828 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2031828 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2031828 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2031832 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 2031984 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2031987 INFO  (qtp593684525-21514) [n:127.0.0.1:65460_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=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1783
   [junit4]   2> 2032088 INFO  (zkCallback-6322-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: [2])
   [junit4]   2> 2032327 INFO  (qtp278355896-21521) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2123
   [junit4]   2> 2032329 INFO  (qtp593684525-21510) [n:127.0.0.1:65460_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2032428 INFO  (zkCallback-6322-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: [2])
   [junit4]   2> 2032428 INFO  (zkCallback-6308-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: [2])
   [junit4]   2> 2033330 INFO  (qtp593684525-21510) [n:127.0.0.1:65460_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3533
   [junit4]   2> 2033337 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_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=1, 
core_node4=1}, version=2}
   [junit4]   2> 2033339 INFO  (qtp278355896-21522) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[0
 (1606009544513683456)]} 0 1
   [junit4]   2> 2033340 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 
(1606009544513683456)]} 0 4
   [junit4]   2> 2033341 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544519974912,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033341 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f06eac0 
commitCommandVersion:1606009544519974912
   [junit4]   2> 2033341 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544519974912,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033341 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55a14082 
commitCommandVersion:1606009544519974912
   [junit4]   2> 2033344 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43de915d[collection1_shard1_replica_n2] main]
   [junit4]   2> 2033344 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@49e740cb[collection1_shard1_replica_n1] main]
   [junit4]   2> 2033344 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033344 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033345 INFO  
(searcherExecutor-8282-thread-1-processing-n:127.0.0.1:65460_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:65460_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@49e740cb[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)))}
   [junit4]   2> 2033345 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2033345 INFO  
(searcherExecutor-8283-thread-1-processing-n:127.0.0.1:65462_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:65462_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@43de915d[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)))}
   [junit4]   2> 2033345 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 4
   [junit4]   2> 2033345 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 2033350 INFO  (qtp278355896-21522) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[1
 (1606009544525217792)]} 0 0
   [junit4]   2> 2033350 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 
(1606009544525217792)]} 0 3
   [junit4]   2> 2033351 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544530460672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033351 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544530460672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033351 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55a14082 
commitCommandVersion:1606009544530460672
   [junit4]   2> 2033351 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f06eac0 
commitCommandVersion:1606009544530460672
   [junit4]   2> 2033354 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@706b09d3[collection1_shard1_replica_n2] main]
   [junit4]   2> 2033354 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@789c4453[collection1_shard1_replica_n1] main]
   [junit4]   2> 2033354 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033354 INFO  
(searcherExecutor-8282-thread-1-processing-n:127.0.0.1:65460_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:65460_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@789c4453[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1)))}
   [junit4]   2> 2033354 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033354 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 4
   [junit4]   2> 2033354 INFO  
(searcherExecutor-8283-thread-1-processing-n:127.0.0.1:65462_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:65462_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@706b09d3[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1)))}
   [junit4]   2> 2033355 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 4
   [junit4]   2> 2033355 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 2033359 INFO  (qtp278355896-21522) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[2
 (1606009544534654976)]} 0 1
   [junit4]   2> 2033359 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 
(1606009544534654976)]} 0 3
   [junit4]   2> 2033360 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544539897856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033360 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f06eac0 
commitCommandVersion:1606009544539897856
   [junit4]   2> 2033360 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544539897856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033360 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55a14082 
commitCommandVersion:1606009544539897856
   [junit4]   2> 2033361 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6e42efc0[collection1_shard1_replica_n2] main]
   [junit4]   2> 2033361 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@413f793a[collection1_shard1_replica_n1] main]
   [junit4]   2> 2033362 INFO  
(searcherExecutor-8283-thread-1-processing-n:127.0.0.1:65462_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:65462_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@6e42efc0[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1)))}
   [junit4]   2> 2033362 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033362 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033362 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 2033362 INFO  
(searcherExecutor-8282-thread-1-processing-n:127.0.0.1:65460_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:65460_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@413f793a[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1)))}
   [junit4]   2> 2033363 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 2033363 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 2033365 INFO  (qtp278355896-21522) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[3
 (1606009544543043584)]} 0 0
   [junit4]   2> 2033365 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 
(1606009544543043584)]} 0 2
   [junit4]   2> 2033366 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544546189312,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033366 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f06eac0 
commitCommandVersion:1606009544546189312
   [junit4]   2> 2033366 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544546189312,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033366 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55a14082 
commitCommandVersion:1606009544546189312
   [junit4]   2> 2033367 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@78d08617[collection1_shard1_replica_n2] main]
   [junit4]   2> 2033367 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67a50036[collection1_shard1_replica_n1] main]
   [junit4]   2> 2033369 INFO  
(searcherExecutor-8283-thread-1-processing-n:127.0.0.1:65462_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:65462_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@78d08617[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1) 
Uninverting(_3(7.5.0):C1)))}
   [junit4]   2> 2033369 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033369 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033369 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 2033369 INFO  
(searcherExecutor-8282-thread-1-processing-n:127.0.0.1:65460_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:65460_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@67a50036[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1) 
Uninverting(_3(7.5.0):C1)))}
   [junit4]   2> 2033369 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 2033369 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 2033372 INFO  (qtp278355896-21522) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[4
 (1606009544550383616)]} 0 0
   [junit4]   2> 2033372 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 
(1606009544550383616)]} 0 2
   [junit4]   2> 2033373 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544553529344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033373 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f06eac0 
commitCommandVersion:1606009544553529344
   [junit4]   2> 2033373 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544553529344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033373 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55a14082 
commitCommandVersion:1606009544553529344
   [junit4]   2> 2033374 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2a444920[collection1_shard1_replica_n2] main]
   [junit4]   2> 2033375 INFO  
(searcherExecutor-8283-thread-1-processing-n:127.0.0.1:65462_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:65462_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@2a444920[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1) Uninverting(_3(7.5.0):C1) 
Uninverting(_4(7.5.0):C1)))}
   [junit4]   2> 2033375 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033375 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2033376 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@73d34ddd[collection1_shard1_replica_n1] main]
   [junit4]   2> 2033377 INFO  
(searcherExecutor-8282-thread-1-processing-n:127.0.0.1:65460_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:65460_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@73d34ddd[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1) Uninverting(_3(7.5.0):C1) 
Uninverting(_4(7.5.0):C1)))}
   [junit4]   2> 2033377 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033377 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 5
   [junit4]   2> 2033377 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 6
   [junit4]   2> 2033381 INFO  (qtp278355896-21522) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[5
 (1606009544559820800)]} 0 0
   [junit4]   2> 2033381 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 
(1606009544559820800)]} 0 2
   [junit4]   2> 2033382 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544562966528,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033382 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f06eac0 
commitCommandVersion:1606009544562966528
   [junit4]   2> 2033382 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544562966528,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033382 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55a14082 
commitCommandVersion:1606009544562966528
   [junit4]   2> 2033384 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@57122277[collection1_shard1_replica_n2] main]
   [junit4]   2> 2033384 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d605ab1[collection1_shard1_replica_n1] main]
   [junit4]   2> 2033384 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033385 INFO  
(searcherExecutor-8283-thread-1-processing-n:127.0.0.1:65462_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:65462_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@57122277[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1) Uninverting(_3(7.5.0):C1) 
Uninverting(_4(7.5.0):C1) Uninverting(_5(7.5.0):C1)))}
   [junit4]   2> 2033385 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2033386 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033386 INFO  
(searcherExecutor-8282-thread-1-processing-n:127.0.0.1:65460_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:65460_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@7d605ab1[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1) Uninverting(_3(7.5.0):C1) 
Uninverting(_4(7.5.0):C1) Uninverting(_5(7.5.0):C1)))}
   [junit4]   2> 2033386 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2033386 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 2033389 INFO  (qtp278355896-21522) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[6
 (1606009544568209408)]} 0 0
   [junit4]   2> 2033389 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 
(1606009544568209408)]} 0 2
   [junit4]   2> 2033390 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544571355136,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033390 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544571355136,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033390 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55a14082 
commitCommandVersion:1606009544571355136
   [junit4]   2> 2033390 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f06eac0 
commitCommandVersion:1606009544571355136
   [junit4]   2> 2033393 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d3d5751[collection1_shard1_replica_n2] main]
   [junit4]   2> 2033393 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033393 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@72faa159[collection1_shard1_replica_n1] main]
   [junit4]   2> 2033393 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033394 INFO  
(searcherExecutor-8283-thread-1-processing-n:127.0.0.1:65462_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:65462_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@2d3d5751[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1) Uninverting(_3(7.5.0):C1) 
Uninverting(_4(7.5.0):C1) Uninverting(_5(7.5.0):C1) Uninverting(_6(7.5.0):C1)))}
   [junit4]   2> 2033394 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2033394 INFO  
(searcherExecutor-8282-thread-1-processing-n:127.0.0.1:65460_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:65460_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@72faa159[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)
 Uninverting(_1(7.5.0):C1) Uninverting(_2(7.5.0):C1) Uninverting(_3(7.5.0):C1) 
Uninverting(_4(7.5.0):C1) Uninverting(_5(7.5.0):C1) Uninverting(_6(7.5.0):C1)))}
   [junit4]   2> 2033394 INFO  (qtp593684525-21508) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2033394 INFO  (qtp593684525-21509) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 2033397 INFO  (qtp278355896-21522) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65460/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[7
 (1606009544577646592)]} 0 0
   [junit4]   2> 2033398 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 
(1606009544577646592)]} 0 2
   [junit4]   2> 2033398 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544579743744,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033398 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55a14082 
commitCommandVersion:1606009544579743744
   [junit4]   2> 2033398 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606009544579743744,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033398 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f06eac0 
commitCommandVersion:1606009544579743744
   [junit4]   2> 2033401 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7621bcca[collection1_shard1_replica_n1] main]
   [junit4]   2> 2033401 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a55c376[collection1_shard1_replica_n2] main]
   [junit4]   2> 2033401 INFO  (qtp593684525-21511) [n:127.0.0.1:65460_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033401 INFO  (qtp278355896-21518) [n:127.0.0.1:65462_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033401 INFO  
(searcherExecutor-8282-thread-1-processing-n:127.0.0.1:65460_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:65460_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 S

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

om.codahale.metrics.MetricRegistry@9103d8
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_FE0614EF74606997-001
   [junit4]   2> Jul 14, 2018 11:32:43 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(Lucene70): 
{textgrams=BlockTreeOrds(blocksize=128), text=BlockTreeOrds(blocksize=128), 
exacttext=Lucene50(blocksize=128)}, 
docValues:{weight=DocValuesFormat(name=Lucene70), 
text=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=58, 
maxMBSortInHeap=7.997712566316414, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-TO, timezone=America/Cambridge_Bay
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=205016080,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CircularListTest, 
SimplePostToolTest, FieldAnalysisRequestHandlerTest, 
ParsingFieldUpdateProcessorsTest, OverseerCollectionConfigSetProcessorTest, 
DocExpirationUpdateProcessorFactoryTest, TestComputePlanAction, EchoParamsTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, MoveReplicaHDFSFailoverTest, 
TimeRoutedAliasUpdateProcessorTest, CSVRequestHandlerTest, 
TestDynamicFieldCollectionResource, UUIDFieldTest, 
TestJsonFacetsWithNestedObjects, CollectionReloadTest, TestJettySolrRunner, 
TestPKIAuthenticationPlugin, TestDocTermOrds, MetricUtilsTest, 
SignatureUpdateProcessorFactoryTest, SynonymTokenizerTest, 
CdcrReplicationHandlerTest, UniqFieldsUpdateProcessorFactoryTest, 
TestManagedSynonymGraphFilterFactory, TestManagedSchemaThreadSafety, 
TestJavabinTupleStreamParser, TestClusterStateMutator, SpellCheckComponentTest, 
LegacyCloudClusterPropTest, TestFuzzyAnalyzedSuggestions, 
TestNestedUpdateProcessor, TestSolr4Spatial2, TestMacroExpander, 
TestSolrCloudWithDelegationTokens, TestLeaderInitiatedRecoveryThread, 
BlockJoinFacetDistribTest, CurrencyFieldTypeTest, NodeAddedTriggerTest, 
TestNonDefinedSimilarityFactory, HdfsTlogReplayBufferedWhileIndexingTest, 
TestCloudJSONFacetSKG, TestSolrIndexConfig, SliceStateTest, 
PrimitiveFieldTypeTest, AnalyticsQueryTest, TestSmileRequest, ZkSolrClientTest, 
ZkControllerTest, ChaosMonkeySafeLeaderTest, 
HdfsAutoAddReplicasIntegrationTest, TestCorePropertiesReload, 
TestDistributedSearch, TestSchemalessBufferedUpdates, SolrIndexSplitterTest, 
OpenExchangeRatesOrgProviderTest, TestLegacyTerms, 
TestLegacyNumericRangeQueryBuilder, TestRemoteStreaming, ConnectionManagerTest, 
JSONWriterTest, TestPrepRecovery, TestCloudPseudoReturnFields, 
TestCrossCoreJoin, TestNumericTokenStream, SolrRequestParserTest, 
TestSolrCoreProperties, TestFieldCache, SuggesterTSTTest, 
TestRequestStatusCollectionAPI, DateRangeFieldTest, TestSQLHandler, 
TestCloudNestedDocsSort, TestSha256AuthenticationProvider, 
TestRequestForwarding, ZkStateWriterTest, TestRandomCollapseQParserPlugin, 
TestPseudoReturnFields, TestNodeLostTrigger, ConfigureRecoveryStrategyTest, 
RollingRestartTest, DisMaxRequestHandlerTest, V2StandaloneTest, 
DeleteStatusTest, CoreMergeIndexesAdminHandlerTest, TestDirectoryFactory, 
OverseerRolesTest, HighlighterConfigTest, TestPayloadCheckQParserPlugin, 
WordBreakSolrSpellCheckerTest, TestExclusionRuleCollectionAccess, 
DirectUpdateHandlerTest, ReturnFieldsTest, TestFieldSortValues, 
TestRecoveryHdfs, RecoveryZkTest, HLLUtilTest, ReplaceNodeNoTargetTest, 
MoreLikeThisHandlerTest, CoreAdminCreateDiscoverTest, TestBulkSchemaAPI, 
SoftAutoCommitTest, TestPushWriter, CheckHdfsIndexTest, TaggerTest, 
TriggerCooldownIntegrationTest, ChangedSchemaMergeTest, TestRawTransformer, 
DistributedFacetExistsSmallTest, TestDistribIDF, BaseCdcrDistributedZkTest, 
SolrCoreMetricManagerTest, TestNamedUpdateProcessors, NotRequiredUniqueKeyTest, 
TestCollationFieldDocValues, PeerSyncReplicationTest, TestCoreAdminApis, 
AsyncCallRequestStatusResponseTest, TestFieldCollectionResource, 
CdcrUpdateLogTest, PreAnalyzedFieldManagedSchemaCloudTest, 
DistributedQueueTest, TestCSVLoader, TestConfigSetsAPIZkFailure, 
OutputWriterTest, TransactionLogTest, ZkNodePropsTest, RAMDirectoryFactoryTest, 
VMParamsZkACLAndCredentialsProvidersTest, SchemaApiFailureTest, 
SearchRateTriggerIntegrationTest, TermVectorComponentDistributedTest, 
ConcurrentDeleteAndCreateCollectionTest, TestUnInvertedFieldException, 
TestNoOpRegenerator, DocValuesMultiTest, TestImpersonationWithHadoopAuth, 
OverseerTaskQueueTest, TestCloudSearcherWarming, 
StatelessScriptUpdateProcessorFactoryTest, UninvertDocValuesMergePolicyTest, 
TestAnalyzedSuggestions, TestDocBasedVersionConstraints, TestStressRecovery, 
TestUtils, DateMathParserTest, IndexSchemaRuntimeFieldTest, MetricTriggerTest, 
TestIndexSearcher, DistributedQueryComponentOptimizationTest, 
TestQuerySenderListener, TestSystemIdResolver, TestJoin, PluginInfoTest, 
IndexBasedSpellCheckerTest, ScheduledTriggerIntegrationTest, 
TestSchemaNameResource, TestFastOutputStream, TestSolrCoreSnapshots, 
BadIndexSchemaTest, TestOrdValues, LIRRollingUpdatesTest, 
CoreAdminOperationTest, TestExpandComponent, TestFiltering, ActionThrottleTest, 
HdfsDirectoryTest, TestComponentsName, CollectionStateFormat2Test, 
ConvertedLegacyTest, SystemLogListenerTest, TestReloadDeadlock, RuleEngineTest, 
MaxSizeAutoCommitTest, RangeFacetCloudTest, TriLevelCompositeIdRoutingTest, 
TestSafeXMLParsing, LoggingHandlerTest, UtilsToolTest, TestMergePolicyConfig, 
RegexBoostProcessorTest, TestInfoStreamLogging, TestZkAclsWithHadoopAuth, 
AtomicUpdatesTest, HdfsChaosMonkeyNothingIsSafeTest, SolrIndexConfigTest, 
TestExtendedDismaxParser, CloneFieldUpdateProcessorFactoryTest, 
HdfsDirectoryFactoryTest, ShardRoutingTest, TestUnifiedSolrHighlighter, 
TestCollectionAPIs, RegexBytesRefFilterTest, TestSolrDeletionPolicy1, 
TestSolrQueryResponse, SolrInfoBeanTest, AlternateDirectoryTest, 
TestDeleteCollectionOnDownNodes, DistanceFunctionTest, 
TestGeoJSONResponseWriter, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, 
CursorPagingTest, TestDistributedGrouping, TestDistributedMissingSort, 
TestGroupingSearch, TestHighlightDedupGrouping, TestRandomDVFaceting, 
TestRandomFaceting, TestSimpleTrackingShardHandler, TestTolerantSearch, 
TestTrie, ProtectedTermFilterFactoryTest, TestCharFilters, 
TestLuceneMatchVersion, TestReversedWildcardFilterFactory, 
TestWordDelimiterFilterFactory, TestLuceneIndexBackCompat, 
TestEmbeddedSolrServerConstructors, ConnectionReuseTest, AliasIntegrationTest, 
BasicDistributedZk2Test, BasicDistributedZkTest, BasicZkTest, 
ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
CloudExitableDirectoryReaderTest, ClusterStateUpdateTest, CollectionPropsTest, 
CollectionsAPISolrJTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DocValuesNotIndexedTest, 
HttpPartitionTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, 
LeaderFailoverAfterPartitionTest, LeaderVoteWaitTimeoutTest, 
MigrateRouteKeyTest, MultiSolrCloudTestCaseTest, OverseerModifyCollectionTest, 
RemoteQueryErrorTest, ReplaceNodeTest, ReplicationFactorTest, 
TestCloudInspectUtil, TestCloudRecovery, TestDistributedMap, 
TestDownShardTolerantSearch, TestHashPartitioner, 
TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, 
TestPullReplicaErrorHandling, ZkShardTermsTest, 
CollectionsAPIAsyncDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, 
ShardSplitTest, SimpleCollectionCreateDeleteTest, 
TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore, 
TestReplicaProperties, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, 
ComputePlanActionTest, IndexSizeTriggerTest, NodeAddedTriggerIntegrationTest, 
NodeLostTriggerTest, RestoreTriggerStateTest, TestPolicyCloud, 
TriggerSetPropertiesIntegrationTest, TestNodeAddedTrigger, 
TestTriggerIntegration, CdcrBootstrapTest, QueryResultKeyTest, 
ResourceLoaderTest, SOLR749Test, TestBackupRepositoryFactory, TestBadConfig, 
TestCoreContainer, TestDynamicURP, TestInitParams, TestJmxIntegration, 
TestLazyCores, TestSolrXml, TestXIncludeConfig, BinaryUpdateRequestHandlerTest, 
JsonLoaderTest, PingRequestHandlerTest, RequestLoggingTest, 
TestReplicationHandler, TestReqParamsAPI, TestSolrConfigHandlerCloud, 
V2ApiIntegrationTest, XsltUpdateRequestHandlerTest, 
AutoscalingHistoryHandlerTest, MetricsHistoryHandlerTest, 
SystemInfoHandlerTest, BadComponentTest, DistributedDebugComponentTest, 
DistributedExpandComponentTest, DistributedFacetPivotLargeTest, 
DistributedFacetPivotWhiteBoxTest, DistributedSpellCheckComponentTest, 
FacetPivotSmallTest, InfixSuggestersTest]
   [junit4] Completed [612/823 (2!)] on J0 in 8.03s, 7 tests, 1 error <<< 
FAILURES!

[...truncated 9410 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:633: The following 
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:585: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid6016.hprof

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

Reply via email to