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

[JENKINS] Lucene-Solr-Tests-master - Build # 2562 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2562/

3 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testTriggerThrottling

Error Message:
Both triggers should have fired by now

Stack Trace:
java.lang.AssertionError: Both triggers should have fired by now
	at __randomizedtesting.SeedInfo.seed([76285975331B56D4:8D0AF150E1B1B546]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testTriggerThrottling(TestTriggerIntegration.java:185)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir

Error Message:
Captured an uncaught exception in thread: Thread[id=26190, name=cdcr-replicator-8859-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=26190, name=cdcr-replicator-8859-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([76285975331B56D4]:0)
	at org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
	at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
	at org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration

Error Message:
did not finish processing in time

Stack Trace:
java.lang.AssertionError: did not finish processing in time
	at __randomizedtesting.SeedInfo.seed([76285975331B56D4:25911BC5D10AC32E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:425)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12658 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration
   [junit4]   2> 544008 INFO  (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestTriggerIntegration_76285975331B56D4-001/init-core-data-001
   [junit4]   2> 544010 WARN  (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=33 numCloses=33
   [junit4]   2> 544010 INFO  (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 544011 INFO  (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 544086 DEBUG (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10009_solr
   [junit4]   2> 544086 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 544086 WARN  (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 544086 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4] IGNOR/A 0.00s J1 | TestTriggerIntegration.testNodeLostTrigger
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 544087 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 544087 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 544089 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10010_solr, 127.0.0.1:10009_solr]
   [junit4]   2> 544089 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 544089 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 544090 DEBUG (ScheduledTrigger-787-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544091 INFO  (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTriggerThrottling
   [junit4]   2> 544091 DEBUG (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 544091 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 544091 INFO  (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 544126 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 544126 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 544126 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:177) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 544126 DEBUG (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 544127 DEBUG (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 544127 DEBUG (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 544127 DEBUG (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 544128 DEBUG (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 544128 DEBUG (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 544138 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 544139 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 544139 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
   [junit4]   2> 544139 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 544140 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10010_solr, 127.0.0.1:10009_solr]
   [junit4]   2> 544158 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 544158 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 544159 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544199 DEBUG (ScheduledTrigger-792-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544220 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544256 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544292 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544328 DEBUG (simCloudManagerPool-791-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 544328 DEBUG (simCloudManagerPool-791-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 544332 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544357 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 544366 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544402 DEBUG (ScheduledTrigger-792-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544505 DEBUG (simCloudManagerPool-791-thread-2) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 544506 DEBUG (simCloudManagerPool-791-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 544506 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544506 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 544601 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544622 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544638 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 3
   [junit4]   2> 544638 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 544651 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestTriggerIntegration TestTriggerAction init
   [junit4]   2> 544651 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 - Initial livenodes: [127.0.0.1:10010_solr, 127.0.0.1:10009_solr]
   [junit4]   2> 544651 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 544651 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 544675 DEBUG (ScheduledTrigger-792-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 544675 DEBUG (ScheduledTrigger-792-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 544676 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544696 DEBUG (ScheduledTrigger-792-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544724 DEBUG (ScheduledTrigger-792-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 544732 DEBUG (simCloudManagerPool-791-thread-3) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 544732 DEBUG (simCloudManagerPool-791-thread-3) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 544735 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 544735 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestTriggerIntegration TestTriggerAction init
   [junit4]   2> 544735 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 - Initial livenodes: [127.0.0.1:10010_solr, 127.0.0.1:10009_solr]
   [junit4]   2> 544735 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 544735 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 544805 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 544805 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 544805 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10011_solr at time 11230847984264944
   [junit4]   2> 544805 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 firing registered processor for nodes: [127.0.0.1:10011_solr] added at times [11230847984264944], now=11230847991656994
   [junit4]   2> 544807 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"27e66590a0e6f0T6rhi6nxr3tj32cuipkp47y28y",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":11230847984264944,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[11230847984264944],
   [junit4]   2>     "nodeNames":["127.0.0.1:10011_solr"]}}
   [junit4]   2> 544821 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger2, node_added_trigger1]
   [junit4]   2> 544981 DEBUG (simCloudManagerPool-791-thread-4) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard1:{
   [junit4]   2>   "replicas":{"core_node1":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10010_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 545003 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 - removing marker path: /autoscaling/nodeAdded/127.0.0.1:10011_solr
   [junit4]   2> 545003 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"27e66590a0e6f0T6rhi6nxr3tj32cuipkp47y28y",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":11230847984264944,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[11230847984264944],
   [junit4]   2>     "_enqueue_time_":11230848826748344,
   [junit4]   2>     "nodeNames":["127.0.0.1:10011_solr"]}}
   [junit4]   2> 545037 INFO  (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.s.TestTriggerIntegration action executed from node_added_trigger1
   [junit4]   2> 545078 DEBUG (simCloudManagerPool-791-thread-7) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard1:{
   [junit4]   2>   "replicas":{"core_node1":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10010_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 545222 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 545222 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 100ms
   [junit4]   2> 545222 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 100ms
   [junit4]   2> 545222 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 10954 ms for event id=27e66590a0e6f0T6rhi6nxr3tj32cuipkp47y28y
   [junit4]   2> 545225 INFO  (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTriggerThrottling
   [junit4]   2> 545227 INFO  (TEST-TestTriggerIntegration.testTriggerThrottling-seed#[76285975331B56D4]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		3
   [junit4]   2> ## Empty nodes:	2
   [junit4]   2> ## Dead nodes:		0
   [junit4]   2> ## Collections:	[.system]
   [junit4]   2> ## Max replicas per node:	1
   [junit4]   2> ## Min replicas per node:	0
   [junit4]   2> ## Total replicas:		1
   [junit4]   2> ## * .system		1
   [junit4]   2> ##		- active           1
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##		- autoscaling        3
   [junit4]   2> ##		- update             2
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> ## * Trigger: node_added_trigger1
   [junit4]   2> ##		- STARTED         1
   [junit4]   2> ##		- SUCCEEDED       1
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTriggerIntegration -Dtests.method=testTriggerThrottling -Dtests.seed=76285975331B56D4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-LU -Dtests.timezone=SystemV/CST6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.18s J1 | TestTriggerIntegration.testTriggerThrottling <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Both triggers should have fired by now
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([76285975331B56D4:8D0AF150E1B1B546]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testTriggerThrottling(TestTriggerIntegration.java:185)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] IGNOR/A 0.00s J1 | TestTriggerIntegration.testCooldown
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J1 | TestTriggerIntegration.testNodeAddedTriggerRestoreState
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J1 | TestTriggerIntegration.testSearchRate
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J1 | TestTriggerIntegration.testEventQueue
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J1 | TestTriggerIntegration.testNodeLostTriggerRestoreState
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J1 | TestTriggerIntegration.testNodeMarkersRegistration
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J1 | TestTriggerIntegration.testListeners
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 545329 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 545330 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 545330 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 545330 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10011_solr at time 11230874211260144
   [junit4]   2> 545330 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:10011_solr] added at times [11230874211260144], now=11230874213853894
   [junit4]   2> 545330 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"27e66babe116f0T6rhi6nxr3tj32cuipkp47y291",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":11230874211260144,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[11230874211260144],
   [junit4]   2>     "nodeNames":["127.0.0.1:10011_solr"]}}
   [junit4]   2> 545330 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger2, node_added_trigger1]
   [junit4]   2> 545367 DEBUG (simCloudManagerPool-791-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard1:{
   [junit4]   2>   "replicas":{"core_node1":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10010_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 545367 DEBUG (ScheduledTrigger-792-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 - removing marker path: /autoscaling/nodeAdded/127.0.0.1:10011_solr
   [junit4]   2> 545367 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"27e66babe116f0T6rhi6nxr3tj32cuipkp47y291",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":11230874211260144,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[11230874211260144],
   [junit4]   2>     "_enqueue_time_":11230874228992444,
   [junit4]   2>     "nodeNames":["127.0.0.1:10011_solr"]}}
   [junit4]   2> 545367 INFO  (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.s.TestTriggerIntegration last action at 11230859603555094 time = 11230876095405894
   [junit4]   2> 545367 INFO  (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.s.TestTriggerIntegration action executed from node_added_trigger2
   [junit4]   2> 545374 DEBUG (simCloudManagerPool-791-thread-9) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard1:{
   [junit4]   2>   "replicas":{"core_node1":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10010_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 545374 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 545374 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 100ms
   [junit4]   2> 545374 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 100ms
   [junit4]   2> 545374 DEBUG (AutoscalingActionExecutor-793-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 369 ms for event id=27e66babe116f0T6rhi6nxr3tj32cuipkp47y291
   [junit4]   2> 545427 INFO  (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTrigger
   [junit4]   2> 545427 DEBUG (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 545428 DEBUG (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10010_solr
   [junit4]   2> 545428 DEBUG (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.s.SimNodeStateProvider --removing value for 127.0.0.1:10009_solr
   [junit4]   2> 545428 INFO  (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 545428 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 545537 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 545537 DEBUG (ScheduledTrigger-792-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 545537 DEBUG (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 545537 DEBUG (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 545537 DEBUG (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 545539 DEBUG (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 545539 DEBUG (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 545539 DEBUG (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 545574 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 545575 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 545575 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion -1
   [junit4]   2> 545575 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 545610 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10010_solr, 127.0.0.1:10011_solr]
   [junit4]   2> 545647 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 545647 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 545648 DEBUG (ScheduledTrigger-795-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 545678 DEBUG (simCloudManagerPool-794-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 545678 DEBUG (simCloudManagerPool-794-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 545903 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 545904 DEBUG (ScheduledTrigger-795-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 545923 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 545923 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 545924 DEBUG (ScheduledTrigger-795-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 545924 DEBUG (simCloudManagerPool-794-thread-2) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 545924 DEBUG (simCloudManagerPool-794-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 545925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 545925 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestTriggerIntegration TestTriggerAction init
   [junit4]   2> 545925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger - Initial livenodes: [127.0.0.1:10010_solr, 127.0.0.1:10011_solr]
   [junit4]   2> 545925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestTriggerAction}], enabled=true}
   [junit4]   2> 545925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 545931 DEBUG (ScheduledTrigger-795-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 545931 DEBUG (ScheduledTrigger-795-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 545931 DEBUG (ScheduledTrigger-795-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10012_solr at time 11230904292509844
   [junit4]   2> 546013 DEBUG (ScheduledTrigger-795-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 546013 DEBUG (ScheduledTrigger-795-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 546013 DEBUG (ScheduledTrigger-795-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 546013 DEBUG (ScheduledTrigger-795-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:10012_solr] added at times [11230904292509844], now=11230908379002994
   [junit4]   2> 546013 DEBUG (ScheduledTrigger-795-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"27e672acdc8894T6rhi6nxr3tj32cuipkp47y294",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":11230904292509844,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[11230904292509844],
   [junit4]   2>     "nodeNames":["127.0.0.1:10012_solr"]}}
   [junit4]   2> 546013 DEBUG (ScheduledTrigger-795-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger]
   [junit4]   2> 546066 DEBUG (simCloudManagerPool-794-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard1:{
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10011_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 546086 DEBUG (ScheduledTrigger-795-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger - removing marker path: /autoscaling/nodeAdded/127.0.0.1:10012_solr
   [junit4]   2> 546086 DEBUG (AutoscalingActionExecutor-796-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"27e672acdc8894T6rhi6nxr3tj32cuipkp47y294",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":11230904292509844,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[11230904292509844],
   [junit4]   2>     "_enqueue_time_":11230908398464594,
   [junit4]   2>     "nodeNames":["127.0.0.1:10012_solr"]}}
   [junit4]   2> 546171 DEBUG (simCloudManagerPool-794-thread-6) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard1:{
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10011_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 546174 DEBUG (simCloudManagerPool-794-thread-7) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 546174 DEBUG (simCloudManagerPool-794-thread-7) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 10
   [junit4]   2> 546175 DEBUG (AutoscalingActionExecutor-796-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 546175 DEBUG (AutoscalingActionExecutor-796-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger after 100ms
   [junit4]   2> 546175 DEBUG (AutoscalingActionExecutor-796-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 4464 ms for event id=27e672acdc8894T6rhi6nxr3tj32cuipkp47y294
   [junit4]   2> 546175 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 10
   [junit4]   2> 546177 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion 10
   [junit4]   2> 546248 INFO  (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTrigger
   [junit4]   2> 546249 INFO  (TEST-TestTriggerIntegration.testNodeAddedTrigger-seed#[76285975331B56D4]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		3
   [junit4]   2> ## Empty nodes:	2
   [junit4]   2> ## Dead nodes:		0
   [junit4]   2> ## Collections:	[.system]
   [junit4]   2> ## Max replicas per node:	1
   [junit4]   2> ## Min replicas per node:	0
   [junit4]   2> ## Total replicas:		1
   [junit4]   2> ## * .system		1
   [junit4]   2> ##		- active           1
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##		- autoscaling        3
   [junit4]   2> ##		- update             2
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> ## * Trigger: node_added_trigger
   [junit4]   2> ##		- STARTED         1
   [junit4]   2> ##		- SUCCEEDED       1
   [junit4]   2> 
   [junit4] IGNOR/A 0.00s J1 | TestTriggerIntegration.testEventFromRestoredState
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 546285 DEBUG (ScheduledTrigger-795-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 546285 DEBUG (ScheduledTrigger-795-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 546285 DEBUG (ScheduledTrigger-795-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 546305 DEBUG (ScheduledTrigger-795-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 546305 DEBUG (ScheduledTrigger-795-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 546305 DEBUG (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 546318 DEBUG (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 546318 DEBUG (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 546319 DEBUG (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 546319 DEBUG (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 546319 DEBUG (SUITE-TestTriggerIntegration-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestTriggerIntegration_76285975331B56D4-001
   [junit4]   2> 546321 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1609, maxMBSortInHeap=6.546144379289545, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@8e7f550), locale=fr-LU, timezone=SystemV/CST6
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=158036424,total=388497408
   [junit4]   2> NOTE: All tests run in this JVM: [TestDFISimilarityFactory, TestPerFieldSimilarity, TestLocalFSCloudBackupRestore, CurrencyRangeFacetCloudTest, TestSchemalessBufferedUpdates, TokenizerChainTest, RequiredFieldsTest, TestNodeLostTrigger, OutOfBoxZkACLAndCredentialsProvidersTest, HttpPartitionOnCommitTest, ReplicationFactorTest, ChaosMonkeySafeLeaderTest, SchemaVersionSpecificBehaviorTest, TestCollectionAPI, TestSerializedLuceneMatchVersion, CoreAdminOperationTest, EmbeddedSolrNoSerializeTest, TestConfigSets, SSLMigrationTest, TestAuthenticationFramework, TestNamedUpdateProcessors, TestTriggerIntegration]
   [junit4] Completed [54/817 (1!)] on J1 in 2.42s, 11 tests, 1 failure, 9 skipped <<< FAILURES!

[...truncated 831 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4]   2> 2270532 INFO  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_76285975331B56D4-001/init-core-data-001
   [junit4]   2> 2270533 WARN  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 2270534 INFO  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2270568 INFO  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2270569 INFO  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_76285975331B56D4-001/tempDir-001
   [junit4]   2> 2270569 INFO  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2270587 INFO  (Thread-1507) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2270587 INFO  (Thread-1507) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2270692 INFO  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43153
   [junit4]   2> 2270693 ERROR (Thread-1507) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2270734 INFO  (zkConnectionManagerCallback-2101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2270751 INFO  (jetty-launcher-2098-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 2270767 INFO  (jetty-launcher-2098-thread-2) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 2270786 INFO  (jetty-launcher-2098-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2270786 INFO  (jetty-launcher-2098-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2270786 INFO  (jetty-launcher-2098-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2270788 INFO  (jetty-launcher-2098-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54588c35{/solr,null,AVAILABLE}
   [junit4]   2> 2270823 INFO  (jetty-launcher-2098-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@18c179dd{SSL,[ssl, http/1.1]}{127.0.0.1:37282}
   [junit4]   2> 2270823 INFO  (jetty-launcher-2098-thread-1) [    ] o.e.j.s.Server Started @2270989ms
   [junit4]   2> 2270823 INFO  (jetty-launcher-2098-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37282}
   [junit4]   2> 2270823 ERROR (jetty-launcher-2098-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2270823 INFO  (jetty-launcher-2098-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2270823 INFO  (jetty-launcher-2098-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2270823 INFO  (jetty-launcher-2098-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2270823 INFO  (jetty-launcher-2098-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2270823 INFO  (jetty-launcher-2098-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-13T09:10:56.514Z
   [junit4]   2> 2270876 INFO  (jetty-launcher-2098-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2270876 INFO  (jetty-launcher-2098-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2270876 INFO  (jetty-launcher-2098-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2270876 INFO  (jetty-launcher-2098-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@488a0515{/solr,null,AVAILABLE}
   [junit4]   2> 2270877 INFO  (jetty-launcher-2098-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c1b950b{SSL,[ssl, http/1.1]}{127.0.0.1:46145}
   [junit4]   2> 2270877 INFO  (jetty-launcher-2098-thread-2) [    ] o.e.j.s.Server Started @2271043ms
   [junit4]   2> 2270877 INFO  (jetty-launcher-2098-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46145}
   [junit4]   2> 2270877 ERROR (jetty-launcher-2098-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2270877 INFO  (jetty-launcher-2098-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2270877 INFO  (jetty-launcher-2098-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2270877 INFO  (jetty-launcher-2098-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2270877 INFO  (jetty-launcher-2098-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2270877 INFO  (jetty-launcher-2098-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-13T09:10:56.568Z
   [junit4]   2> 2270970 INFO  (zkConnectionManagerCallback-2103-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2270970 INFO  (jetty-launcher-2098-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2270989 INFO  (zkConnectionManagerCallback-2105-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2271005 INFO  (jetty-launcher-2098-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2271044 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1029cac128f0001, likely client has closed socket
   [junit4]   2> 2271351 INFO  (jetty-launcher-2098-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43153/solr
   [junit4]   2> 2271382 INFO  (zkConnectionManagerCallback-2109-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2271460 INFO  (zkConnectionManagerCallback-2111-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2271753 INFO  (jetty-launcher-2098-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43153/solr
   [junit4]   2> 2271800 INFO  (zkConnectionManagerCallback-2117-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2271884 INFO  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2271885 INFO  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37282_solr
   [junit4]   2> 2271885 INFO  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.c.Overseer Overseer (id=72792806851018756-127.0.0.1:37282_solr-n_0000000000) starting
   [junit4]   2> 2272049 INFO  (zkConnectionManagerCallback-2119-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2272085 INFO  (zkConnectionManagerCallback-2124-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2272215 INFO  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43153/solr ready
   [junit4]   2> 2272276 INFO  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37282_solr
   [junit4]   2> 2272277 DEBUG (OverseerAutoScalingTriggerThread-72792806851018756-127.0.0.1:37282_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2272366 DEBUG (OverseerAutoScalingTriggerThread-72792806851018756-127.0.0.1:37282_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2272366 DEBUG (OverseerAutoScalingTriggerThread-72792806851018756-127.0.0.1:37282_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2272367 DEBUG (OverseerAutoScalingTriggerThread-72792806851018756-127.0.0.1:37282_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2272398 INFO  (zkCallback-2123-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2272398 INFO  (OverseerStateUpdate-72792806851018756-127.0.0.1:37282_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2272508 WARN  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 2272557 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2272834 DEBUG (OverseerAutoScalingTriggerThread-72792806851018756-127.0.0.1:37282_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:37282_solr]
   [junit4]   2> 2272834 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2272835 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2272835 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46145_solr
   [junit4]   2> 2272849 DEBUG (OverseerAutoScalingTriggerThread-72792806851018756-127.0.0.1:37282_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2272859 INFO  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37282.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ff46cae
   [junit4]   2> 2272869 DEBUG (OverseerAutoScalingTriggerThread-72792806851018756-127.0.0.1:37282_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2272873 INFO  (zkCallback-2110-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2272953 INFO  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37282.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ff46cae
   [junit4]   2> 2272954 INFO  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37282.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ff46cae
   [junit4]   2> 2272962 INFO  (zkCallback-2123-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2272967 INFO  (jetty-launcher-2098-thread-1) [n:127.0.0.1:37282_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_76285975331B56D4-001/tempDir-001/node1/.
   [junit4]   2> 2272983 INFO  (zkCallback-2118-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2272983 DEBUG (ScheduledTrigger-3666-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2273146 INFO  (zkConnectionManagerCallback-2132-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2273185 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2273185 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43153/solr ready
   [junit4]   2> 2273198 WARN  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 2273357 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46145.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ff46cae
   [junit4]   2> 2273465 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46145.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ff46cae
   [junit4]   2> 2273465 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46145.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5ff46cae
   [junit4]   2> 2273466 INFO  (jetty-launcher-2098-thread-2) [n:127.0.0.1:46145_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_76285975331B56D4-001/tempDir-001/node2/.
   [junit4]   2> 2273662 INFO  (zkConnectionManagerCallback-2135-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2273711 INFO  (zkConnectionManagerCallback-2140-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2273712 INFO  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2273712 INFO  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43153/solr ready
   [junit4]   2> 2273953 DEBUG (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10000_solr
   [junit4]   2> 2273954 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2273954 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 2273967 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 2273967 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 2274018 WARN  (SUITE-IndexSizeTriggerTest-seed#[76285975331B56D4]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, keeping metrics history in memory
   [junit4]   2> 2274040 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 2274043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2274043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 2274056 DEBUG (ScheduledTrigger-3679-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274113 DEBUG (ScheduledTrigger-3666-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274114 DEBUG (ScheduledTrigger-3679-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274149 DEBUG (ScheduledTrigger-3679-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274202 DEBUG (ScheduledTrigger-3679-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274223 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274260 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274312 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274332 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274369 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274422 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274458 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274495 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274531 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274533 INFO  (TEST-IndexSizeTriggerTest.testMixedBounds-seed#[76285975331B56D4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMixedBounds
   [junit4]   2> 2274552 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274588 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274684 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274710 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274730 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274803 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274805 DEBUG (simCloudManagerPool-3678-thread-6) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMixedBounds_collection / shard2: {"core_node3":{
   [junit4]   2>     "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testMixedBounds_collection"}}
   [junit4]   2> 2274806 DEBUG (simCloudManagerPool-3678-thread-7) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMixedBounds_collection / shard1: {"core_node1":{
   [junit4]   2>     "core":"testMixedBounds_collection_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testMixedBounds_collection"}}
   [junit4]   2> 2274913 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274949 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2274985 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275022 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275058 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275096 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275115 DEBUG (ScheduledTrigger-3666-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275131 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275168 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275205 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275241 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275278 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275314 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275351 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275387 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275424 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275497 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275533 DEBUG (ScheduledTrigger-3679-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275570 DEBUG (simCloudManagerPool-3678-thread-20) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2275570 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275604 DEBUG (simCloudManagerPool-3678-thread-20) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2275607 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275716 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275717 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2275717 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2275717 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2275733 DEBUG (simCloudManagerPool-3678-thread-21) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2275734 DEBUG (simCloudManagerPool-3678-thread-21) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 2275734 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 2275735 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2275735 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 2275750 DEBUG (simCloudManagerPool-3678-thread-22) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2275751 DEBUG (simCloudManagerPool-3678-thread-22) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 2275753 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275772 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 2275772 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2275772 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 2275773 DEBUG (ScheduledTrigger-3679-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275843 DEBUG (simCloudManagerPool-3678-thread-23) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2275843 DEBUG (simCloudManagerPool-3678-thread-23) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 2275844 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 2275844 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2275844 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 2275862 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2275989 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2276025 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2276061 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2276065 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"27db3a6a51e96eT6rhi6nxr3tj32cuipkp47y5f1",
   [junit4]   2>   "source":"index_size_trigger4",
   [junit4]   2>   "eventTime":11218568030054766,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testMixedBounds_collection":[
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":505,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":262740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":505,\n    \"__bytes__\":262740,\n    \"core\":\"testMixedBounds_collection_shard2_replica_n3\",\n    \"__docs__\":505,\n    \"violationType\":\"aboveBytes\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.446956932544708E-4,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMixedBounds_collection\"}}",
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":495,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":257740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":495,\n    \"__bytes__\":257740,\n    \"core\":\"testMixedBounds_collection_shard1_replica_n1\",\n    \"__docs__\":495,\n    \"violationType\":\"aboveBytes\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.4003908038139343E-4,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMixedBounds_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testMixedBounds_collection\",\n  \"second\":\"shard2\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testMixedBounds_collection\",\n  \"second\":\"shard1\"}]}}"]}}
   [junit4]   2> 2276098 DEBUG (ScheduledTrigger-3679-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2276135 DEBUG (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [index_size_trigger4, .auto_add_replicas, .scheduled_maintenance]
   [junit4]   2> 2276138 DEBUG (ScheduledTrigger-3666-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2276151 INFO  (ScheduledTrigger-3679-thread-4) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=11218579663774916, stage=STARTED, actionName='null', event={
   [junit4]   2>   "id":"27db3a6a51e96eT6rhi6nxr3tj32cuipkp47y5f1",
   [junit4]   2>   "source":"index_size_trigger4",
   [junit4]   2>   "eventTime":11218568030054766,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testMixedBounds_collection":[
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":505,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":262740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":505,\n    \"__bytes__\":262740,\n    \"core\":\"testMixedBounds_collection_shard2_replica_n3\",\n    \"__docs__\":505,\n    \"violationType\":\"aboveBytes\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.446956932544708E-4,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMixedBounds_collection\"}}",
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":495,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":257740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":495,\n    \"__bytes__\":257740,\n    \"core\":\"testMixedBounds_collection_shard1_replica_n1\",\n    \"__docs__\":495,\n    \"violationType\":\"aboveBytes\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.4003908038139343E-4,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMixedBounds_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":11218578862655366,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testMixedBounds_collection\",\n  \"second\":\"shard2\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testMixedBounds_collection\",\n  \"second\":\"shard1\"}]}}"]}}, context={}, config={
   [junit4]   2>   "trigger":"index_size_trigger4",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 2276224 DEBUG (simCloudManagerPool-3678-thread-24) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard1:{
   [junit4]   2>   "replicas":{"core_node1":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 2276244 DEBUG (AutoscalingActionExecutor-3680-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"27db3a6a51e96eT6rhi6nxr3tj32cuipkp47y5f1",
   [junit4]   2>   "source":"index_size_trigger4",
   [junit4]   2>   "eventTime":11218568030054766,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testMixedBounds_collection":[
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":505,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":262740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":505,\n    \"__bytes__\":262740,\n    \"core\":\"testMixedBounds_collection_shard2_replica_n3\",\n    \"__docs__\":505,\n    \"violationType\":\"aboveBytes\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.446956932544708E-4,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMixedBounds_collection\"}}",
   [junit4]   2>         "{\"core_node1\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":495,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":257740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":495,\n    \"__bytes__\":257740,\n    \"core\":\"testMixedBounds_collection_shard1_replica_n1\",\n    \"__docs__\":495,\n    \"violationType\":\"aboveBytes\",\n    \"state\":\"active\",\n    \"INDEX.sizeInGB\":2.4003908038139343E-4,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMixedBounds_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":11218578862655366,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testMixedBounds_collection\",\n  \"second\":\"shard2\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testMixedBounds_collection\",\n  \"second\":\"shard1\"}]}}"]}}
   [junit4]   2> 2276246 INFO  (AutoscalingActionExecutor-3680-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=11218584406619166, stage=BEFORE_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"27db3a6a51e96eT6rhi6nxr3tj32cuipkp47y5f1",
   [junit4]   2>   "source":"index_size_trigger4",
   [junit4]   2>   "eventTime":11218568030054766,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testMixedBounds_collection":[
   [junit4]   2>         "{\"core_node3\":{\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":505,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":262740,\n    \"node_name\":\"127.0.0.1:10000_solr\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":505,\n    \"__bytes__\":262740,\n    \"core\":\"testMixedB

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

ttings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

resolve-example:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

resolve-server:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

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

-jenkins-base:

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

[JENKINS] Lucene-Solr-Tests-master - Build # 2564 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds

Error Message:
failed to create testMixedBounds_collection Live Nodes: [127.0.0.1:10006_solr, 127.0.0.1:10005_solr] Last available state: DocCollection(testMixedBounds_collection//clusterstate.json/26)={   "replicationFactor":"2",   "pullReplicas":"0",   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   "autoCreated":"true",   "shards":{     "shard2":{       "replicas":{         "core_node3":{           "core":"testMixedBounds_collection_shard2_replica_n3",           "leader":"true",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10005_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},         "core_node4":{           "core":"testMixedBounds_collection_shard2_replica_n4",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10006_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}},       "range":"0-7fffffff",       "state":"active"},     "shard1":{       "stateTimestamp":"1529105880681551450",       "replicas":{         "core_node1":{           "core":"testMixedBounds_collection_shard1_replica_n1",           "leader":"true",           "SEARCHER.searcher.maxDoc":495,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":257740,           "node_name":"127.0.0.1:10005_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":2.4003908038139343E-4,           "SEARCHER.searcher.numDocs":495},         "core_node2":{           "core":"testMixedBounds_collection_shard1_replica_n2",           "SEARCHER.searcher.maxDoc":495,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":257740,           "node_name":"127.0.0.1:10006_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":2.4003908038139343E-4,           "SEARCHER.searcher.numDocs":495}},       "range":"80000000-ffffffff",       "state":"inactive"},     "shard1_1":{       "parent":"shard1",       "stateTimestamp":"1529105880682371200",       "range":"c0000000-ffffffff",       "state":"active",       "replicas":{         "core_node10":{           "leader":"true",           "core":"testMixedBounds_collection_shard1_1_replica1",           "SEARCHER.searcher.maxDoc":247,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":133740,           "node_name":"127.0.0.1:10005_solr",           "base_url":"http://127.0.0.1:10005/solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":1.245550811290741E-4,           "SEARCHER.searcher.numDocs":247},         "core_node9":{           "core":"testMixedBounds_collection_shard1_1_replica0",           "SEARCHER.searcher.maxDoc":247,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":133740,           "node_name":"127.0.0.1:10006_solr",           "base_url":"http://127.0.0.1:10006/solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":1.245550811290741E-4,           "SEARCHER.searcher.numDocs":247}}},     "shard1_0":{       "parent":"shard1",       "stateTimestamp":"1529105880682046900",       "range":"80000000-bfffffff",       "state":"active",       "replicas":{         "core_node7":{           "leader":"true",           "core":"testMixedBounds_collection_shard1_0_replica0",           "SEARCHER.searcher.maxDoc":248,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":144480,           "node_name":"127.0.0.1:10006_solr",           "base_url":"http://127.0.0.1:10006/solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":1.3455748558044434E-4,           "SEARCHER.searcher.numDocs":248},         "core_node8":{           "core":"testMixedBounds_collection_shard1_0_replica1",           "SEARCHER.searcher.maxDoc":248,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":144480,           "node_name":"127.0.0.1:10005_solr",           "base_url":"http://127.0.0.1:10005/solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":1.3455748558044434E-4,           "SEARCHER.searcher.numDocs":248}}}}}

Stack Trace:
java.lang.AssertionError: failed to create testMixedBounds_collection
Live Nodes: [127.0.0.1:10006_solr, 127.0.0.1:10005_solr]
Last available state: DocCollection(testMixedBounds_collection//clusterstate.json/26)={
  "replicationFactor":"2",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{
    "shard2":{
      "replicas":{
        "core_node3":{
          "core":"testMixedBounds_collection_shard2_replica_n3",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10005_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node4":{
          "core":"testMixedBounds_collection_shard2_replica_n4",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10006_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"0-7fffffff",
      "state":"active"},
    "shard1":{
      "stateTimestamp":"1529105880681551450",
      "replicas":{
        "core_node1":{
          "core":"testMixedBounds_collection_shard1_replica_n1",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":495,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":257740,
          "node_name":"127.0.0.1:10005_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":2.4003908038139343E-4,
          "SEARCHER.searcher.numDocs":495},
        "core_node2":{
          "core":"testMixedBounds_collection_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":495,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":257740,
          "node_name":"127.0.0.1:10006_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":2.4003908038139343E-4,
          "SEARCHER.searcher.numDocs":495}},
      "range":"80000000-ffffffff",
      "state":"inactive"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1529105880682371200",
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node10":{
          "leader":"true",
          "core":"testMixedBounds_collection_shard1_1_replica1",
          "SEARCHER.searcher.maxDoc":247,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":133740,
          "node_name":"127.0.0.1:10005_solr",
          "base_url":"http://127.0.0.1:10005/solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.245550811290741E-4,
          "SEARCHER.searcher.numDocs":247},
        "core_node9":{
          "core":"testMixedBounds_collection_shard1_1_replica0",
          "SEARCHER.searcher.maxDoc":247,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":133740,
          "node_name":"127.0.0.1:10006_solr",
          "base_url":"http://127.0.0.1:10006/solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.245550811290741E-4,
          "SEARCHER.searcher.numDocs":247}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1529105880682046900",
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "leader":"true",
          "core":"testMixedBounds_collection_shard1_0_replica0",
          "SEARCHER.searcher.maxDoc":248,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":144480,
          "node_name":"127.0.0.1:10006_solr",
          "base_url":"http://127.0.0.1:10006/solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.3455748558044434E-4,
          "SEARCHER.searcher.numDocs":248},
        "core_node8":{
          "core":"testMixedBounds_collection_shard1_0_replica1",
          "SEARCHER.searcher.maxDoc":248,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":144480,
          "node_name":"127.0.0.1:10005_solr",
          "base_url":"http://127.0.0.1:10005/solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.3455748558044434E-4,
          "SEARCHER.searcher.numDocs":248}}}}}
	at __randomizedtesting.SeedInfo.seed([73AD30ED586F17C8:792E8F4015D41C92]:0)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:69)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException: last state: DocCollection(testMixedBounds_collection//clusterstate.json/26)={
  "replicationFactor":"2",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{
    "shard2":{
      "replicas":{
        "core_node3":{
          "core":"testMixedBounds_collection_shard2_replica_n3",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10005_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node4":{
          "core":"testMixedBounds_collection_shard2_replica_n4",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10006_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"0-7fffffff",
      "state":"active"},
    "shard1":{
      "stateTimestamp":"1529105880681551450",
      "replicas":{
        "core_node1":{
          "core":"testMixedBounds_collection_shard1_replica_n1",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":495,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":257740,
          "node_name":"127.0.0.1:10005_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":2.4003908038139343E-4,
          "SEARCHER.searcher.numDocs":495},
        "core_node2":{
          "core":"testMixedBounds_collection_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":495,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":257740,
          "node_name":"127.0.0.1:10006_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":2.4003908038139343E-4,
          "SEARCHER.searcher.numDocs":495}},
      "range":"80000000-ffffffff",
      "state":"inactive"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1529105880682371200",
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node10":{
          "leader":"true",
          "core":"testMixedBounds_collection_shard1_1_replica1",
          "SEARCHER.searcher.maxDoc":247,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":133740,
          "node_name":"127.0.0.1:10005_solr",
          "base_url":"http://127.0.0.1:10005/solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.245550811290741E-4,
          "SEARCHER.searcher.numDocs":247},
        "core_node9":{
          "core":"testMixedBounds_collection_shard1_1_replica0",
          "SEARCHER.searcher.maxDoc":247,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":133740,
          "node_name":"127.0.0.1:10006_solr",
          "base_url":"http://127.0.0.1:10006/solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.245550811290741E-4,
          "SEARCHER.searcher.numDocs":247}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1529105880682046900",
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "leader":"true",
          "core":"testMixedBounds_collection_shard1_0_replica0",
          "SEARCHER.searcher.maxDoc":248,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":144480,
          "node_name":"127.0.0.1:10006_solr",
          "base_url":"http://127.0.0.1:10006/solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.3455748558044434E-4,
          "SEARCHER.searcher.numDocs":248},
        "core_node8":{
          "core":"testMixedBounds_collection_shard1_0_replica1",
          "SEARCHER.searcher.maxDoc":248,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":144480,
          "node_name":"127.0.0.1:10005_solr",
          "base_url":"http://127.0.0.1:10005/solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":1.3455748558044434E-4,
          "SEARCHER.searcher.numDocs":248}}}}}
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:63)
	... 40 more




Build Log:
[...truncated 13378 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_73AD30ED586F17C8-001/init-core-data-001
   [junit4]   2> 1227852 WARN  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1227858 INFO  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1227860 INFO  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1227860 INFO  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1227861 INFO  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_73AD30ED586F17C8-001/tempDir-001
   [junit4]   2> 1227861 INFO  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1227861 INFO  (Thread-1301) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1227861 INFO  (Thread-1301) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1227864 ERROR (Thread-1301) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1227967 INFO  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:59928
   [junit4]   2> 1227971 INFO  (zkConnectionManagerCallback-1944-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1227975 INFO  (jetty-launcher-1941-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1227975 INFO  (jetty-launcher-1941-thread-2) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1227977 INFO  (jetty-launcher-1941-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1227977 INFO  (jetty-launcher-1941-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1227977 INFO  (jetty-launcher-1941-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1227977 INFO  (jetty-launcher-1941-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1227977 INFO  (jetty-launcher-1941-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1227977 INFO  (jetty-launcher-1941-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1227977 INFO  (jetty-launcher-1941-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f7e5e8a{/solr,null,AVAILABLE}
   [junit4]   2> 1227977 INFO  (jetty-launcher-1941-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68348867{/solr,null,AVAILABLE}
   [junit4]   2> 1227983 INFO  (jetty-launcher-1941-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@797cc177{HTTP/1.1,[http/1.1]}{127.0.0.1:40304}
   [junit4]   2> 1227983 INFO  (jetty-launcher-1941-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@74de3960{HTTP/1.1,[http/1.1]}{127.0.0.1:56708}
   [junit4]   2> 1227983 INFO  (jetty-launcher-1941-thread-2) [    ] o.e.j.s.Server Started @1228157ms
   [junit4]   2> 1227983 INFO  (jetty-launcher-1941-thread-1) [    ] o.e.j.s.Server Started @1228157ms
   [junit4]   2> 1227983 INFO  (jetty-launcher-1941-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40304}
   [junit4]   2> 1227983 INFO  (jetty-launcher-1941-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56708}
   [junit4]   2> 1227983 ERROR (jetty-launcher-1941-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1227983 ERROR (jetty-launcher-1941-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1227983 INFO  (jetty-launcher-1941-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1227983 INFO  (jetty-launcher-1941-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1227984 INFO  (jetty-launcher-1941-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1227984 INFO  (jetty-launcher-1941-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1227984 INFO  (jetty-launcher-1941-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1227984 INFO  (jetty-launcher-1941-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1227984 INFO  (jetty-launcher-1941-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1227984 INFO  (jetty-launcher-1941-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1227984 INFO  (jetty-launcher-1941-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-15T18:46:12.560Z
   [junit4]   2> 1227984 INFO  (jetty-launcher-1941-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-15T18:46:12.560Z
   [junit4]   2> 1228031 INFO  (zkConnectionManagerCallback-1947-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1228031 INFO  (jetty-launcher-1941-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1228051 INFO  (zkConnectionManagerCallback-1948-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1228057 INFO  (jetty-launcher-1941-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1228370 INFO  (jetty-launcher-1941-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59928/solr
   [junit4]   2> 1228383 INFO  (zkConnectionManagerCallback-1952-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1228419 INFO  (zkConnectionManagerCallback-1954-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1228665 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1228666 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56708_solr
   [junit4]   2> 1228667 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.c.Overseer Overseer (id=73980437938569220-127.0.0.1:56708_solr-n_0000000000) starting
   [junit4]   2> 1228736 INFO  (zkConnectionManagerCallback-1961-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1228742 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59928/solr ready
   [junit4]   2> 1228772 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56708_solr
   [junit4]   2> 1228783 INFO  (zkCallback-1953-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1228788 DEBUG (OverseerAutoScalingTriggerThread-73980437938569220-127.0.0.1:56708_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1228789 DEBUG (OverseerAutoScalingTriggerThread-73980437938569220-127.0.0.1:56708_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1228789 DEBUG (OverseerAutoScalingTriggerThread-73980437938569220-127.0.0.1:56708_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1228790 DEBUG (OverseerAutoScalingTriggerThread-73980437938569220-127.0.0.1:56708_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1228795 INFO  (zkCallback-1960-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1228812 DEBUG (OverseerAutoScalingTriggerThread-73980437938569220-127.0.0.1:56708_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:56708_solr]
   [junit4]   2> 1228815 DEBUG (OverseerAutoScalingTriggerThread-73980437938569220-127.0.0.1:56708_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1228815 DEBUG (OverseerAutoScalingTriggerThread-73980437938569220-127.0.0.1:56708_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1228822 DEBUG (ScheduledTrigger-3451-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1228833 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1228878 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56708.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a64f63e
   [junit4]   2> 1228888 INFO  (jetty-launcher-1941-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59928/solr
   [junit4]   2> 1228889 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56708.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a64f63e
   [junit4]   2> 1228889 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56708.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a64f63e
   [junit4]   2> 1228895 INFO  (jetty-launcher-1941-thread-1) [n:127.0.0.1:56708_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_73AD30ED586F17C8-001/tempDir-001/node1/.
   [junit4]   2> 1228920 INFO  (zkConnectionManagerCallback-1966-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1228943 INFO  (zkConnectionManagerCallback-1968-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1228950 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1228952 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1228956 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1228956 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40304_solr
   [junit4]   2> 1228958 INFO  (zkCallback-1960-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1228958 INFO  (zkCallback-1953-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1228976 INFO  (zkCallback-1967-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1229050 INFO  (zkConnectionManagerCallback-1975-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1229052 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1229053 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59928/solr ready
   [junit4]   2> 1229060 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1229080 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40304.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a64f63e
   [junit4]   2> 1229092 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40304.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a64f63e
   [junit4]   2> 1229092 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40304.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a64f63e
   [junit4]   2> 1229093 INFO  (jetty-launcher-1941-thread-2) [n:127.0.0.1:40304_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_73AD30ED586F17C8-001/tempDir-001/node2/.
   [junit4]   2> 1229125 INFO  (zkConnectionManagerCallback-1978-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1229129 INFO  (zkConnectionManagerCallback-1983-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1229130 INFO  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1229131 INFO  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59928/solr ready
   [junit4]   2> 1229189 DEBUG (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10005_solr
   [junit4]   2> 1229190 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1229190 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 1229190 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 1229190 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 1229193 INFO  (SUITE-IndexSizeTriggerTest-seed#[73AD30ED586F17C8]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1229194 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10006_solr, 127.0.0.1:10005_solr]
   [junit4]   2> 1229199 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1229199 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 1229200 DEBUG (ScheduledTrigger-3467-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229221 DEBUG (ScheduledTrigger-3467-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229241 DEBUG (ScheduledTrigger-3467-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229262 DEBUG (ScheduledTrigger-3467-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229282 DEBUG (ScheduledTrigger-3467-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229302 DEBUG (ScheduledTrigger-3467-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229322 DEBUG (ScheduledTrigger-3467-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229342 DEBUG (ScheduledTrigger-3467-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229363 DEBUG (ScheduledTrigger-3467-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229383 DEBUG (ScheduledTrigger-3467-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229403 DEBUG (ScheduledTrigger-3467-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229416 INFO  (TEST-IndexSizeTriggerTest.testMixedBounds-seed#[73AD30ED586F17C8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMixedBounds
   [junit4]   2> 1229423 DEBUG (ScheduledTrigger-3467-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229439 DEBUG (simCloudManagerPool-3466-thread-7) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMixedBounds_collection / shard1: {"core_node1":{
   [junit4]   2>     "core":"testMixedBounds_collection_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testMixedBounds_collection"}}
   [junit4]   2> 1229443 DEBUG (ScheduledTrigger-3467-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229464 DEBUG (ScheduledTrigger-3467-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229472 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229472 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229473 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229473 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229473 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229473 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229476 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229476 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229476 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229476 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229477 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229479 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229479 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229482 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229485 DEBUG (ScheduledTrigger-3467-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1229485 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229485 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229486 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229486 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229486 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229486 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229486 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229486 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229487 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229487 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229487 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229487 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229487 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229488 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229488 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229488 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229488 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229488 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229488 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229489 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229489 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229489 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229489 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229489 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229489 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1229489 DEBUG (simCloudManagerPool-3466-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- no leader in shard2:{
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n3",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0

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

pace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

resolve-example:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

resolve-server:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

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

-jenkins-base:

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

[JENKINS] Lucene-Solr-Tests-master - Build # 2563 - Still Unstable

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption

Error Message:
Could not load collection from ZK: overwrite

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: overwrite
	at __randomizedtesting.SeedInfo.seed([DAF8EE298DE6E14:E1946F09F68E11C2]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption(CloudSolrClientTest.java:158)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/overwrite/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
	... 45 more


FAILED:  org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Could not load collection from ZK: falsepredicate

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: falsepredicate
	at __randomizedtesting.SeedInfo.seed([DAF8EE298DE6E14:85992CB140718606]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
	at org.apache.solr.common.cloud.ZkStateReader.registerCollectionStateWatcher(ZkStateReader.java:1434)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1464)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:450)
	at org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:228)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/falsepredicate/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
	... 46 more




Build Log:
[...truncated 15982 lines...]
   [junit4] Suite: org.apache.solr.common.cloud.TestCollectionStateWatchers
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/init-core-data-001
   [junit4]   2> 150634 WARN  (SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=72 numCloses=72
   [junit4]   2> 150634 INFO  (SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 150648 INFO  (SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 150669 INFO  (SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 150669 INFO  (SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001
   [junit4]   2> 150670 INFO  (SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 150721 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 150721 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 150758 ERROR (Thread-13) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 150831 INFO  (SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46333
   [junit4]   2> 151026 INFO  (zkConnectionManagerCallback-318-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 151217 INFO  (jetty-launcher-315-thread-4) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 151266 INFO  (jetty-launcher-315-thread-2) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 151287 INFO  (jetty-launcher-315-thread-3) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 151287 INFO  (jetty-launcher-315-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 151323 INFO  (jetty-launcher-315-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 151323 INFO  (jetty-launcher-315-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 151324 INFO  (jetty-launcher-315-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 151324 INFO  (jetty-launcher-315-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d7c75f7{/solr,null,AVAILABLE}
   [junit4]   2> 151325 INFO  (jetty-launcher-315-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 151325 INFO  (jetty-launcher-315-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 151325 INFO  (jetty-launcher-315-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 151325 INFO  (jetty-launcher-315-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@945d996{/solr,null,AVAILABLE}
   [junit4]   2> 151433 INFO  (jetty-launcher-315-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 151433 INFO  (jetty-launcher-315-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 151433 INFO  (jetty-launcher-315-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 151434 INFO  (jetty-launcher-315-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5153e8c4{/solr,null,AVAILABLE}
   [junit4]   2> 151449 INFO  (jetty-launcher-315-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 151449 INFO  (jetty-launcher-315-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 151449 INFO  (jetty-launcher-315-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 151450 INFO  (jetty-launcher-315-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17071ea{/solr,null,AVAILABLE}
   [junit4]   2> 151764 INFO  (jetty-launcher-315-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@33b8e622{SSL,[ssl, http/1.1]}{127.0.0.1:41895}
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] o.e.j.s.Server Started @151981ms
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41895}
   [junit4]   2> 151765 ERROR (jetty-launcher-315-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-14T22:36:28.421Z
   [junit4]   2> 152112 INFO  (zkConnectionManagerCallback-320-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152129 INFO  (jetty-launcher-315-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 152152 INFO  (jetty-launcher-315-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7d3eabb2{SSL,[ssl, http/1.1]}{127.0.0.1:34267}
   [junit4]   2> 152152 INFO  (jetty-launcher-315-thread-2) [    ] o.e.j.s.Server Started @152369ms
   [junit4]   2> 152152 INFO  (jetty-launcher-315-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34267}
   [junit4]   2> 152165 INFO  (jetty-launcher-315-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5a1a534a{SSL,[ssl, http/1.1]}{127.0.0.1:35500}
   [junit4]   2> 152165 INFO  (jetty-launcher-315-thread-4) [    ] o.e.j.s.Server Started @152382ms
   [junit4]   2> 152166 INFO  (jetty-launcher-315-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35500}
   [junit4]   2> 152153 INFO  (jetty-launcher-315-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13e9286b{SSL,[ssl, http/1.1]}{127.0.0.1:45681}
   [junit4]   2> 152168 INFO  (jetty-launcher-315-thread-3) [    ] o.e.j.s.Server Started @152385ms
   [junit4]   2> 152168 INFO  (jetty-launcher-315-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45681}
   [junit4]   2> 152168 ERROR (jetty-launcher-315-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-14T22:36:28.825Z
   [junit4]   2> 152181 ERROR (jetty-launcher-315-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 152181 INFO  (jetty-launcher-315-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-14T22:36:28.838Z
   [junit4]   2> 152182 ERROR (jetty-launcher-315-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-14T22:36:28.838Z
   [junit4]   2> 152442 INFO  (zkConnectionManagerCallback-322-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152442 INFO  (jetty-launcher-315-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 152458 INFO  (zkConnectionManagerCallback-324-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152560 INFO  (jetty-launcher-315-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 152738 INFO  (zkConnectionManagerCallback-326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152828 INFO  (jetty-launcher-315-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 154658 INFO  (jetty-launcher-315-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46333/solr
   [junit4]   2> 154678 INFO  (zkConnectionManagerCallback-330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 154763 INFO  (zkConnectionManagerCallback-332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155174 INFO  (jetty-launcher-315-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46333/solr
   [junit4]   2> 155231 INFO  (zkConnectionManagerCallback-336-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155371 INFO  (zkConnectionManagerCallback-338-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155451 INFO  (jetty-launcher-315-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46333/solr
   [junit4]   2> 155479 INFO  (zkConnectionManagerCallback-344-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155699 WARN  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 155715 INFO  (zkConnectionManagerCallback-348-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155811 WARN  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 156048 WARN  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 156102 INFO  (jetty-launcher-315-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46333/solr
   [junit4]   2> 156175 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 156175 INFO  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 156195 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41895_solr
   [junit4]   2> 156197 INFO  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45681_solr
   [junit4]   2> 156232 INFO  (zkConnectionManagerCallback-354-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156234 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.c.Overseer Overseer (id=72801636588388360-127.0.0.1:41895_solr-n_0000000000) starting
   [junit4]   2> 156307 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 156371 INFO  (zkCallback-337-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 156378 INFO  (zkCallback-347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 156378 INFO  (zkCallback-331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 156407 INFO  (zkConnectionManagerCallback-356-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156511 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 156511 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35500_solr
   [junit4]   2> 156554 WARN  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 156555 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 156575 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 156597 INFO  (zkConnectionManagerCallback-363-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156610 INFO  (zkCallback-337-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 156611 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 156612 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46333/solr ready
   [junit4]   2> 156613 INFO  (zkCallback-347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 156617 INFO  (zkCallback-331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 156691 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 156691 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34267_solr
   [junit4]   2> 156785 INFO  (zkCallback-355-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 156837 INFO  (OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156855 INFO  (zkCallback-331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156855 INFO  (zkCallback-347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156965 INFO  (zkCallback-362-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156997 INFO  (zkCallback-355-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156997 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 156997 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41895_solr
   [junit4]   2> 157036 INFO  (zkCallback-355-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157073 INFO  (zkConnectionManagerCallback-368-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157075 INFO  (zkCallback-331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157075 INFO  (zkCallback-347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157075 INFO  (zkCallback-337-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157089 INFO  (zkConnectionManagerCallback-373-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157090 INFO  (zkCallback-362-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157293 INFO  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 157294 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 157396 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 157540 INFO  (zkConnectionManagerCallback-378-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157549 INFO  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46333/solr ready
   [junit4]   2> 157551 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46333/solr ready
   [junit4]   2> 157577 INFO  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 157595 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 157601 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 157813 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46333/solr ready
   [junit4]   2> 157824 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41895.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 157829 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 158114 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41895.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 158115 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41895.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 158116 INFO  (jetty-launcher-315-thread-1) [n:127.0.0.1:41895_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node1/.
   [junit4]   2> 158452 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34267.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 158538 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35500.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159066 INFO  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45681.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159112 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35500.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159112 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35500.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159131 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34267.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159131 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34267.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159133 INFO  (jetty-launcher-315-thread-2) [n:127.0.0.1:34267_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node2/.
   [junit4]   2> 159195 INFO  (jetty-launcher-315-thread-4) [n:127.0.0.1:35500_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node4/.
   [junit4]   2> 159246 INFO  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45681.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159247 INFO  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45681.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159505 INFO  (jetty-launcher-315-thread-3) [n:127.0.0.1:45681_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node3/.
   [junit4]   2> 160288 INFO  (zkConnectionManagerCallback-384-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160338 INFO  (zkConnectionManagerCallback-389-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160340 INFO  (SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 160374 INFO  (SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46333/solr ready
   [junit4]   2> 161489 INFO  (TEST-TestCollectionStateWatchers.testSimpleCollectionWatch-seed#[DAF8EE298DE6E14]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleCollectionWatch
   [junit4]   2> 161560 INFO  (zkConnectionManagerCallback-391-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 163351 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=897afcf6-8373-4420-92ad-f595258d9e50&replicationFactor=1&collection.configName=config&name=testcollection&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 163387 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=897afcf6-8373-4420-92ad-f595258d9e50&replicationFactor=1&collection.configName=config&name=testcollection&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=35
   [junit4]   2> 163441 INFO  (qtp1243123112-445) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 163443 INFO  (qtp1243123112-445) [n:127.0.0.1:34267_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 163514 INFO  (OverseerThreadFactory-46-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 164028 INFO  (OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41895/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 164102 INFO  (OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34267/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 164138 INFO  (OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"testcollection_shard3_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45681/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 164209 INFO  (OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"testcollection_shard4_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35500/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 164758 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 164777 INFO  (qtp1243123112-445) [n:127.0.0.1:34267_solr    x:testcollection_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201656243821&coreNodeName=core_node6&name=testcollection_shard2_replica_n2&action=CREATE&numShards=4&shard=shard2&wt=javabin} status=0 QTime=18
   [junit4]   2> 164936 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr    x:testcollection_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201656243821&coreNodeName=core_node6&name=testcollection_shard2_replica_n2&action=CREATE&numShards=4&shard=shard2&wt=javabin
   [junit4]   2> 164936 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=178
   [junit4]   2> 165350 INFO  (qtp66929957-438) [n:127.0.0.1:45681_solr    x:testcollection_shard3_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201673897912&coreNodeName=core_node7&name=testcollection_shard3_replica_n3&action=CREATE&numShards=4&shard=shard3&wt=javabin} status=0 QTime=10
   [junit4]   2> 165351 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr    x:testcollection_shard3_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201673897912&coreNodeName=core_node7&name=testcollection_shard3_replica_n3&action=CREATE&numShards=4&shard=shard3&wt=javabin
   [junit4]   2> 165404 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr    x:testcollection_shard3_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 165445 INFO  (qtp2048000409-415) [n:127.0.0.1:35500_solr    x:testcollection_shard4_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201693996667&coreNodeName=core_node8&name=testcollection_shard4_replica_n4&action=CREATE&numShards=4&shard=shard4&wt=javabin} status=0 QTime=5
   [junit4]   2> 165446 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr    x:testcollection_shard4_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201693996667&coreNodeName=core_node8&name=testcollection_shard4_replica_n4&action=CREATE&numShards=4&shard=shard4&wt=javabin
   [junit4]   2> 165447 INFO  (qtp2030730701-429) [n:127.0.0.1:41895_solr    x:testcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&coreNodeName=core_node5&name=testcollection_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin} status=0 QTime=2
   [junit4]   2> 165460 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr    x:testcollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&coreNodeName=core_node5&name=testcollection_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin
   [junit4]   2> 165526 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 165561 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=35
   [junit4]   2> 166027 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 166076 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=49
   [junit4]   2> 166472 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 166606 INFO  (qtp2030730701-429) [n:127.0.0.1:41895_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 166607 INFO  (qtp2030730701-429) [n:127.0.0.1:41895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 167100 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 167106 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 167159 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.s.IndexSchema [testcollection_shard2_replica_n2] Schema name=test
   [junit4]   2> 167182 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=76
   [junit4]   2> 167197 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 167466 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 167543 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.s.IndexSchema [testcollection_shard3_replica_n3] Schema name=test
   [junit4]   2> 167635 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 167635 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 168090 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=test
   [junit4]   2> 168200 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 168215 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 168310 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.s.IndexSchema [testcollection_shard4_replica_n4] Schema name=test
   [junit4]   2> 168639 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 168639 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 169043 WARN  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 169223 WARN  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 169224 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 169224 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n2' using configuration from collection testcollection, trusted=true
   [junit4]   2> 169239 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34267.solr.core.testcollection.shard2.replica_n2' (registry 'solr.core.testcollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 169239 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 169239 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.SolrCore [[testcollection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node2/testcollection_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node2/./testcollection_shard2_replica_n2/data/]
   [junit4]   2> 169298 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 169333 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 169709 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 169709 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 169753 WARN  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 169753 WARN  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 169753 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 169754 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard3_replica_n3' using configuration from collection testcollection, trusted=true
   [junit4]   2> 169787 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45681.solr.core.testcollection.shard3.replica_n3' (registry 'solr.core.testcollection.shard3.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 169787 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 169788 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.c.SolrCore [[testcollection_shard3_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node3/testcollection_shard3_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node3/./testcollection_shard3_replica_n3/data/]
   [junit4]   2> 169949 WARN  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 169949 WARN  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 170019 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 170019 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1' using configuration from collection testcollection, trusted=true
   [junit4]   2> 170020 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41895.solr.core.testcollection.shard1.replica_n1' (registry 'solr.core.testcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 170020 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 170020 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node1/testcollection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node1/./testcollection_shard1_replica_n1/data/]
   [junit4]   2> 170110 WARN  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 170110 WARN  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 170111 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 170111 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard4_replica_n4' using configuration from collection testcollection, trusted=true
   [junit4]   2> 170173 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 170174 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 170175 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 170175 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 170201 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35500.solr.core.testcollection.shard4.replica_n4' (registry 'solr.core.testcollection.shard4.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 170202 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 170202 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.c.SolrCore [[testcollection_shard4_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node4/testcollection_shard4_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node4/./testcollection_shard4_replica_n4/data/]
   [junit4]   2> 170210 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f812e7[testcollection_shard2_replica_n2] main]
   [junit4]   2> 170211 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 170212 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 170213 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 170293 INFO  (searcherExecutor-61-thread-1-processing-x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 r:core_node6 CREATE n:127.0.0.1:34267_solr c:testcollection s:shard2) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.SolrCore [testcollection_shard2_replica_n2] Registered new searcher Searcher@7f812e7[testcollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 170311 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603289278806228992
   [junit4]   2> 170349 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 170350 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 170604 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testcollection/terms/shard2 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 170715 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 170715 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 170795 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 170795 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 170797 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 170797 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 170812 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@1eaaedd9[testcollection_shard3_replica_n3] main]
   [junit4]   2> 170831 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 170831 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 170833 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 170833 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 170852 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f8d077[testcollection_shard1_replica_n1] main]
   [junit4]   2> 170868 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 170876 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 170876 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 170876 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34267/solr/testcollection_shard2_replica_n2/
   [junit4]   2> 170884 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 170885 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 170885 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603289279408111616
   [junit4]   2> 170986 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 170988 INFO  (searcherExecutor-62-thread-1-processing-x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 r:core_node7 CREATE n:127.0.0.1:45681_solr c:testcollection s:shard3) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.c.SolrCore [testcollection_shard3_replica_n3] Registered new searcher Searcher@1eaaedd9[testcollection_shard3_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 170998 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 171294 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 171294 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 171307 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:34267/solr/testcollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 171327 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 171327 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 171328 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 171329 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 171329 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 171380 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fcf0db5[testcollection_shard4_replica_n4] main]
   [junit4]   2> 171383 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603289279930302464
   [junit4]   2> 171401 INFO  (searcherExecutor-64-thread-1-processing-x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 r:core_node5 CREATE n:127.0.0.1:41895_solr c:testcollection s:shard1) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@f8d077[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 171402 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 171453 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 171454 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 171455 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 171514 INFO  (searcherExecutor-65-thread-1-processing-x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 r:core_node8 CREATE n:127.0.0.1:35500_solr c:testcollection s:shard4) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.c.SolrCore [testcollection_shard4_replica_n4] Registered new searcher Searcher@1fcf0db5[testcollection_shard4_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 171514 INFO  (parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr x:testcollection_shard4_replica_n4 897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) [n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603289280067665920
   [junit4]   2> 171535 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=133
   [junit4]   2> 171545 INFO  (parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr x:testcollection_shard2_replica_n2 897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) [n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34267/solr/testcollection_shard2_replica_n2/ shard2
   [junit4]   2> 171546 INFO  (parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr x:testcollection_shard1_replica_n1 897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) [n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testcollection/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 171530 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testcollection/terms/shard3 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 171617 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 171617 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) [n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 171617 INFO  (parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr x:testcollection_shard3_replica_n3 897afcf6-8373-4420-92ad-f595258d9e5011353201673

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

.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

resolve-example:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

resolve-server:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

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

-jenkins-base:

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