You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/07/03 15:49:33 UTC

[JENKINS] Lucene-Solr-8.6-Linux (64bit/jdk-13.0.2) - Build # 987 - Still Failing!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-Linux/987/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 63107 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj1494416721
 [ecj-lint] Compiling 1019 source files to /tmp/ecj1494416721
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.4.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java (at line 23)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java (at line 380)
 [ecj-lint] 	MetricsHandler handler = new MetricsHandler(h.getCoreContainer());
 [ecj-lint] 	               ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 76)
 [ecj-lint] 	new JavaBinCodec(new BinaryResponseWriter.Resolver(null, null)).marshal(nl, baos);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 78)
 [ecj-lint] 	nl = (NamedList) new JavaBinCodec().unmarshal(new ByteArrayInputStream(byteBuffer.array(), 0, byteBuffer.limit()));
 [ecj-lint] 	                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 133)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 143)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 54)
 [ecj-lint] 	CaffeineCache<Integer, String> newLFUCache = new CaffeineCache<>();
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] Resource leak: 'newLFUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 152)
 [ecj-lint] 	CaffeineCache<String, String> cache = new CaffeineCache<String, String>() {
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java (at line 335)
 [ecj-lint] 	FastLRUCache<String, Accountable> cache = new FastLRUCache<>();
 [ecj-lint] 	                                  ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLFUCache.java (at line 465)
 [ecj-lint] 	LFUCache<String, String> cache = new LFUCache<>();
 [ecj-lint] 	                         ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 134)
 [ecj-lint] 	LRUCache<String, Accountable> accountableLRUCache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'accountableLRUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 195)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 266)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 73)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 86)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 231)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 291)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/UpdateParamsTest.java (at line 45)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/processor/SignatureUpdateProcessorFactoryTest.java (at line 331)
 [ecj-lint] 	UpdateRequestHandler h = new UpdateRequestHandler();
 [ecj-lint] 	                     ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactoryTest.java (at line 113)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20 problems (1 error, 19 warnings)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/lucene/common-build.xml:2133: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 38 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.6-Linux (64bit/jdk1.8.0_201) - Build # 989 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-Linux/989/
Java: 64bit/jdk1.8.0_201 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testSplitShard

Error Message:
should have succeeded with method LINK, but failed: java.util.concurrent.TimeoutException: OverseerTriggerThread never caught up to the latest znodeVersion

Stack Trace:
java.lang.AssertionError: should have succeeded with method LINK, but failed: java.util.concurrent.TimeoutException: OverseerTriggerThread never caught up to the latest znodeVersion
	at __randomizedtesting.SeedInfo.seed([C565747061AEB74B:1E6FD91C7F5B8BF4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testSplitShard(TestSimScenario.java:169)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15396 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimScenario
   [junit4]   2> 932010 INFO  (SUITE-TestSimScenario-seed#[C565747061AEB74B]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 932011 INFO  (SUITE-TestSimScenario-seed#[C565747061AEB74B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestSimScenario_C565747061AEB74B-001/data-dir-101-001
   [junit4]   2> 932011 INFO  (SUITE-TestSimScenario-seed#[C565747061AEB74B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 932012 INFO  (SUITE-TestSimScenario-seed#[C565747061AEB74B]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 932012 INFO  (SUITE-TestSimScenario-seed#[C565747061AEB74B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 932014 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAutoAddReplicas
   [junit4]   2> 932027 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 1.	CreateCluster	numNodes=2
   [junit4]   2> 932028 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		CreateCluster	numNodes=2
   [junit4]   2> 932031 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10067_solr
   [junit4]   2> 932031 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 932031 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 932031 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 932031 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 932031 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 932031 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 2.	LoadAutoscaling	json={'cluster-policy'+:+[{'replica'+:+'<3',+'shard'+:+'#EACH',+'collection'+:+'testCollection','node':'#ANY'}]}&defaultWaitFor=10
   [junit4]   2> 932031 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		LoadAutoscaling	json={'cluster-policy'+:+[{'replica'+:+'<3',+'shard'+:+'#EACH',+'collection'+:+'testCollection','node':'#ANY'}]}&defaultWaitFor=10
   [junit4]   2> 932031 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 932031 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 932031 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 932032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10067_solr, 127.0.0.1:10068_solr]
   [junit4]   2> 932032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 932032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 1
   [junit4]   2> 932032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 932032 DEBUG (ScheduledTrigger-15119-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10067_solr, 127.0.0.1:10068_solr]
   [junit4]   2> 932032 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 932032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 932037 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 3.	RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 932037 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 932037 DEBUG (simCloudManagerPool-15118-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testCollection, currentVersion=1
   [junit4]   2> 932038 DEBUG (simCloudManagerPool-15118-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 932038 DEBUG (simCloudManagerPool-15118-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 932048 DEBUG (simCloudManagerPool-15118-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 932048 DEBUG (simCloudManagerPool-15118-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 932053 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932059 DEBUG (simCloudManagerPool-15118-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 932059 DEBUG (simCloudManagerPool-15118-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 932059 DEBUG (simCloudManagerPool-15118-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 932060 DEBUG (simCloudManagerPool-15118-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=4): {"core_node1":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10068_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 932070 DEBUG (simCloudManagerPool-15118-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 932070 DEBUG (simCloudManagerPool-15118-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 932073 DEBUG (ScheduledTrigger-15119-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932080 DEBUG (simCloudManagerPool-15118-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 932080 DEBUG (simCloudManagerPool-15118-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 932081 DEBUG (simCloudManagerPool-15118-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard2)
   [junit4]   2> 932081 DEBUG (simCloudManagerPool-15118-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard2 (currentVersion=6): {"core_node3":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10067_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 932081 DEBUG (simCloudManagerPool-15118-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testCollection, currentVersion=6
   [junit4]   2> 932081 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 4.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 932081 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 932091 DEBUG (simCloudManagerPool-15118-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 932091 DEBUG (simCloudManagerPool-15118-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 932091 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 932091 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 932091 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 5.	SetEventListener	trigger=.auto_add_replicas&stage=SUCCEEDED
   [junit4]   2> 932091 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		SetEventListener	trigger=.auto_add_replicas&stage=SUCCEEDED
   [junit4]   2> 932092 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 6.	KillNodes	node=${_random_node_}
   [junit4]   2> 932092 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		KillNodes	node=127.0.0.1:10068_solr
   [junit4]   2> 932092 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider  -- created marker: /autoscaling/nodeLost/127.0.0.1:10068_solr
   [junit4]   2> 932092 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 932092 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 932092 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 7.	WaitEvent	trigger=.auto_add_replicas&wait=60
   [junit4]   2> 932092 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		WaitEvent	trigger=.auto_add_replicas&wait=60
   [junit4]   2> 932092 DEBUG (simCloudManagerPool-15118-thread-7) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 932092 INFO  (simCloudManagerPool-15118-thread-7) [     ] o.a.s.c.ActionThrottle Throttling leader attempts - waiting for 3353ms
   [junit4]   2> 932093 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 2
   [junit4]   2> 932093 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10068_solr
   [junit4]   2> 932113 DEBUG (ScheduledTrigger-15119-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932133 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932153 DEBUG (ScheduledTrigger-15119-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932160 DEBUG (simCloudManagerPool-15118-thread-7) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=9): {"core_node2":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n2",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10067_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 932160 DEBUG (simCloudManagerPool-15118-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=9
   [junit4]   2> 932160 DEBUG (simCloudManagerPool-15118-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 9
   [junit4]   2> 932173 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932193 DEBUG (ScheduledTrigger-15119-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932214 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932234 DEBUG (ScheduledTrigger-15119-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932254 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932274 DEBUG (ScheduledTrigger-15119-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932294 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 932294 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10068_solr]
   [junit4]   2> 932294 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"72c57ea7e512cT241eukuwcubjhzvdfomb8u6c8",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":2019080944898348,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2019080944898348],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:10068_solr"]}}
   [junit4]   2> 932295 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, .scheduled_maintenance]
   [junit4]   2> 932295 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=10
   [junit4]   2> 932295 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 10
   [junit4]   2> 932295 DEBUG (ScheduledTrigger-15119-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"72c57ea7e512cT241eukuwcubjhzvdfomb8u6c8",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":2019080944898348,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2019080944898348],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":2019091032916348,
   [junit4]   2>     "nodeNames":["127.0.0.1:10068_solr"]}}
   [junit4]   2> 932295 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"72c57ea7e512cT241eukuwcubjhzvdfomb8u6c8",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":2019080944898348,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2019080944898348],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":2019091032916348,
   [junit4]   2>     "nodeNames":["127.0.0.1:10068_solr"]}}
   [junit4]   2> 932295 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"72c57ea7e512cT241eukuwcubjhzvdfomb8u6c8",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":2019080944898348,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2019080944898348],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":2019091032916348,
   [junit4]   2>     "nodeNames":["127.0.0.1:10068_solr"]}} with context properties: {BEFORE_ACTION=[auto_add_replicas_plan]}
   [junit4]   2> 932297 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testCollection&targetNode=127.0.0.1:10067_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 932297 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testCollection&targetNode=127.0.0.1:10067_solr&inPlaceMove=true&replica=core_node4
   [junit4]   2> 932297 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"72c57ea7e512cT241eukuwcubjhzvdfomb8u6c8",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":2019080944898348,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2019080944898348],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":2019091032916348,
   [junit4]   2>     "nodeNames":["127.0.0.1:10068_solr"]}} with context properties: {operations=[{
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"MOVEREPLICA",
   [junit4]   2>   "params.collection":"testCollection",
   [junit4]   2>   "params.targetNode":"127.0.0.1:10067_solr",
   [junit4]   2>   "params.inPlaceMove":"true",
   [junit4]   2>   "params.replica":"core_node1"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"MOVEREPLICA",
   [junit4]   2>   "params.collection":"testCollection",
   [junit4]   2>   "params.targetNode":"127.0.0.1:10067_solr",
   [junit4]   2>   "params.inPlaceMove":"true",
   [junit4]   2>   "params.replica":"core_node4"}], AFTER_ACTION=[auto_add_replicas_plan], BEFORE_ACTION=[auto_add_replicas_plan, execute_plan]}
   [junit4]   2> 932297 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testCollection&targetNode=127.0.0.1:10067_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 932398 DEBUG (simCloudManagerPool-15118-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node6":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n5",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10067_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "state":"down",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 932508 DEBUG (simCloudManagerPool-15118-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=11
   [junit4]   2> 932509 DEBUG (simCloudManagerPool-15118-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 11
   [junit4]   2> 932509 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testCollection&targetNode=127.0.0.1:10067_solr&inPlaceMove=true&replica=core_node4
   [junit4]   2> 932509 DEBUG (simCloudManagerPool-15118-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=12
   [junit4]   2> 932510 DEBUG (simCloudManagerPool-15118-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 12
   [junit4]   2> 932610 DEBUG (simCloudManagerPool-15118-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node8":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n7",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10067_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "state":"down",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 932720 DEBUG (simCloudManagerPool-15118-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=13
   [junit4]   2> 932721 DEBUG (simCloudManagerPool-15118-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 13
   [junit4]   2> 932721 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=14
   [junit4]   2> 932722 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 14
   [junit4]   2> 932722 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"72c57ea7e512cT241eukuwcubjhzvdfomb8u6c8",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":2019080944898348,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2019080944898348],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":2019091032916348,
   [junit4]   2>     "nodeNames":["127.0.0.1:10068_solr"]}}
   [junit4]   2> 932722 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 932722 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .scheduled_maintenance after 100ms
   [junit4]   2> 932722 DEBUG (AutoscalingActionExecutor-15120-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing took 21320 ms for event id=72c57ea7e512cT241eukuwcubjhzvdfomb8u6c8
   [junit4]   2> 932722 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 8.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 932723 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 932723 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 9.	SaveSnapshot	path=${snapshotPath}
   [junit4]   2> 932723 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		SaveSnapshot	path=/home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestSimScenario_C565747061AEB74B-001/tempDir-001/snapshot
   [junit4]   2> 932730 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SnapshotDistribStateManager - copying 23 resources from SimDistribStateManager
   [junit4]   2> 932745 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 932745 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 932745 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 932745 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 932745 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 932745 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 932745 WARN  (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_201]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_201]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:209) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
   [junit4]   2> 932747 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SnapshotDistribStateManager - loaded snapshot of 23 resources
   [junit4]   2> 932748 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[C565747061AEB74B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAutoAddReplicas
   [junit4]   2> 932750 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSplitShard
   [junit4]   2> 932751 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 1.	CreateCluster	numNodes=2
   [junit4]   2> 932751 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		CreateCluster	numNodes=2
   [junit4]   2> 932753 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10069_solr
   [junit4]   2> 932754 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 932754 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 932754 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 932754 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 932754 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 932754 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 2.	LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 932754 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 932754 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 932754 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 932754 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 932754 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10069_solr, 127.0.0.1:10070_solr]
   [junit4]   2> 932754 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 932757 DEBUG (ScheduledTrigger-15125-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932758 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 1
   [junit4]   2> 932758 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 932758 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 3.	RunSolrRequest	path=/admin/collections&action=CREATE&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=5
   [junit4]   2> 932758 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collections&action=CREATE&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=5
   [junit4]   2> 932758 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 932758 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 932758 DEBUG (simCloudManagerPool-15124-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testCollection, currentVersion=1
   [junit4]   2> 932758 DEBUG (simCloudManagerPool-15124-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 932758 DEBUG (simCloudManagerPool-15124-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 932769 DEBUG (simCloudManagerPool-15124-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 932769 DEBUG (simCloudManagerPool-15124-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 932778 DEBUG (ScheduledTrigger-15125-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932780 DEBUG (simCloudManagerPool-15124-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 932780 DEBUG (simCloudManagerPool-15124-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 932780 DEBUG (simCloudManagerPool-15124-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 932780 DEBUG (simCloudManagerPool-15124-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=4): {"core_node1":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10070_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 932790 DEBUG (simCloudManagerPool-15124-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 932790 DEBUG (simCloudManagerPool-15124-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 932790 DEBUG (simCloudManagerPool-15124-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testCollection, currentVersion=5
   [junit4]   2> 932790 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 4.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 932790 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 932798 DEBUG (ScheduledTrigger-15125-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932800 DEBUG (simCloudManagerPool-15124-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 932800 DEBUG (simCloudManagerPool-15124-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 932800 DEBUG (simCloudManagerPool-15124-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard2)
   [junit4]   2> 932800 DEBUG (simCloudManagerPool-15124-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard2 (currentVersion=6): {"core_node3":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10070_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 932811 DEBUG (simCloudManagerPool-15124-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 932811 DEBUG (simCloudManagerPool-15124-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 932811 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 932811 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 932811 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 5.	SetShardMetrics	collection=testCollection&shard=shard1&INDEX.sizeInBytes=1000000000
   [junit4]   2> 932811 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		SetShardMetrics	collection=testCollection&shard=shard1&INDEX.sizeInBytes=1000000000
   [junit4]   2> 932813 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 6.	SetNodeMetrics	nodeset=#ANY&freedisk=1.5
   [junit4]   2> 932813 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		SetNodeMetrics	nodeset=#ANY&freedisk=1.5
   [junit4]   2> 932813 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 7.	RunSolrRequest	path=/admin/collection&action=SPLITSHARD&collection=testCollection&shard=shard1&splitMethod=${method}
   [junit4]   2> 932813 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collection&action=SPLITSHARD&collection=testCollection&shard=shard1&splitMethod=REWRITE
   [junit4]   2> 932814 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 932814 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 932814 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 932814 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 932814 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 932814 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 932814 WARN  (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_201]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_201]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:209) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
   [junit4]   2> 932814 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 1.	CreateCluster	numNodes=2
   [junit4]   2> 932814 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		CreateCluster	numNodes=2
   [junit4]   2> 932816 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10071_solr
   [junit4]   2> 932816 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 932816 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 932816 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 932816 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 2.	LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 932816 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 932816 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 932817 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 932817 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 932817 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 932817 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10071_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 932817 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 932817 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 932817 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932837 DEBUG (ScheduledTrigger-15131-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932858 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932878 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932898 DEBUG (ScheduledTrigger-15131-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932918 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932938 DEBUG (ScheduledTrigger-15131-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932958 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932978 DEBUG (ScheduledTrigger-15131-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 932998 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933018 DEBUG (ScheduledTrigger-15131-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933038 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933058 DEBUG (ScheduledTrigger-15131-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933079 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933099 DEBUG (ScheduledTrigger-15131-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933119 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933139 DEBUG (ScheduledTrigger-15131-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933159 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933179 DEBUG (ScheduledTrigger-15131-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933199 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933219 DEBUG (ScheduledTrigger-15131-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933239 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933260 DEBUG (ScheduledTrigger-15131-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933280 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933300 DEBUG (ScheduledTrigger-15131-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933320 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933340 DEBUG (ScheduledTrigger-15131-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933360 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933380 DEBUG (ScheduledTrigger-15131-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933400 DEBUG (ScheduledTrigger-15131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933421 DEBUG (ScheduledTrigger-15131-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 933422 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 933422 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 933422 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 933422 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 933422 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 933422 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 933422 WARN  (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_201]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_201]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:209) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
   [junit4]   2> 933423 INFO  (TEST-TestSimScenario.testSplitShard-seed#[C565747061AEB74B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSplitShard
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimScenario -Dtests.method=testSplitShard -Dtests.seed=C565747061AEB74B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-FR -Dtests.timezone=Africa/Kigali -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.68s J1 | TestSimScenario.testSplitShard <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: should have succeeded with method LINK, but failed: java.util.concurrent.TimeoutException: OverseerTriggerThread never caught up to the latest znodeVersion
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C565747061AEB74B:1E6FD91C7F5B8BF4]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testSplitShard(TestSimScenario.java:169)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 933426 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIndexing
   [junit4]   2> 933426 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 1.	CreateCluster	numNodes=100
   [junit4]   2> 933426 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		CreateCluster	numNodes=100
   [junit4]   2> 933428 DEBUG (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10073_solr
   [junit4]   2> 933428 DEBUG (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 933428 DEBUG (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 933428 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 933428 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 933428 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 933428 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 933428 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 933429 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10085_solr, 127.0.0.1:10075_solr, 127.0.0.1:10074_solr, 127.0.0.1:10078_solr, 127.0.0.1:10086_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10076_solr, 127.0.0.1:10073_solr, 127.0.0.1:10079_solr, 127.0.0.1:10077_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr]
   [junit4]   2> 933429 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 933429 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 933429 DEBUG (ScheduledTrigger-15137-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 17 and last live nodes: 14
   [junit4]   2> 933432 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 2.	LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 933433 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 933433 DEBUG (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 933433 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 933433 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 933433 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 933438 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 3.	RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 933438 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 933439 DEBUG (simCloudManagerPool-15136-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testCollection, currentVersion=1
   [junit4]   2> 933439 DEBUG (simCloudManagerPool-15136-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 933439 DEBUG (simCloudManagerPool-15136-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 933449 DEBUG (simCloudManagerPool-15136-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 933449 DEBUG (ScheduledTrigger-15137-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 17
   [junit4]   2> 933449 DEBUG (simCloudManagerPool-15136-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 933460 DEBUG (simCloudManagerPool-15136-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 933460 DEBUG (simCloudManagerPool-15136-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 933460 DEBUG (simCloudManagerPool-15136-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 933460 DEBUG (simCloudManagerPool-15136-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=4): {"core_node1":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10117_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 933469 DEBUG (ScheduledTrigger-15137-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933471 DEBUG (simCloudManagerPool-15136-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 933471 DEBUG (simCloudManagerPool-15136-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 933481 DEBUG (simCloudManagerPool-15136-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 933482 DEBUG (simCloudManagerPool-15136-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 933482 DEBUG (simCloudManagerPool-15136-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard2)
   [junit4]   2> 933482 DEBUG (simCloudManagerPool-15136-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard2 (currentVersion=6): {"core_node3":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10167_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 933482 DEBUG (simCloudManagerPool-15136-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testCollection, currentVersion=6
   [junit4]   2> 933482 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 4.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 933482 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 933490 DEBUG (ScheduledTrigger-15137-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933492 DEBUG (simCloudManagerPool-15136-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 933492 DEBUG (simCloudManagerPool-15136-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 933492 DEBUG (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 933493 DEBUG (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 933493 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 5.	RunSolrRequest	path=/admin/autoscaling&httpMethod=POST&stream.body={'set-trigger':{'name':'indexSizeTrigger','event':'indexSize','waitFor':'10s','aboveDocs':1000,'enabled':true,'actions':[{'name':'compute_plan','class':'solr.ComputePlanAction'},{'name':'execute_plan','class':'solr.ExecutePlanAction'}]}}
   [junit4]   2> 933493 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/autoscaling&httpMethod=POST&stream.body={'set-trigger':{'name':'indexSizeTrigger','event':'indexSize','waitFor':'10s','aboveDocs':1000,'enabled':true,'actions':[{'name':'compute_plan','class':'solr.ComputePlanAction'},{'name':'execute_plan','class':'solr.ExecutePlanAction'}]}}
   [junit4]   2> 933495 DEBUG (simCloudManagerPool-15136-thread-6) [     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 933495 DEBUG (simCloudManagerPool-15136-thread-6) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 933495 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 933495 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 6.	SetEventListener	trigger=indexSizeTrigger&stage=SUCCEEDED
   [junit4]   2> 933495 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		SetEventListener	trigger=indexSizeTrigger&stage=SUCCEEDED
   [junit4]   2> 933495 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 933495 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 933496 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 7.	IndexDocs	collection=testCollection&numDocs=3000
   [junit4]   2> 933496 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		IndexDocs	collection=testCollection&numDocs=3000
   [junit4]   2> 933499 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 8.	RunSimulator	
   [junit4]   2> 933499 INFO  (TEST-TestSimScenario.testIndexing-seed#[C565747061AEB74B]) [     ] o.a.s.c.a.s.SimScenario 		RunSimulator	
   [junit4]   2> 933510 DEBUG (ScheduledTrigger-15137-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933530 DEBUG (ScheduledTrigger-15137-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933550 DEBUG (ScheduledTrigger-15137-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933570 DEBUG (ScheduledTrigger-15137-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933591 DEBUG (ScheduledTrigger-15137-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933611 DEBUG (ScheduledTrigger-15137-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933631 DEBUG (ScheduledTrigger-15137-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933652 DEBUG (ScheduledTrigger-15137-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933672 DEBUG (ScheduledTrigger-15137-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933692 DEBUG (ScheduledTrigger-15137-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933712 DEBUG (ScheduledTrigger-15137-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 933723 DEBUG (ScheduledTrigger-15137-thread-1) [     ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"72c6881bde74aT241eukuwcubjhzvdfomb8u6cc",
   [junit4]   2>   "source":"indexSizeTrigger",
   [junit4]   2>   "eventTime":2019152201901898,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testCollection_shard1_replica_n1":"docs=1500, bytes=3082240",
   [junit4]   2>       "testCollection_shard2_replica_n3":"docs=1500, bytes=3082240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}
   [junit4]   2> 933723 DEBUG (ScheduledTrigger-15137-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, .scheduled_maintenance, indexSizeTrigger]
   [junit4]   2> 933723 DEBUG (ScheduledTrigger-15137-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"72c6881bde74aT241eukuwcubjhzvdfomb8u6cc",
   [junit4]   2>   "source":"indexSizeTrigger",
   [junit4]   2>   "eventTime":2019152201901898,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testCollection_shard1_replica_n1":"docs=1500, bytes=3082240",
   [junit4]   2>       "testCollection_shard2_replica_n3":"docs=1500, bytes=3082240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":2019162453857298,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}
   [junit4]   2> 933723 DEBUG (AutoscalingActionExecutor-15138-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"72c6881bde74aT241eukuwcubjhzvdfomb8u6cc",
   [junit4]   2>   "source":"indexSizeTrigger",
   [junit4]   2>   "eventTime":2019152201901898,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testCollection_shard1_replica_n1":"docs=1500, bytes=3082240",
   [junit4]   2>       "testCollection_shard2_replica_n3":"docs=1500, bytes=3082240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":2019162453857298,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}
   [junit4]   2> 933723 DEBUG (AutoscalingActionExecutor-15138-thread-1) [     ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"72c6881bde74aT241eukuwcubjhzvdfomb8u6cc",
   [junit4]   2>   "source":"indexSizeTrigger",
   [junit4]   2>   "eventTime":2019152201901898,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testCollection_shard1_replica_n1":"docs=1500, bytes=3082240",
   [junit4]   2>       "testCollection_shard2_replica_n3":"docs=1500, bytes=3082240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":2019162453857298,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}} with context properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 933725 DEBUG (AutoscalingActionExecutor-15138-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testCollection&shard=shard1&splitMethod=link&splitByPrefix=false
   [junit4]   2> 933725 DEBUG (AutoscalingActionExecutor-15138-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testCollection&shard=shard2&splitMethod=link&splitByPrefix=false
   [junit4]   2> 933725 DEBUG (AutoscalingActionExecutor-15138-thread-1) [     ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"72c6881bde74aT241eukuwcubjhzvdfomb8u6cc",
   [junit4]   2>   "source":"indexSizeTrigger",
   [junit4]   2>   "eventTime":2019152201901898,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":2,
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testCollection_shard1_replica_n1":"docs=1500, bytes=3082240",
   [junit4]   2>       "testCollection_shard2_replica_n3":"docs=1500, bytes=3082240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":2019162453857298,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testCollection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}} with context properties: {operations=[{
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testCollection",
   [junit4]   2>   "params.shard":"shard1",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testCollection",
   [junit4]   2>   "params.shard":"shard2",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}], AFTER_ACTION=[compute_plan], BEFORE_ACTION=[compute_plan, execute_plan]}
   [junit4]   2> 933725 DEBUG (AutoscalingActionExecutor-15138-thread-1) [     ] o.a.s.c.a.ExecutePlanAction Executing operation: action=SPLITSHARD&collection=testCollection&shard=shard1&splitMethod=link&splitByPrefix=false
   [junit4]   2> 933825 INFO  (simCloudManagerPool-15136-thread-8) [     ] o.a.s.c.a.c.SplitShardCmd numSubShards set at: 2
   [junit4]   2> 933867 DEBUG (simCloudManagerPool-15136-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 933867 DEBUG (simCloudManagerPool-15136-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=9
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 9
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=10
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 10
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1_1)
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1_1 (currentVersion=11): {"core_node12":{
   [junit4]   2>     "core":"testCollection_shard1_1_replica_n11",
   [junit4]   2>     "shard":"shard1_1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10104_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":750,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1546240,
   [junit4]   2>     "base_url":"http://127.0.0.1:10104/solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":0.0014400482177734375,
   [junit4]   2>     "SEARCHER.searcher.numDocs":750}}
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=11
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 11
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-12) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1_0)
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** no leader in testCollection / shard1_0:{
   [junit4]   2>   "parent":"shard1",
   [junit4]   2>   "stateTimestamp":"1593822688519960700",
   [junit4]   2>   "range":"80000000-bfffffff",
   [junit4]   2>   "state":"construction",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node10":{
   [junit4]   2>       "core":"testCollection_shard1_0_replica_n9",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":750,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":1556480,
   [junit4]   2>       "node_name":"127.0.0.1:10118_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10118/solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":0.0014495849609375,
   [junit4]   2>       "SEARCHER.searcher.numDocs":750},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"testCollection_shard1_0_replica_n7",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":750,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":1556480,
   [junit4]   2>       "node_name":"127.0.0.1:10082_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10082/solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":0.0014495849609375,
   [junit4]   2>       "SEARCHER.searcher.numDocs":750}}}
   [junit4]   2> 933868 DEBUG (simCloudManagerPool-15136-thread-12) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1_0 (currentVersion=12): {"core_node10":{
   [junit4]   2>     "core":"testCollection_shard1_0_replica_n9",
   [junit4]   2>     "shard":"shard1_0",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10118_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":750,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1556480,
   [junit4]   2>     "base_url":"http://127.0.0.1:10118/solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":0.0014495849609375,
   [junit4]   2>     "SEARCHER.searcher.numDocs":750}}
   [junit4]   2> 933870 DEBUG (simCloudManagerPool-15136-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=12
   [junit4]   2> 933871 DEBUG (simCloudManagerPool-15136-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 12
   [junit4]   2> 933871 DEBUG (AutoscalingActionExecutor-15138-thread-1) [     ] o.a.s.c.a.ExecutePlanAction Executing operation: action=SPLITSHARD&collection=testCollection&shard=shard2&splitMethod=link&splitByPrefix=false
   [junit4]   2> 933871 DEBUG (simCloudManagerPool-15136-thread-15) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=13
   [junit4]   2> 933872 DEBUG (simCloudManagerPool-15136-thread-15) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 13
   [junit4]   2> 933972 INFO  (simCloudManagerPool-15136-thread-15) [     ] o.a.s.c.a.c.SplitShardCmd numSubShards set at: 2
   [junit4]   2> 934014 DEBUG (simCloudManagerPool-15136-thread-15) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=14
   [junit4]   2> 934014 DEBUG (simCloudManagerPool-15136-thread-15) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 14
   [junit4]   2> 934015 DEBUG (simCloudManagerPool-15136-thread-17) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=15
   [junit4]   2> 934015 DEBUG (simCloudManagerPool-15136-thread-17) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 15
   [junit4]   2> 934015 DEBUG (simCloudManagerPool-15136-thread-19) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=16
   [junit4]   2> 934015 DEBUG (simCloudManagerPool-15136-thread-19) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 16
   [junit4]   2> 934015 DEBUG (simCloudManagerPool-15136-thread-18) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=17
   [junit4]   2> 934015 DEBUG (simCloudManagerPool-15136-thread-18) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 17
   [junit4]   2> 934016 DEBUG (simCloudManagerPool-15136-thread-18) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard2_1)
   [junit4]   2> 934016 DEBUG (simCloudManagerPool-15136-thread-18) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard2_1 (currentVersion=18): {"core_node22":{
   [junit4]   2>     "core":"testCollection_shard2_1_replica_n21",
   [junit4]   2>     "shard":"shard2_1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10104_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":750,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1546240,
   [junit4]   2>     "base_url":"http:

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

SolrCloudExampleTest, TestAuthenticationFramework, TestCloudPseudoReturnFields, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestRandomRequestDistribution, TestSolrCloudWithSecureImpersonation, TestTlogReplayVsRecovery, TestTlogReplica, TestHdfsCloudBackupRestore, ScheduledTriggerIntegrationTest, TestSimClusterStateProvider, TestSimDistributedQueue, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimScenario]
   [junit4] Completed [568/914 (1!)] on J1 in 5.26s, 4 tests, 1 failure <<< FAILURES!

[...truncated 49448 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj1724050836
 [ecj-lint] Compiling 1019 source files to /tmp/ecj1724050836
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.4.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java (at line 23)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java (at line 380)
 [ecj-lint] 	MetricsHandler handler = new MetricsHandler(h.getCoreContainer());
 [ecj-lint] 	               ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 76)
 [ecj-lint] 	new JavaBinCodec(new BinaryResponseWriter.Resolver(null, null)).marshal(nl, baos);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 78)
 [ecj-lint] 	nl = (NamedList) new JavaBinCodec().unmarshal(new ByteArrayInputStream(byteBuffer.array(), 0, byteBuffer.limit()));
 [ecj-lint] 	                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 133)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 143)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 54)
 [ecj-lint] 	CaffeineCache<Integer, String> newLFUCache = new CaffeineCache<>();
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] Resource leak: 'newLFUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 152)
 [ecj-lint] 	CaffeineCache<String, String> cache = new CaffeineCache<String, String>() {
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java (at line 335)
 [ecj-lint] 	FastLRUCache<String, Accountable> cache = new FastLRUCache<>();
 [ecj-lint] 	                                  ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLFUCache.java (at line 465)
 [ecj-lint] 	LFUCache<String, String> cache = new LFUCache<>();
 [ecj-lint] 	                         ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 134)
 [ecj-lint] 	LRUCache<String, Accountable> accountableLRUCache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'accountableLRUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 195)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 266)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 73)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 86)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 231)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 291)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/UpdateParamsTest.java (at line 45)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/processor/SignatureUpdateProcessorFactoryTest.java (at line 331)
 [ecj-lint] 	UpdateRequestHandler h = new UpdateRequestHandler();
 [ecj-lint] 	                     ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactoryTest.java (at line 113)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20 problems (1 error, 19 warnings)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/lucene/common-build.xml:2133: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 39 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.6-Linux (64bit/jdk1.8.0_201) - Build # 988 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-Linux/988/
Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 64870 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj1435257263
 [ecj-lint] Compiling 1019 source files to /tmp/ecj1435257263
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.4.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java (at line 23)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java (at line 380)
 [ecj-lint] 	MetricsHandler handler = new MetricsHandler(h.getCoreContainer());
 [ecj-lint] 	               ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 76)
 [ecj-lint] 	new JavaBinCodec(new BinaryResponseWriter.Resolver(null, null)).marshal(nl, baos);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 78)
 [ecj-lint] 	nl = (NamedList) new JavaBinCodec().unmarshal(new ByteArrayInputStream(byteBuffer.array(), 0, byteBuffer.limit()));
 [ecj-lint] 	                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 133)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 143)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 54)
 [ecj-lint] 	CaffeineCache<Integer, String> newLFUCache = new CaffeineCache<>();
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] Resource leak: 'newLFUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 152)
 [ecj-lint] 	CaffeineCache<String, String> cache = new CaffeineCache<String, String>() {
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java (at line 335)
 [ecj-lint] 	FastLRUCache<String, Accountable> cache = new FastLRUCache<>();
 [ecj-lint] 	                                  ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLFUCache.java (at line 465)
 [ecj-lint] 	LFUCache<String, String> cache = new LFUCache<>();
 [ecj-lint] 	                         ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 134)
 [ecj-lint] 	LRUCache<String, Accountable> accountableLRUCache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'accountableLRUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 195)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 266)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 73)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 86)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 231)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 291)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/UpdateParamsTest.java (at line 45)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/processor/SignatureUpdateProcessorFactoryTest.java (at line 331)
 [ecj-lint] 	UpdateRequestHandler h = new UpdateRequestHandler();
 [ecj-lint] 	                     ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/core/src/test/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactoryTest.java (at line 113)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20 problems (1 error, 19 warnings)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/lucene/common-build.xml:2133: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.6-Linux/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 40 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2