You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/06/20 00:12:05 UTC

[JENKINS] Lucene-Solr-Tests-7.x - Build # 647 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/647/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.update.MaxSizeAutoCommitTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [TransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.TransactionLog  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:187)  at org.apache.solr.update.UpdateLog.newTransactionLog(UpdateLog.java:466)  at org.apache.solr.update.UpdateLog.ensureLog(UpdateLog.java:1321)  at org.apache.solr.update.UpdateLog.add(UpdateLog.java:570)  at org.apache.solr.update.UpdateLog.add(UpdateLog.java:550)  at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:345)  at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:283)  at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:233)  at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)  at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:950)  at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1168)  at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:633)  at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)  at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:261)  at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:188)  at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)  at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.update.MaxSizeAutoCommitTest.simpleTest(MaxSizeAutoCommitTest.java:106)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:498)  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)  at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)  at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)  at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)  at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)  at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)  at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)  at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)  at java.lang.Thread.run(Thread.java:748)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [TransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.TransactionLog
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:187)
	at org.apache.solr.update.UpdateLog.newTransactionLog(UpdateLog.java:466)
	at org.apache.solr.update.UpdateLog.ensureLog(UpdateLog.java:1321)
	at org.apache.solr.update.UpdateLog.add(UpdateLog.java:570)
	at org.apache.solr.update.UpdateLog.add(UpdateLog.java:550)
	at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:345)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:283)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:233)
	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:950)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1168)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:633)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:261)
	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:188)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.update.MaxSizeAutoCommitTest.simpleTest(MaxSizeAutoCommitTest.java:106)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


	at __randomizedtesting.SeedInfo.seed([80129DF59B5CC3E9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:304)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:897)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12604 lines...]
   [junit4] Suite: org.apache.solr.update.MaxSizeAutoCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.MaxSizeAutoCommitTest_80129DF59B5CC3E9-001/init-core-data-001
   [junit4]   2> 394468 WARN  (SUITE-MaxSizeAutoCommitTest-seed#[80129DF59B5CC3E9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 394512 INFO  (SUITE-MaxSizeAutoCommitTest-seed#[80129DF59B5CC3E9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 394530 INFO  (SUITE-MaxSizeAutoCommitTest-seed#[80129DF59B5CC3E9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 394530 INFO  (SUITE-MaxSizeAutoCommitTest-seed#[80129DF59B5CC3E9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4] IGNOR/A 0.00s J2 | MaxSizeAutoCommitTest.endToEndTest {seed=[80129DF59B5CC3E9:9A44F2C37BEEE4EB]}
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J2 | MaxSizeAutoCommitTest.endToEndTest {seed=[80129DF59B5CC3E9:2E124E3F4F2C2FC7]}
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J2 | MaxSizeAutoCommitTest.endToEndTest {seed=[80129DF59B5CC3E9:A0FBD8E31EE8670C]}
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J2 | MaxSizeAutoCommitTest.endToEndTest {seed=[80129DF59B5CC3E9:9115730672163C25]}
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J2 | MaxSizeAutoCommitTest.endToEndTest {seed=[80129DF59B5CC3E9:DDD4F6ABD31EFC9E]}
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 394547 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting simpleTest
   [junit4]   2> 397536 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 397537 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 397810 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 397959 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 398690 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 399578 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 399578 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 399705 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@34ae4f9
   [junit4]   2> 399792 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@34ae4f9
   [junit4]   2> 399793 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@34ae4f9
   [junit4]   2> 399830 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 400129 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 400233 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 400958 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 401032 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 401046 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@34ae4f9
   [junit4]   2> 401046 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 401046 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.MaxSizeAutoCommitTest_80129DF59B5CC3E9-001/init-core-data-001/]
   [junit4]   2> 401048 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 401140 WARN  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 401466 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 401466 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 401515 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 401515 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 401549 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16912734590659362]
   [junit4]   2> 401550 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b3d6232[collection1] main]
   [junit4]   2> 401550 WARN  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 401551 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 401551 INFO  (coreLoadExecutor-604-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603741056833159168
   [junit4]   2> 401655 INFO  (searcherExecutor-605-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3b3d6232[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 401664 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 401696 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1603741056953745408), 1 (1603741056985202688), 2 (1603741056985202689)]} 0 30
   [junit4]   2> 401928 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1603741057227423744), 4 (1603741057228472320), 5 (1603741057228472321)]} 0 0
   [junit4]   2> 402151 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1603741057462304768), 7 (1603741057462304769), 8 (1603741057462304770)]} 0 0
   [junit4]   2> 402361 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1603741057682505728), 10 (1603741057682505729), 11 (1603741057682505730)]} 0 0
   [junit4]   2> 402564 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1603741057894318080), 13 (1603741057894318081), 14 (1603741057894318082)]} 0 1
   [junit4]   2> 402769 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1603741058109276160), 16 (1603741058110324736), 17 (1603741058110324737)]} 0 0
   [junit4]   2> 402984 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[18 (1603741058334720000), 19 (1603741058335768576), 20 (1603741058335768577)]} 0 0
   [junit4]   2> 403195 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[21 (1603741058557018112), 22 (1603741058557018113), 23 (1603741058557018114)]} 0 0
   [junit4]   2> 403430 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[24 (1603741058786656256), 25 (1603741058787704832), 26 (1603741058787704833)]} 0 16
   [junit4]   2> 403431 INFO  (commitScheduler-608-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 403431 INFO  (commitScheduler-608-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1886175e commitCommandVersion:0
   [junit4]   2> 403543 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[27 (1603741058919825408), 28 (1603741058921922560), 29 (1603741058921922561)]} 0 1
   [junit4]   2> 403771 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending simpleTest
   [junit4]   2> 403771 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 403771 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=469501913
   [junit4]   2> 403771 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 403771 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62a2861f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2be253d
   [junit4]   2> 403775 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 403775 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58032fb4: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6f8b9682
   [junit4]   2> 403796 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 403796 INFO  (TEST-MaxSizeAutoCommitTest.simpleTest-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6843b11b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4de3a9f2
   [junit4]   2> 403814 INFO  (coreCloseExecutor-610-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3b1a605c
   [junit4]   2> 403815 INFO  (coreCloseExecutor-610-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=3b1a605c
   [junit4]   2> 403815 INFO  (coreCloseExecutor-610-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c75edae: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@661e9b60
   [junit4]   2> 403833 INFO  (commitScheduler-608-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a44967b[collection1] realtime]
   [junit4]   2> 403834 ERROR (commitScheduler-608-thread-1) [    ] o.a.s.u.CommitTracker auto commit error...:org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2126)
   [junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:705)
   [junit4]   2> 	at org.apache.solr.update.CommitTracker.run(CommitTracker.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: openNewSearcher called on closed core
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2113)
   [junit4]   2> 	... 9 more
   [junit4]   2> 
   [junit4]   2> 403924 INFO  (coreCloseExecutor-610-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 403924 INFO  (coreCloseExecutor-610-thread-1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1886175e commitCommandVersion:0
   [junit4] IGNOR/A 0.00s J2 | MaxSizeAutoCommitTest.deleteTest
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 404021 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRedundantDeletes
   [junit4]   2> 404022 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 404022 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 404167 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 404216 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 404880 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 405334 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 405335 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 405399 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@34ae4f9
   [junit4]   2> 405456 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@34ae4f9
   [junit4]   2> 405457 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@34ae4f9
   [junit4]   2> 405527 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 405699 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 405756 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 406267 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 406343 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 406343 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@34ae4f9
   [junit4]   2> 406343 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 406343 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.MaxSizeAutoCommitTest_80129DF59B5CC3E9-001/init-core-data-001/]
   [junit4]   2> 406357 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 406360 WARN  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 406573 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 406573 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 406574 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 406574 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 406574 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16912734590659362]
   [junit4]   2> 406586 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ae86cad[collection1] main]
   [junit4]   2> 406586 WARN  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 406587 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 406587 INFO  (coreLoadExecutor-620-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603741062113787904
   [junit4]   2> 406592 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 406615 INFO  (searcherExecutor-621-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4ae86cad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 406721 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 406721 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@43b91915 commitCommandVersion:0
   [junit4]   2> 406761 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1603741062120079360), 1 (1603741062152585216), 2 (1603741062152585217), 3 (1603741062152585218), 4 (1603741062152585219), 5 (1603741062152585220), 6 (1603741062152585221), 7 (1603741062153633792), 8 (1603741062153633793), 9 (1603741062153633794), ... (150 adds)]} 0 168
   [junit4]   2> 406907 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c595457[collection1] realtime]
   [junit4]   2> 406925 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 406925 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 406925 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@43b91915 commitCommandVersion:0
   [junit4]   2> 406925 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c355650[collection1] realtime]
   [junit4]   2> 406989 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 407063 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062611861504)]} 0 53
   [junit4]   2> 407064 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062613958656)]} 0 53
   [junit4]   2> 407064 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062613958657)]} 0 54
   [junit4]   2> 407064 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062613958658)]} 0 54
   [junit4]   2> 407064 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062613958659)]} 0 54
   [junit4]   2> 407064 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062613958660)]} 0 54
   [junit4]   2> 407065 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062613958661)]} 0 54
   [junit4]   2> 407065 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062615007232)]} 0 54
   [junit4]   2> 407065 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062615007233)]} 0 55
   [junit4]   2> 407065 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062615007234)]} 0 55
   [junit4]   2> 407065 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062615007235)]} 0 55
   [junit4]   2> 407065 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062615007236)]} 0 55
   [junit4]   2> 407065 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062615007237)]} 0 55
   [junit4]   2> 407065 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062615007238)]} 0 55
   [junit4]   2> 407066 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062615007239)]} 0 55
   [junit4]   2> 407066 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062616055808)]} 0 55
   [junit4]   2> 407066 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062616055809)]} 0 56
   [junit4]   2> 407066 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062616055810)]} 0 56
   [junit4]   2> 407066 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062616055811)]} 0 56
   [junit4]   2> 407066 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062616055812)]} 0 56
   [junit4]   2> 407066 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062616055813)]} 0 56
   [junit4]   2> 407067 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062616055814)]} 0 56
   [junit4]   2> 407067 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062617104384)]} 0 56
   [junit4]   2> 407067 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062617104385)]} 0 56
   [junit4]   2> 407067 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062617104386)]} 0 57
   [junit4]   2> 407067 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062617104387)]} 0 57
   [junit4]   2> 407067 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062617104388)]} 0 57
   [junit4]   2> 407067 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062617104389)]} 0 57
   [junit4]   2> 407067 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062617104390)]} 0 57
   [junit4]   2> 407095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062617104391)]} 0 84
   [junit4]   2> 407095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062646464512)]} 0 85
   [junit4]   2> 407095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062646464513)]} 0 85
   [junit4]   2> 407095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062646464514)]} 0 85
   [junit4]   2> 407095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062646464515)]} 0 85
   [junit4]   2> 407095 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062646464516)]} 0 85
   [junit4]   2> 407096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062646464517)]} 0 85
   [junit4]   2> 407096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062647513088)]} 0 85
   [junit4]   2> 407096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062647513089)]} 0 86
   [junit4]   2> 407096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062647513090)]} 0 86
   [junit4]   2> 407096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062647513091)]} 0 86
   [junit4]   2> 407096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062647513092)]} 0 86
   [junit4]   2> 407096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062647513093)]} 0 86
   [junit4]   2> 407096 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062647513094)]} 0 86
   [junit4]   2> 407097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062648561664)]} 0 86
   [junit4]   2> 407097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062648561665)]} 0 86
   [junit4]   2> 407097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062648561666)]} 0 87
   [junit4]   2> 407097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062648561667)]} 0 87
   [junit4]   2> 407097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062648561668)]} 0 87
   [junit4]   2> 407097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062648561669)]} 0 87
   [junit4]   2> 407097 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062648561670)]} 0 87
   [junit4]   2> 407098 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 407098 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@43b91915 commitCommandVersion:0
   [junit4]   2> 407120 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f26e609[collection1] realtime]
   [junit4]   2> 407136 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 407156 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062710427648)]} 0 146
   [junit4]   2> 407157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062710427649)]} 0 146
   [junit4]   2> 407157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062711476224)]} 0 146
   [junit4]   2> 407157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062711476225)]} 0 147
   [junit4]   2> 407157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062711476226)]} 0 147
   [junit4]   2> 407157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062711476227)]} 0 147
   [junit4]   2> 407157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062711476228)]} 0 147
   [junit4]   2> 407157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062711476229)]} 0 147
   [junit4]   2> 407157 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062711476230)]} 0 147
   [junit4]   2> 407158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062712524800)]} 0 147
   [junit4]   2> 407158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062712524801)]} 0 147
   [junit4]   2> 407158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062712524802)]} 0 148
   [junit4]   2> 407158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062712524803)]} 0 148
   [junit4]   2> 407158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062712524804)]} 0 148
   [junit4]   2> 407158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062712524805)]} 0 148
   [junit4]   2> 407158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062712524806)]} 0 148
   [junit4]   2> 407158 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062712524807)]} 0 148
   [junit4]   2> 407159 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062713573376)]} 0 148
   [junit4]   2> 407159 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062713573377)]} 0 148
   [junit4]   2> 407159 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062713573378)]} 0 149
   [junit4]   2> 407159 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062713573379)]} 0 149
   [junit4]   2> 407159 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062713573380)]} 0 149
   [junit4]   2> 407159 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062713573381)]} 0 149
   [junit4]   2> 407159 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062713573382)]} 0 149
   [junit4]   2> 407159 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062713573383)]} 0 149
   [junit4]   2> 407192 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062713573384)]} 0 149
   [junit4]   2> 407192 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062748176384)]} 0 182
   [junit4]   2> 407192 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062748176385)]} 0 182
   [junit4]   2> 407193 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062749224960)]} 0 182
   [junit4]   2> 407193 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062749224961)]} 0 182
   [junit4]   2> 407193 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062749224962)]} 0 183
   [junit4]   2> 407193 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062749224963)]} 0 183
   [junit4]   2> 407193 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062749224964)]} 0 183
   [junit4]   2> 407193 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062749224965)]} 0 183
   [junit4]   2> 407193 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062749224966)]} 0 183
   [junit4]   2> 407193 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062749224967)]} 0 183
   [junit4]   2> 407193 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062749224968)]} 0 183
   [junit4]   2> 407194 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062750273536)]} 0 183
   [junit4]   2> 407194 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062750273537)]} 0 183
   [junit4]   2> 407194 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062750273538)]} 0 184
   [junit4]   2> 407194 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062750273539)]} 0 184
   [junit4]   2> 407194 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062750273540)]} 0 184
   [junit4]   2> 407194 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062750273541)]} 0 184
   [junit4]   2> 407195 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062750273542)]} 0 184
   [junit4]   2> 407195 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062751322112)]} 0 184
   [junit4]   2> 407195 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062751322113)]} 0 185
   [junit4]   2> 407195 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062751322114)]} 0 185
   [junit4]   2> 407195 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062751322115)]} 0 185
   [junit4]   2> 407195 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062751322116)]} 0 185
   [junit4]   2> 407195 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062751322117)]} 0 185
   [junit4]   2> 407208 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 407208 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@43b91915 commitCommandVersion:0
   [junit4]   2> 407209 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@27d1f0[collection1] realtime]
   [junit4]   2> 407282 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 407290 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062812139520)]} 0 280
   [junit4]   2> 407291 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062850936832)]} 0 280
   [junit4]   2> 407291 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062851985408)]} 0 280
   [junit4]   2> 407291 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062851985409)]} 0 280
   [junit4]   2> 407291 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062851985410)]} 0 281
   [junit4]   2> 407291 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062851985411)]} 0 281
   [junit4]   2> 407291 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062851985412)]} 0 281
   [junit4]   2> 407291 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062851985413)]} 0 281
   [junit4]   2> 407291 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062851985414)]} 0 281
   [junit4]   2> 407291 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062851985415)]} 0 281
   [junit4]   2> 407292 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062853033984)]} 0 281
   [junit4]   2> 407292 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062853033985)]} 0 281
   [junit4]   2> 407292 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062853033986)]} 0 282
   [junit4]   2> 407292 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062853033987)]} 0 282
   [junit4]   2> 407292 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062853033988)]} 0 282
   [junit4]   2> 407292 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062853033989)]} 0 282
   [junit4]   2> 407292 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062853033990)]} 0 282
   [junit4]   2> 407292 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062853033991)]} 0 282
   [junit4]   2> 407293 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062853033992)]} 0 282
   [junit4]   2> 407293 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062854082560)]} 0 282
   [junit4]   2> 407293 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062854082561)]} 0 282
   [junit4]   2> 407293 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062854082562)]} 0 283
   [junit4]   2> 407293 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062854082563)]} 0 283
   [junit4]   2> 407293 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062854082564)]} 0 283
   [junit4]   2> 407293 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062854082565)]} 0 283
   [junit4]   2> 407293 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062854082566)]} 0 283
   [junit4]   2> 407293 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062854082567)]} 0 283
   [junit4]   2> 407306 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062867714048)]} 0 296
   [junit4]   2> 407307 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062868762624)]} 0 296
   [junit4]   2> 407307 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062868762625)]} 0 296
   [junit4]   2> 407307 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062868762626)]} 0 297
   [junit4]   2> 407307 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062868762627)]} 0 297
   [junit4]   2> 407307 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062868762628)]} 0 297
   [junit4]   2> 407307 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062868762629)]} 0 297
   [junit4]   2> 407307 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062868762630)]} 0 297
   [junit4]   2> 407307 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062868762631)]} 0 297
   [junit4]   2> 407308 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062868762632)]} 0 297
   [junit4]   2> 407308 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062869811200)]} 0 297
   [junit4]   2> 407308 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062869811201)]} 0 297
   [junit4]   2> 407308 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062869811202)]} 0 298
   [junit4]   2> 407308 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062869811203)]} 0 298
   [junit4]   2> 407308 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062869811204)]} 0 298
   [junit4]   2> 407308 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062869811205)]} 0 298
   [junit4]   2> 407308 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062869811206)]} 0 298
   [junit4]   2> 407308 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062869811207)]} 0 298
   [junit4]   2> 407309 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062869811208)]} 0 298
   [junit4]   2> 407309 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062870859776)]} 0 298
   [junit4]   2> 407326 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062870859777)]} 0 316
   [junit4]   2> 407327 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062889734144)]} 0 316
   [junit4]   2> 407327 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062889734145)]} 0 317
   [junit4]   2> 407328 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 407328 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@43b91915 commitCommandVersion:0
   [junit4]   2> 407329 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@156fb7bf[collection1] realtime]
   [junit4]   2> 407412 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 407412 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062945308672)]} 0 402
   [junit4]   2> 407413 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062979911680)]} 0 402
   [junit4]   2> 407413 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062979911681)]} 0 402
   [junit4]   2> 407413 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062979911682)]} 0 403
   [junit4]   2> 407413 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062979911683)]} 0 403
   [junit4]   2> 407413 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062979911684)]} 0 403
   [junit4]   2> 407413 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062979911685)]} 0 403
   [junit4]   2> 407413 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062979911686)]} 0 403
   [junit4]   2> 407414 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062980960256)]} 0 403
   [junit4]   2> 407414 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062980960257)]} 0 403
   [junit4]   2> 407414 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062980960258)]} 0 404
   [junit4]   2> 407414 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062980960259)]} 0 404
   [junit4]   2> 407414 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062980960260)]} 0 404
   [junit4]   2> 407414 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062980960261)]} 0 404
   [junit4]   2> 407414 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062980960262)]} 0 404
   [junit4]   2> 407414 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062980960263)]} 0 404
   [junit4]   2> 407415 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062982008832)]} 0 404
   [junit4]   2> 407415 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062982008833)]} 0 404
   [junit4]   2> 407415 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062982008834)]} 0 405
   [junit4]   2> 407415 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062982008835)]} 0 405
   [junit4]   2> 407415 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062982008836)]} 0 405
   [junit4]   2> 407415 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062982008837)]} 0 405
   [junit4]   2> 407415 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062982008838)]} 0 405
   [junit4]   2> 407415 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062982008839)]} 0 405
   [junit4]   2> 407415 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062982008840)]} 0 405
   [junit4]   2> 407428 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062995640320)]} 0 418
   [junit4]   2> 407428 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062995640321)]} 0 418
   [junit4]   2> 407430 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062996688896)]} 0 419
   [junit4]   2> 407430 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741062997737472)]} 0 420
   [junit4]   2> 407448 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063016611840)]} 0 438
   [junit4]   2> 407448 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063016611841)]} 0 438
   [junit4]   2> 407448 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063016611842)]} 0 438
   [junit4]   2> 407449 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063017660416)]} 0 438
   [junit4]   2> 407449 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063017660417)]} 0 438
   [junit4]   2> 407449 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063017660418)]} 0 439
   [junit4]   2> 407449 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063017660419)]} 0 439
   [junit4]   2> 407449 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063017660420)]} 0 439
   [junit4]   2> 407449 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063017660421)]} 0 439
   [junit4]   2> 407449 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063017660422)]} 0 439
   [junit4]   2> 407449 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063017660423)]} 0 439
   [junit4]   2> 407450 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063017660424)]} 0 439
   [junit4]   2> 407450 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063018708992)]} 0 439
   [junit4]   2> 407450 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063018708993)]} 0 439
   [junit4]   2> 407450 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063018708994)]} 0 440
   [junit4]   2> 407450 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063018708995)]} 0 440
   [junit4]   2> 407450 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063018708996)]} 0 440
   [junit4]   2> 407450 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063018708997)]} 0 440
   [junit4]   2> 407450 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063018708998)]} 0 440
   [junit4]   2> 407451 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063018708999)]} 0 440
   [junit4]   2> 407451 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063019757568)]} 0 440
   [junit4]   2> 407452 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 407452 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@43b91915 commitCommandVersion:0
   [junit4]   2> 407467 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@419a3ff7[collection1] realtime]
   [junit4]   2> 407575 INFO  (commitScheduler-624-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 407575 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063072186368)]} 0 565
   [junit4]   2> 407576 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063150829568)]} 0 565
   [junit4]   2> 407576 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063150829569)]} 0 566
   [junit4]   2> 407576 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063150829570)]} 0 566
   [junit4]   2> 407576 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063150829571)]} 0 566
   [junit4]   2> 407576 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063150829572)]} 0 566
   [junit4]   2> 407576 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063150829573)]} 0 566
   [junit4]   2> 407576 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063150829574)]} 0 566
   [junit4]   2> 407577 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063150829575)]} 0 566
   [junit4]   2> 407577 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063151878144)]} 0 566
   [junit4]   2> 407577 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063151878145)]} 0 566
   [junit4]   2> 407577 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063151878146)]} 0 567
   [junit4]   2> 407577 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063151878147)]} 0 567
   [junit4]   2> 407577 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063151878148)]} 0 567
   [junit4]   2> 407577 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063151878149)]} 0 567
   [junit4]   2> 407577 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063151878150)]} 0 567
   [junit4]   2> 407577 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063151878151)]} 0 567
   [junit4]   2> 407578 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063151878152)]} 0 567
   [junit4]   2> 407578 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063152926720)]} 0 567
   [junit4]   2> 407578 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063152926721)]} 0 568
   [junit4]   2> 407578 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063152926722)]} 0 568
   [junit4]   2> 407591 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063152926723)]} 0 568
   [junit4]   2> 407591 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063166558208)]} 0 581
   [junit4]   2> 407591 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063166558209)]} 0 581
   [junit4]   2> 407610 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063186481152)]} 0 599
   [junit4]   2> 407610 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063186481153)]} 0 600
   [junit4]   2> 407610 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100 (-1603741063186481154)]} 0 600
   [junit4]   2> 407610 INFO  (TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[80129DF59B5CC3E9]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[10

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

 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null640881568
     [copy] Copying 39 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null640881568
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null640881568

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null61225359
     [copy] Copying 247 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null61225359
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null61225359

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 74ms :: artifacts dl 12ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 190 minutes 59 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-7.x - Build # 649 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/649/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored_idx

Error Message:
Some docs had errors -- check logs expected:<0> but was:<19>

Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but was:<19>
	at __randomizedtesting.SeedInfo.seed([820F568032A76876:882807A04DD1CB21]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:342)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored_idx(TestStressCloudBlindAtomicUpdates.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14466 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> 3248672 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/init-core-data-001
   [junit4]   2> 3248672 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 3248672 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3248674 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause OutOfMemory when stress testing)
   [junit4]   2> 3248674 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001
   [junit4]   2> 3248675 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3248675 INFO  (Thread-3439) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3248675 INFO  (Thread-3439) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3248694 ERROR (Thread-3439) [    ] 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> 3248775 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37736
   [junit4]   2> 3248777 INFO  (zkConnectionManagerCallback-4282-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3248780 INFO  (jetty-launcher-4279-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 3248780 INFO  (jetty-launcher-4279-thread-2) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 3248781 INFO  (jetty-launcher-4279-thread-3) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 3248781 INFO  (jetty-launcher-4279-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3248781 INFO  (jetty-launcher-4279-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3248781 INFO  (jetty-launcher-4279-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3248782 INFO  (jetty-launcher-4279-thread-4) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 3248783 INFO  (jetty-launcher-4279-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73578e13{/solr,null,AVAILABLE}
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@57ba19bf{HTTP/1.1,[http/1.1]}{127.0.0.1:45624}
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-1) [    ] o.e.j.s.Server Started @3249001ms
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45624}
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1dbd7d91{/solr,null,AVAILABLE}
   [junit4]   2> 3248820 ERROR (jetty-launcher-4279-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.5.0
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@53f06d98{HTTP/1.1,[http/1.1]}{127.0.0.1:33143}
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T07:16:38.737Z
   [junit4]   2> 3248820 INFO  (jetty-launcher-4279-thread-2) [    ] o.e.j.s.Server Started @3249001ms
   [junit4]   2> 3248821 INFO  (jetty-launcher-4279-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33143}
   [junit4]   2> 3248821 ERROR (jetty-launcher-4279-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3248821 INFO  (jetty-launcher-4279-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3248821 INFO  (jetty-launcher-4279-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.5.0
   [junit4]   2> 3248821 INFO  (jetty-launcher-4279-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3248821 INFO  (jetty-launcher-4279-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3248821 INFO  (jetty-launcher-4279-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T07:16:38.738Z
   [junit4]   2> 3248822 INFO  (jetty-launcher-4279-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3248822 INFO  (jetty-launcher-4279-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3248822 INFO  (jetty-launcher-4279-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3248822 INFO  (jetty-launcher-4279-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7252d67d{/solr,null,AVAILABLE}
   [junit4]   2> 3248822 INFO  (jetty-launcher-4279-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7ad1d7e0{HTTP/1.1,[http/1.1]}{127.0.0.1:42735}
   [junit4]   2> 3248822 INFO  (jetty-launcher-4279-thread-3) [    ] o.e.j.s.Server Started @3249003ms
   [junit4]   2> 3248822 INFO  (jetty-launcher-4279-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42735}
   [junit4]   2> 3248823 ERROR (jetty-launcher-4279-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3248823 INFO  (jetty-launcher-4279-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3248823 INFO  (jetty-launcher-4279-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.5.0
   [junit4]   2> 3248823 INFO  (jetty-launcher-4279-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3248823 INFO  (jetty-launcher-4279-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3248823 INFO  (jetty-launcher-4279-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T07:16:38.740Z
   [junit4]   2> 3248836 INFO  (zkConnectionManagerCallback-4284-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3248836 INFO  (jetty-launcher-4279-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3248909 INFO  (jetty-launcher-4279-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3248909 INFO  (jetty-launcher-4279-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3248909 INFO  (jetty-launcher-4279-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3248909 INFO  (jetty-launcher-4279-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13c375b1{/solr,null,AVAILABLE}
   [junit4]   2> 3248910 INFO  (jetty-launcher-4279-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@18dfb683{HTTP/1.1,[http/1.1]}{127.0.0.1:43113}
   [junit4]   2> 3248910 INFO  (jetty-launcher-4279-thread-4) [    ] o.e.j.s.Server Started @3249090ms
   [junit4]   2> 3248910 INFO  (jetty-launcher-4279-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43113}
   [junit4]   2> 3248910 ERROR (jetty-launcher-4279-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3248910 INFO  (jetty-launcher-4279-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3248910 INFO  (jetty-launcher-4279-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.5.0
   [junit4]   2> 3248910 INFO  (jetty-launcher-4279-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3248910 INFO  (jetty-launcher-4279-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3248910 INFO  (jetty-launcher-4279-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T07:16:38.827Z
   [junit4]   2> 3248923 INFO  (zkConnectionManagerCallback-4288-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3248923 INFO  (jetty-launcher-4279-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3249046 INFO  (zkConnectionManagerCallback-4290-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3249047 INFO  (jetty-launcher-4279-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3249067 INFO  (zkConnectionManagerCallback-4286-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3249067 INFO  (jetty-launcher-4279-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3249508 INFO  (jetty-launcher-4279-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37736/solr
   [junit4]   2> 3249574 INFO  (zkConnectionManagerCallback-4294-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3249688 INFO  (zkConnectionManagerCallback-4296-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3249762 INFO  (jetty-launcher-4279-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37736/solr
   [junit4]   2> 3249797 INFO  (zkConnectionManagerCallback-4300-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3249799 INFO  (zkConnectionManagerCallback-4302-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3250066 INFO  (jetty-launcher-4279-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37736/solr
   [junit4]   2> 3250101 INFO  (zkConnectionManagerCallback-4310-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3250175 INFO  (jetty-launcher-4279-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37736/solr
   [junit4]   2> 3250188 INFO  (zkConnectionManagerCallback-4316-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3250204 INFO  (zkConnectionManagerCallback-4313-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3250204 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3250205 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42735_solr
   [junit4]   2> 3250205 INFO  (zkConnectionManagerCallback-4318-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3250206 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.c.Overseer Overseer (id=72843318218326024-127.0.0.1:42735_solr-n_0000000000) starting
   [junit4]   2> 3250254 INFO  (jetty-launcher-4279-thread-2) [n:127.0.0.1:33143_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3250263 INFO  (jetty-launcher-4279-thread-2) [n:127.0.0.1:33143_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33143_solr
   [junit4]   2> 3250284 INFO  (zkCallback-4317-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3250300 INFO  (zkCallback-4301-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3250325 INFO  (zkCallback-4312-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3250326 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3250326 INFO  (zkConnectionManagerCallback-4327-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3250341 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3250341 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3250341 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43113_solr
   [junit4]   2> 3250365 INFO  (zkConnectionManagerCallback-4332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3250365 INFO  (zkCallback-4301-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3250365 INFO  (zkCallback-4317-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3250366 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37736/solr ready
   [junit4]   2> 3250366 INFO  (zkCallback-4326-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3250367 INFO  (jetty-launcher-4279-thread-2) [n:127.0.0.1:33143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3250368 INFO  (jetty-launcher-4279-thread-2) [n:127.0.0.1:33143_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37736/solr ready
   [junit4]   2> 3250368 INFO  (jetty-launcher-4279-thread-2) [n:127.0.0.1:33143_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3250369 INFO  (zkCallback-4312-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3250390 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3250390 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42735_solr
   [junit4]   2> 3250392 INFO  (zkCallback-4317-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3250392 INFO  (zkCallback-4312-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3250410 INFO  (zkConnectionManagerCallback-4338-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3250426 INFO  (zkCallback-4331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3250427 INFO  (zkCallback-4326-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3250427 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3250428 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37736/solr ready
   [junit4]   2> 3250434 INFO  (OverseerStateUpdate-72843318218326024-127.0.0.1:42735_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3250471 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3250479 INFO  (jetty-launcher-4279-thread-2) [n:127.0.0.1:33143_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33143.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250487 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3250502 INFO  (jetty-launcher-4279-thread-2) [n:127.0.0.1:33143_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33143.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250502 INFO  (jetty-launcher-4279-thread-2) [n:127.0.0.1:33143_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33143.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250536 INFO  (jetty-launcher-4279-thread-2) [n:127.0.0.1:33143_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node2/.
   [junit4]   2> 3250539 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42735.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250561 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43113.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250599 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42735.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250599 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42735.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250600 INFO  (jetty-launcher-4279-thread-3) [n:127.0.0.1:42735_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node3/.
   [junit4]   2> 3250615 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3250616 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3250619 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43113.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250619 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43113.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250620 INFO  (jetty-launcher-4279-thread-4) [n:127.0.0.1:43113_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node4/.
   [junit4]   2> 3250650 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3250650 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45624_solr
   [junit4]   2> 3250666 INFO  (zkCallback-4331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3250666 INFO  (zkCallback-4326-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3250666 INFO  (zkCallback-4312-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3250666 INFO  (zkCallback-4317-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3250687 INFO  (zkCallback-4295-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3250687 INFO  (zkCallback-4301-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3250740 INFO  (zkCallback-4337-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3250741 INFO  (zkConnectionManagerCallback-4345-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3250741 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3250742 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37736/solr ready
   [junit4]   2> 3250742 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3250821 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45624.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250857 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45624.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250857 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45624.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3250858 INFO  (jetty-launcher-4279-thread-1) [n:127.0.0.1:45624_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node1/.
   [junit4]   2> 3251231 INFO  (zkConnectionManagerCallback-4348-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3251235 INFO  (zkConnectionManagerCallback-4353-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3251236 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3251237 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37736/solr ready
   [junit4]   2> 3252132 INFO  (qtp1106572328-16896) [n:127.0.0.1:42735_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3252159 INFO  (OverseerThreadFactory-7875-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 3252279 INFO  (OverseerStateUpdate-72843318218326024-127.0.0.1:42735_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43113/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3252281 INFO  (OverseerStateUpdate-72843318218326024-127.0.0.1:42735_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45624/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3252296 INFO  (OverseerStateUpdate-72843318218326024-127.0.0.1:42735_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33143/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3252325 INFO  (OverseerStateUpdate-72843318218326024-127.0.0.1:42735_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42735/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3252596 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr    x:test_col_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 3252609 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr    x:test_col_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node6&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 3252596 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr    x:test_col_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 3252610 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr    x:test_col_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3252610 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr    x:test_col_shard2_replica_n7] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n7&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 3253711 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3253711 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3253721 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3253747 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema name=minimal-atomic-stress
   [junit4]   2> 3253816 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 3253816 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using configuration from collection test_col, trusted=true
   [junit4]   2> 3253816 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45624.solr.core.test_col.shard1.replica_n2' (registry 'solr.core.test_col.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3253817 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3253817 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [[test_col_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node1/test_col_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node1/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 3253819 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3253831 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=80.439453125, floorSegmentMB=1.251953125, forceMergeDeletesPctAllowed=17.68435531109587, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5133324401325171, reclaimDeletesWeight=1.501590916685175
   [junit4]   2> 3253844 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=minimal-atomic-stress
   [junit4]   2> 3253846 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 3253859 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.s.IndexSchema [test_col_shard2_replica_n7] Schema name=minimal-atomic-stress
   [junit4]   2> 3253861 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 3253861 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n7' using configuration from collection test_col, trusted=true
   [junit4]   2> 3253862 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42735.solr.core.test_col.shard2.replica_n7' (registry 'solr.core.test_col.shard2.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3253862 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3253863 WARN  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 3253874 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.SolrCore [[test_col_shard2_replica_n7] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node3/test_col_shard2_replica_n7], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node3/./test_col_shard2_replica_n7/data/]
   [junit4]   2> 3253876 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=80.439453125, floorSegmentMB=1.251953125, forceMergeDeletesPctAllowed=17.68435531109587, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5133324401325171, reclaimDeletesWeight=1.501590916685175
   [junit4]   2> 3253878 WARN  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 3253878 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using configuration from collection test_col, trusted=true
   [junit4]   2> 3253879 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43113.solr.core.test_col.shard1.replica_n1' (registry 'solr.core.test_col.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3253879 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3253879 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [[test_col_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node4/test_col_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node4/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 3253880 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema name=minimal-atomic-stress
   [junit4]   2> 3253881 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=80.439453125, floorSegmentMB=1.251953125, forceMergeDeletesPctAllowed=17.68435531109587, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5133324401325171, reclaimDeletesWeight=1.501590916685175
   [junit4]   2> 3253882 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 3253882 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using configuration from collection test_col, trusted=true
   [junit4]   2> 3253882 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33143.solr.core.test_col.shard2.replica_n4' (registry 'solr.core.test_col.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afc4d60
   [junit4]   2> 3253882 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3253882 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [[test_col_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node2/test_col_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_820F568032A76876-001/tempDir-001/node2/./test_col_shard2_replica_n4/data/]
   [junit4]   2> 3253884 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=80.439453125, floorSegmentMB=1.251953125, forceMergeDeletesPctAllowed=17.68435531109587, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5133324401325171, reclaimDeletesWeight=1.501590916685175
   [junit4]   2> 3253886 WARN  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 3253901 WARN  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 3254212 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3254212 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3254213 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3254213 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3254222 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.705173219618759]
   [junit4]   2> 3254222 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@c2f0ab9[test_col_shard2_replica_n7] main]
   [junit4]   2> 3254223 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 3254223 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 3254224 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3254224 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3254224 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3254225 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3254225 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3254226 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603956170181050368
   [junit4]   2> 3254226 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3254226 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3254226 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.705173219618759]
   [junit4]   2> 3254226 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@29e8eb47[test_col_shard1_replica_n2] main]
   [junit4]   2> 3254227 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3254227 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3254229 INFO  (searcherExecutor-7889-thread-1-processing-n:127.0.0.1:42735_solr x:test_col_shard2_replica_n7 c:test_col s:shard2 r:core_node8) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.SolrCore [test_col_shard2_replica_n7] Registered new searcher Searcher@c2f0ab9[test_col_shard2_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3254229 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.705173219618759]
   [junit4]   2> 3254229 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@bd7ebaf[test_col_shard1_replica_n1] main]
   [junit4]   2> 3254231 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3254231 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3254240 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 3254241 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 3254241 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3254241 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603956170196779008
   [junit4]   2> 3254242 INFO  (searcherExecutor-7890-thread-1-processing-n:127.0.0.1:43113_solr x:test_col_shard1_replica_n1 c:test_col s:shard1 r:core_node3) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [test_col_shard1_replica_n1] Registered new searcher Searcher@bd7ebaf[test_col_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3254253 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3254253 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3254254 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 3254255 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.705173219618759]
   [junit4]   2> 3254255 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@b6af90d[test_col_shard2_replica_n4] main]
   [junit4]   2> 3254273 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 3254273 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 3254275 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3254276 INFO  (searcherExecutor-7891-thread-1-processing-n:127.0.0.1:33143_solr x:test_col_shard2_replica_n4 c:test_col s:shard2 r:core_node6) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [test_col_shard2_replica_n4] Registered new searcher Searcher@b6af90d[test_col_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3254276 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603956170233479168
   [junit4]   2> 3254294 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3254317 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 3254318 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 3254319 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3254319 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603956170278567936
   [junit4]   2> 3254320 INFO  (searcherExecutor-7888-thread-1-processing-n:127.0.0.1:45624_solr x:test_col_shard1_replica_n2 c:test_col s:shard1 r:core_node5) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [test_col_shard1_replica_n2] Registered new searcher Searcher@29e8eb47[test_col_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3254320 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 3254334 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node6=0, core_node8=0}, version=1}
   [junit4]   2> 3254336 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 3254407 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3254407 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3254407 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/
   [junit4]   2> 3254408 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n2 url=http://127.0.0.1:45624/solr START replicas=[http://127.0.0.1:43113/solr/test_col_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 3254408 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n2 url=http://127.0.0.1:45624/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3254422 INFO  (qtp1017031641-16890) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.S.Request [test_col_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 3254430 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3254430 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 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> 3254430 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3254450 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/ shard1
   [junit4]   2> 3254610 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3254612 INFO  (qtp1367116261-16878) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2016
   [junit4]   2> 3254822 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3254822 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3254822 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42735/solr/test_col_shard2_replica_n7/
   [junit4]   2> 3254823 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n7 url=http://127.0.0.1:42735/solr START replicas=[http://127.0.0.1:33143/solr/test_col_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 3254823 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n7 url=http://127.0.0.1:42735/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3254824 INFO  (zkCallback-4295-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3254842 INFO  (qtp2055262804-16872) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.c.S.Request [test_col_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 3254842 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3254842 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] 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> 3254842 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3254845 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42735/solr/test_col_shard2_replica_n7/ shard2
   [junit4]   2> 3254992 INFO  (zkCallback-4295-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3255034 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3255036 INFO  (qtp1106572328-16881) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n7&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2426
   [junit4]   2> 3255143 INFO  (zkCallback-4295-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3255143 INFO  (zkCallback-4301-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3255344 INFO  (qtp2055262804-16892) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node6&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2735
   [junit4]   2> 3255504 INFO  (zkCallback-4301-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3255504 INFO  (zkCallback-4295-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3255504 INFO  (zkCallback-4317-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3255547 INFO  (qtp1017031641-16908) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2950
   [junit4]   2> 3255588 INFO  (qtp1106572328-16896) [n:127.0.0.1:42735_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> 3255703 INFO  (zkCallback-4295-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3255703 INFO  (zkCallback-4317-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3255704 INFO  (zkCallback-4301-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3255707 INFO  (zkCallback-4312-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3256175 INFO  (OverseerCollectionConfigSetProcessor-72843318218326024-127.0.0.1:42735_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3256597 INFO  (qtp1106572328-16896) [n:127.0.0.1:42735_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=4464
   [junit4]   2> 3256601 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: test_col failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node3 rstate:active live:true
   [junit4]   1> replica:core_node5 rstate:active live:true
   [junit4]   1> replica:core_node6 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 3256621 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[820F568032A76876]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
   [junit4]   2> 3256678 INFO  (qtp1106572328-16882) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.S.Request [test_col_shard2_replica_n7]  webapp=/solr path=/schema/fieldtypes/long params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3256921 INFO  (TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored-seed#[820F568032A76876]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test_dv_stored
   [junit4]   2> 3256977 INFO  (qtp1017031641-16904) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1603956173021642752&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:* (-1603956173021642752)} 0 1
   [junit4]   2> 3257021 INFO  (qtp2055262804-16887) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1603956173071974400&distrib.from=http://127.0.0.1:42735/solr/test_col_shard2_replica_n7/&wt=javabin&version=2}{deleteByQuery=*:* (-1603956173071974400)} 0 1
   [junit4]   2> 3257035 INFO  (qtp1106572328-16882) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node6=1, core_node8=1}, version=2}
   [junit4]   2> 3257036 INFO  (qtp1106572328-16882) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n7]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:* (-1603956173071974400)} 0 52
   [junit4]   2> 3257036 INFO  (qtp1367116261-16873) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=1, core_node5=1}, version=2}
   [junit4]   2> 3257036 INFO  (qtp1367116261-16873) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1603956173021642752)} 0 102
   [junit4]   2> 3257038 INFO  (qtp1017031641-16904) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603956173129646080,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3257038 WARN  (qtp1017031641-16904) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 3257038 INFO  (qtp1017031641-16904) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3257038 INFO  (qtp1017031641-16904) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3257039 INFO  (qtp1017031641-16904) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 1
   [junit4]   2> 3257039 INFO  (qtp1367116261-16874) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603956173130694656,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3257039 WARN  (qtp1367116261-16874) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 3257039 INFO  (qtp1367116261-16874) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3257052 INFO  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603956173144326144,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3257052 WARN  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 3257052 INFO  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3257056 INFO  (qtp1367116261-16874) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3257056 INFO  (qtp1367116261-16874) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 17
   [junit4]   2> 3257056 INFO  (qtp1106572328-16901) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603956173148520448,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3257056 WARN  (qtp1106572328-16901) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 3257057 INFO  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3257057 INFO  (qtp1106572328-16901) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3257057 INFO  (qtp1106572328-16901) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3257057 INFO  (qtp1106572328-16901) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n7]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 1
   [junit4]   2> 3257072 INFO  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 20
   [junit4]   2> 3257072 INFO  (qtp1367116261-16877) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={_stateVer_=test_col:9&optimize=true&maxSegments=1&waitSearcher=true&wt=javabin&version=2}{optimize=} 0 35
   [junit4]   2> 3257075 INFO  (qtp1106572328-16885) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.c.S.Request [test_col_shard2_replica_n7]  webapp=/solr path=/schema/fields/long_dv_stored params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3257104 INFO  (TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored-seed#[820F568032A76876]) [    ] o.a.s.c.TestStressCloudBlindAtomicUpdates Testing long_dv_stored: numDocsToCheck=88, numDocsInIndex=264, incr=3
   [junit4]   2> 3257126 INFO  (qtp1017031641-16890) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&wt=javabin&version=2}{add=[0 (1603956173200949248)]} 0 1
   [junit4]   2> 3257127 INFO  (qtp1367116261-16880) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1603956173200949248)]} 0 21
   [junit4]   2> 3257199 INFO  (qtp1017031641-16910) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&wt=javabin&version=2}{add=[1 (1603956173225066496)]} 0 0
   [junit4]   2> 3257200 INFO  (qtp1367116261-16877) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1603956173225066496)]} 0 71
   [junit4]   2> 3257247 INFO  (qtp2055262804-16894) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42735/solr/test_col_shard2_replica_n7/&wt=javabin&version=2}{add=[2 (1603956173330972672)]} 0 15
   [junit4]   2> 3257247 INFO  (qtp1106572328-16885) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n7]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1603956173330972672)]} 0 33
   [junit4]   2> 3257301 INFO  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42735/solr/test_col_shard2_replica_n7/&wt=javabin&version=2}{add=[3 (1603956173369769984)]} 0 0
   [junit4]   2> 3257302 INFO  (qtp1106572328-16901) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n7]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1603956173369769984)]} 0 34
   [junit4]   2> 3257304 INFO  (qtp1017031641-16910) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&wt=javabin&version=2}{add=[4 (1603956173408567296)]} 0 0
   [junit4]   2> 3257305 INFO  (qtp1367116261-16880) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1603956173408567296)]} 0 1
   [junit4]   2> 3257312 INFO  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42735/solr/test_col_shard2_replica_n7/&wt=javabin&version=2}{add=[5 (1603956173416955904)]} 0 0
   [junit4]   2> 3257313 INFO  (qtp1106572328-16885) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n7]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1603956173416955904)]} 0 1
   [junit4]   2> 3257333 INFO  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42735/solr/test_col_shard2_replica_n7/&wt=javabin&version=2}{add=[6 (1603956173437927424)]} 0 0
   [junit4]   2> 3257333 INFO  (qtp1106572328-16901) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n7]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1603956173437927424)]} 0 0
   [junit4]   2> 3257349 INFO  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42735/solr/test_col_shard2_replica_n7/&wt=javabin&version=2}{add=[7 (1603956173454704640)]} 0 0
   [junit4]   2> 3257349 INFO  (qtp1106572328-16885) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n7]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1603956173454704640)]} 0 1
   [junit4]   2> 3257360 INFO  (qtp1017031641-16911) [n:127.0.0.1:43113_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45624/solr/test_col_shard1_replica_n2/&wt=javabin&version=2}{add=[8 (1603956173465190400)]} 0 0
   [junit4]   2> 3257377 INFO  (qtp1367116261-16877) [n:127.0.0.1:45624_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1603956173465190400)]} 0 18
   [junit4]   2> 3257379 INFO  (qtp2055262804-16891) [n:127.0.0.1:33143_solr c:test_col s:shard2 r:core_node6 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42735/solr/test_col_shard2_replica_n7/&wt=javabin&version=2}{add=[9 (1603956173486161920)]} 0 0
   [junit4]   2> 3257379 INFO  (qtp1106572328-16901) [n:127.0.0.1:42735_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n7]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1603956173486161920)]} 0 1
   [junit4

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

ome/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null1368747103
     [copy] Copying 39 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null1368747103
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null1368747103

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null125240526
     [copy] Copying 247 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null125240526
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null125240526

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 65ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 192 minutes 39 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-7.x - Build # 648 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/648/

3 tests failed.
FAILED:  org.apache.solr.util.OrderedExecutorTest.testLockWhenQueueIsFull

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([906C77F6FB708661:B997A6D07C1B7347]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.util.OrderedExecutorTest.testLockWhenQueueIsFull(OrderedExecutorTest.java:54)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.util.OrderedExecutorTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.util.OrderedExecutorTest:     1) Thread[id=7636, name=testLockWhenQueueIsFull-1838-thread-1, state=TIMED_WAITING, group=TGRP-OrderedExecutorTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.util.OrderedExecutorTest: 
   1) Thread[id=7636, name=testLockWhenQueueIsFull-1838-thread-1, state=TIMED_WAITING, group=TGRP-OrderedExecutorTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([906C77F6FB708661]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.util.OrderedExecutorTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=7636, name=testLockWhenQueueIsFull-1838-thread-1, state=TIMED_WAITING, group=TGRP-OrderedExecutorTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=7636, name=testLockWhenQueueIsFull-1838-thread-1, state=TIMED_WAITING, group=TGRP-OrderedExecutorTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([906C77F6FB708661]:0)




Build Log:
[...truncated 13332 lines...]
   [junit4] Suite: org.apache.solr.util.OrderedExecutorTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OrderedExecutorTest -Dtests.method=testLockWhenQueueIsFull -Dtests.seed=906C77F6FB708661 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=US/Alaska -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.17s J0 | OrderedExecutorTest.testLockWhenQueueIsFull <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([906C77F6FB708661:B997A6D07C1B7347]:0)
   [junit4]    > 	at org.apache.solr.util.OrderedExecutorTest.testLockWhenQueueIsFull(OrderedExecutorTest.java:54)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jun 21, 2018 12:58:39 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jun 21, 2018 12:58:59 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.util.OrderedExecutorTest: 
   [junit4]   2>    1) Thread[id=7636, name=testLockWhenQueueIsFull-1838-thread-1, state=TIMED_WAITING, group=TGRP-OrderedExecutorTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jun 21, 2018 12:58:59 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=7636, name=testLockWhenQueueIsFull-1838-thread-1, state=TIMED_WAITING, group=TGRP-OrderedExecutorTest]
   [junit4]   2> Jun 21, 2018 12:59:02 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7636, name=testLockWhenQueueIsFull-1838-thread-1, state=TIMED_WAITING, group=TGRP-OrderedExecutorTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=196, maxMBSortInHeap=6.432771852018529, sim=RandomSimilarity(queryNorm=true): {}, locale=es-DO, timezone=US/Alaska
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=2,free=364046424,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, TestComputePlanAction, TestRetrieveFieldsOptimizer, BasicDistributedZkTest, TestPivotHelperCode, CollectionReloadTest, BitVectorTest, SolrJmxReporterTest, CoreSorterTest, TestCloudManagedSchema, TestWordDelimiterFilterFactory, URLClassifyProcessorTest, TestWriterPerf, TestConfigSets, CurrencyRangeFacetCloudTest, TestExceedMaxTermLength, ComputePlanActionTest, TestUninvertingReader, TestMissingGroups, TestComponentsName, BinaryUpdateRequestHandlerTest, TestBulkSchemaAPI, TestCSVResponseWriter, ResponseBuilderTest, TestRTimerTree, TestPhraseSuggestions, TestInitQParser, DistributedQueryElevationComponentTest, TestPushWriter, SuggesterWFSTTest, DocumentAnalysisRequestHandlerTest, TestPHPSerializedResponseWriter, SolrMetricManagerTest, TestSolrQueryParser, LeaderFailureAfterFreshStartTest, HLLSerializationTest, TestRandomFaceting, TestTriggerIntegration, TestOmitPositions, TestExactSharedStatsCache, ReplicationFactorTest, FullSolrCloudDistribCmdsTest, HdfsLockFactoryTest, TestStreamBody, FileUtilsTest, BlockJoinFacetDistribTest, TestLegacyField, SystemLogListenerTest, SolrCLIZkUtilsTest, ScriptEngineTest, MetricUtilsTest, RestoreTriggerStateTest, OverseerTaskQueueTest, SolrIndexConfigTest, TestSimpleTextCodec, ZkSolrClientTest, DateRangeFieldTest, InfixSuggestersTest, TestSolrDeletionPolicy1, TestDistributedSearch, TestAnalyzeInfixSuggestions, OverseerModifyCollectionTest, TestConfigOverlay, TestSystemIdResolver, HighlighterMaxOffsetTest, ManagedSchemaRoundRobinCloudTest, TestFieldTypeCollectionResource, GraphQueryTest, ZkFailoverTest, BlockDirectoryTest, TestAuthorizationFramework, EmbeddedSolrNoSerializeTest, TestSha256AuthenticationProvider, TestDownShardTolerantSearch, BasicAuthIntegrationTest, RuleEngineTest, TestOrdValues, MoveReplicaHDFSFailoverTest, OutOfBoxZkACLAndCredentialsProvidersTest, V2StandaloneTest, SubstringBytesRefFilterTest, TestXmlQParserPlugin, TestRemoteStreaming, TestPseudoReturnFields, ZkStateReaderTest, TestDeleteCollectionOnDownNodes, VersionInfoTest, TestJsonFacets, TestAuthenticationFramework, ChaosMonkeyNothingIsSafeTest, DefaultValueUpdateProcessorTest, TestSolrCloudWithKerberosAlt, TestUseDocValuesAsStored2, OrderedExecutorTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OrderedExecutorTest -Dtests.seed=906C77F6FB708661 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=US/Alaska -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | OrderedExecutorTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.util.OrderedExecutorTest: 
   [junit4]    >    1) Thread[id=7636, name=testLockWhenQueueIsFull-1838-thread-1, state=TIMED_WAITING, group=TGRP-OrderedExecutorTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([906C77F6FB708661]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7636, name=testLockWhenQueueIsFull-1838-thread-1, state=TIMED_WAITING, group=TGRP-OrderedExecutorTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([906C77F6FB708661]:0)
   [junit4] Completed [282/820 (1!)] on J0 in 23.98s, 4 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 52315 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2230 links (1780 relative) to 2996 anchors in 230 files
     [echo] Validated Links & Anchors via: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null1481782151
     [copy] Copying 39 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null1481782151
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null1481782151

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1382777929
     [copy] Copying 247 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1382777929
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1382777929

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 27ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 128 minutes 42 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)