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 2019/02/19 09:00:38 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 3182 - Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing.testScaleUp

Error Message:
java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException

Stack Trace:
java.io.IOException: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException
	at __randomizedtesting.SeedInfo.seed([EAB60F4AA87A3212:CBE849E8A454ECB3]:0)
	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:656)
	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager$1.request(SimCloudManager.java:224)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
	at org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing.testScaleUp(TestSimExtremeIndexing.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:654)
	... 43 more
Caused by: java.util.ConcurrentModificationException
	at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
	at java.util.ArrayList$Itr.next(ArrayList.java:859)
	at org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.getReplicaInfo(SimClusterStateProvider.java:271)
	at org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.simQuery(SimClusterStateProvider.java:1678)
	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:736)
	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.lambda$request$15(SimCloudManager.java:653)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	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)
	... 1 more




Build Log:
[...truncated 14509 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing
   [junit4]   2> 1974064 INFO  (SUITE-TestSimExtremeIndexing-seed#[EAB60F4AA87A3212]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestSimExtremeIndexing_EAB60F4AA87A3212-001/init-core-data-001
   [junit4]   2> 1974066 INFO  (SUITE-TestSimExtremeIndexing-seed#[EAB60F4AA87A3212]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1974067 INFO  (SUITE-TestSimExtremeIndexing-seed#[EAB60F4AA87A3212]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1974070 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testScaleUp
   [junit4]   2> 1974075 DEBUG (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10015_solr
   [junit4]   2> 1974075 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1974075 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1974075 DEBUG (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 1974075 DEBUG (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 1974075 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1974076 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1974076 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1974076 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 1974076 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1974111 DEBUG (simCloudManagerPool-9269-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testScaleUp_collection, currentVersion=1
   [junit4]   2> 1974111 DEBUG (simCloudManagerPool-9269-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 1974112 DEBUG (simCloudManagerPool-9269-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 1974117 DEBUG (simCloudManagerPool-9269-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 1974117 DEBUG (simCloudManagerPool-9269-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 1974124 DEBUG (simCloudManagerPool-9269-thread-2) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 1974125 DEBUG (simCloudManagerPool-9269-thread-2) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 1974130 DEBUG (simCloudManagerPool-9269-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 1974131 DEBUG (simCloudManagerPool-9269-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 1974137 DEBUG (simCloudManagerPool-9269-thread-4) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 1974137 DEBUG (simCloudManagerPool-9269-thread-4) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 1974138 DEBUG (simCloudManagerPool-9269-thread-1) [    ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testScaleUp_collection, currentVersion=6
   [junit4]   2> 1974143 DEBUG (simCloudManagerPool-9269-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 1974144 DEBUG (simCloudManagerPool-9269-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 1974144 DEBUG (simCloudManagerPool-9269-thread-6) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testScaleUp_collection / shard1 (currentVersion=7): {"core_node1":{
   [junit4]   2>     "core":"testScaleUp_collection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testScaleUp_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10188_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 1974145 DEBUG (simCloudManagerPool-9269-thread-8) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testScaleUp_collection / shard2 (currentVersion=7): {"core_node3":{
   [junit4]   2>     "core":"testScaleUp_collection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testScaleUp_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10037_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 1974145 DEBUG (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 1974146 DEBUG (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 1974154 DEBUG (simCloudManagerPool-9269-thread-12) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 1974155 DEBUG (simCloudManagerPool-9269-thread-12) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 1974162 DEBUG (simCloudManagerPool-9269-thread-12) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1974163 DEBUG (simCloudManagerPool-9269-thread-12) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1974164 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1974164 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 1974164 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1974229 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 200,000
   [junit4]   2> 1974251 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 400,000
   [junit4]   2> 1974274 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 600,000
   [junit4]   2> 1974283 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 800,000
   [junit4]   2> 1974287 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,000,000
   [junit4]   2> 1974290 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,200,000
   [junit4]   2> 1974294 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,400,000
   [junit4]   2> 1974298 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,600,000
   [junit4]   2> 1974301 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,800,000
   [junit4]   2> 1974305 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,000,000
   [junit4]   2> 1974309 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,200,000
   [junit4]   2> 1974312 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,400,000
   [junit4]   2> 1974316 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,600,000
   [junit4]   2> 1974320 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,800,000
   [junit4]   2> 1974324 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,000,000
   [junit4]   2> 1974327 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,200,000
   [junit4]   2> 1974332 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,400,000
   [junit4]   2> 1974336 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,600,000
   [junit4]   2> 1974337 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,800,000
   [junit4]   2> 1974338 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,000,000
   [junit4]   2> 1974339 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,200,000
   [junit4]   2> 1974339 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,400,000
   [junit4]   2> 1974340 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,600,000
   [junit4]   2> 1974341 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,800,000
   [junit4]   2> 1974342 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,000,000
   [junit4]   2> 1974343 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,200,000
   [junit4]   2> 1974344 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,400,000
   [junit4]   2> 1974344 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,600,000
   [junit4]   2> 1974345 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,800,000
   [junit4]   2> 1974346 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,000,000
   [junit4]   2> 1974347 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,200,000
   [junit4]   2> 1974348 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,400,000
   [junit4]   2> 1974349 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,600,000
   [junit4]   2> 1974349 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,800,000
   [junit4]   2> 1974350 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,000,000
   [junit4]   2> 1974351 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,200,000
   [junit4]   2> 1974352 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,400,000
   [junit4]   2> 1974353 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,600,000
   [junit4]   2> 1974354 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,800,000
   [junit4]   2> 1974354 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,000,000
   [junit4]   2> 1974355 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,200,000
   [junit4]   2> 1974356 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,400,000
   [junit4]   2> 1974358 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,600,000
   [junit4]   2> 1974358 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,800,000
   [junit4]   2> 1974359 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,000,000
   [junit4]   2> 1974362 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,200,000
   [junit4]   2> 1974363 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,400,000
   [junit4]   2> 1974364 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,600,000
   [junit4]   2> 1974365 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,800,000
   [junit4]   2> 1974365 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,000,000
   [junit4]   2> 1974366 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,200,000
   [junit4]   2> 1974367 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,400,000
   [junit4]   2> 1974368 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,600,000
   [junit4]   2> 1974373 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,800,000
   [junit4]   2> 1974375 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,000,000
   [junit4]   2> 1974375 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,200,000
   [junit4]   2> 1974376 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,400,000
   [junit4]   2> 1974377 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,600,000
   [junit4]   2> 1974378 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,800,000
   [junit4]   2> 1974379 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,000,000
   [junit4]   2> 1974380 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,200,000
   [junit4]   2> 1974380 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,400,000
   [junit4]   2> 1974381 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,600,000
   [junit4]   2> 1974383 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,800,000
   [junit4]   2> 1974383 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,000,000
   [junit4]   2> 1974384 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,200,000
   [junit4]   2> 1974385 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,400,000
   [junit4]   2> 1974386 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,600,000
   [junit4]   2> 1974387 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,800,000
   [junit4]   2> 1974388 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,000,000
   [junit4]   2> 1974388 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,200,000
   [junit4]   2> 1974389 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,400,000
   [junit4]   2> 1974390 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,600,000
   [junit4]   2> 1974391 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,800,000
   [junit4]   2> 1974392 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,000,000
   [junit4]   2> 1974392 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,200,000
   [junit4]   2> 1974393 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,400,000
   [junit4]   2> 1974394 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,600,000
   [junit4]   2> 1974395 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,800,000
   [junit4]   2> 1974395 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,000,000
   [junit4]   2> 1974396 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,200,000
   [junit4]   2> 1974397 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,400,000
   [junit4]   2> 1974398 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,600,000
   [junit4]   2> 1974399 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,800,000
   [junit4]   2> 1974400 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,000,000
   [junit4]   2> 1974401 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,200,000
   [junit4]   2> 1974401 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,400,000
   [junit4]   2> 1974402 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,600,000
   [junit4]   2> 1974403 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,800,000
   [junit4]   2> 1974404 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,000,000
   [junit4]   2> 1974405 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,200,000
   [junit4]   2> 1974406 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,400,000
   [junit4]   2> 1974406 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,600,000
   [junit4]   2> 1974407 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,800,000
   [junit4]   2> 1974408 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,000,000
   [junit4]   2> 1974409 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,200,000
   [junit4]   2> 1974410 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,400,000
   [junit4]   2> 1974412 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,600,000
   [junit4]   2> 1974412 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,800,000
   [junit4]   2> 1974413 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,000,000
   [junit4]   2> 1974415 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,200,000
   [junit4]   2> 1974416 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,400,000
   [junit4]   2> 1974417 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,600,000
   [junit4]   2> 1974417 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,800,000
   [junit4]   2> 1974418 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,000,000
   [junit4]   2> 1974419 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,200,000
   [junit4]   2> 1974420 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,400,000
   [junit4]   2> 1974421 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,600,000
   [junit4]   2> 1974421 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,800,000
   [junit4]   2> 1974422 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,000,000
   [junit4]   2> 1974423 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,200,000
   [junit4]   2> 1974424 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,400,000
   [junit4]   2> 1974425 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,600,000
   [junit4]   2> 1974426 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,800,000
   [junit4]   2> 1974427 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,000,000
   [junit4]   2> 1974427 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,200,000
   [junit4]   2> 1974428 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,400,000
   [junit4]   2> 1974429 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,600,000
   [junit4]   2> 1974430 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,800,000
   [junit4]   2> 1974431 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,000,000
   [junit4]   2> 1974431 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,200,000
   [junit4]   2> 1974433 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,400,000
   [junit4]   2> 1974434 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,600,000
   [junit4]   2> 1974435 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,800,000
   [junit4]   2> 1974436 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,000,000
   [junit4]   2> 1974437 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,200,000
   [junit4]   2> 1974437 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,400,000
   [junit4]   2> 1974438 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,600,000
   [junit4]   2> 1974439 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,800,000
   [junit4]   2> 1974440 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,000,000
   [junit4]   2> 1974441 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,200,000
   [junit4]   2> 1974441 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,400,000
   [junit4]   2> 1974442 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,600,000
   [junit4]   2> 1974443 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,800,000
   [junit4]   2> 1974444 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,000,000
   [junit4]   2> 1974445 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,200,000
   [junit4]   2> 1974445 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,400,000
   [junit4]   2> 1974446 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,600,000
   [junit4]   2> 1974448 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,800,000
   [junit4]   2> 1974449 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,000,000
   [junit4]   2> 1974449 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,200,000
   [junit4]   2> 1974450 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,400,000
   [junit4]   2> 1974451 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,600,000
   [junit4]   2> 1974452 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,800,000
   [junit4]   2> 1974453 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,000,000
   [junit4]   2> 1974454 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,200,000
   [junit4]   2> 1974454 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,400,000
   [junit4]   2> 1974455 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,600,000
   [junit4]   2> 1974456 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,800,000
   [junit4]   2> 1974458 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,000,000
   [junit4]   2> 1974458 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,200,000
   [junit4]   2> 1974459 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,400,000
   [junit4]   2> 1974461 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,600,000
   [junit4]   2> 1974462 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,800,000
   [junit4]   2> 1974463 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,000,000
   [junit4]   2> 1974464 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,200,000
   [junit4]   2> 1974465 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,400,000
   [junit4]   2> 1974466 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,600,000
   [junit4]   2> 1974467 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,800,000
   [junit4]   2> 1974468 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,000,000
   [junit4]   2> 1974469 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,200,000
   [junit4]   2> 1974470 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,400,000
   [junit4]   2> 1974471 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,600,000
   [junit4]   2> 1974472 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,800,000
   [junit4]   2> 1974473 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,000,000
   [junit4]   2> 1974474 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,200,000
   [junit4]   2> 1974475 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,400,000
   [junit4]   2> 1974476 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,600,000
   [junit4]   2> 1974477 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,800,000
   [junit4]   2> 1974478 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,000,000
   [junit4]   2> 1974479 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,200,000
   [junit4]   2> 1974480 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,400,000
   [junit4]   2> 1974481 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,600,000
   [junit4]   2> 1974483 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,800,000
   [junit4]   2> 1974484 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,000,000
   [junit4]   2> 1974485 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,200,000
   [junit4]   2> 1974485 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,400,000
   [junit4]   2> 1974488 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,600,000
   [junit4]   2> 1974489 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,800,000
   [junit4]   2> 1974490 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,000,000
   [junit4]   2> 1974491 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,200,000
   [junit4]   2> 1974491 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,400,000
   [junit4]   2> 1974493 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,600,000
   [junit4]   2> 1974494 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,800,000
   [junit4]   2> 1974495 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,000,000
   [junit4]   2> 1974495 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,200,000
   [junit4]   2> 1974496 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,400,000
   [junit4]   2> 1974497 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,600,000
   [junit4]   2> 1974498 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,800,000
   [junit4]   2> 1974498 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,000,000
   [junit4]   2> 1974499 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,200,000
   [junit4]   2> 1974499 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,400,000
   [junit4]   2> 1974500 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,600,000
   [junit4]   2> 1974500 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,800,000
   [junit4]   2> 1974501 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,000,000
   [junit4]   2> 1974502 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,200,000
   [junit4]   2> 1974502 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,400,000
   [junit4]   2> 1974503 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,600,000
   [junit4]   2> 1974503 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,800,000
   [junit4]   2> 1974504 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,000,000
   [junit4]   2> 1974505 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,200,000
   [junit4]   2> 1974505 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,400,000
   [junit4]   2> 1974506 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,600,000
   [junit4]   2> 1974506 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,800,000
   [junit4]   2> 1974507 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,000,000
   [junit4]   2> 1974507 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,200,000
   [junit4]   2> 1974508 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,400,000
   [junit4]   2> 1974509 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,600,000
   [junit4]   2> 1974509 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,800,000
   [junit4]   2> 1974510 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,000,000
   [junit4]   2> 1974515 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,200,000
   [junit4]   2> 1974515 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,400,000
   [junit4]   2> 1974516 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,600,000
   [junit4]   2> 1974517 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,800,000
   [junit4]   2> 1974517 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,000,000
   [junit4]   2> 1974518 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,200,000
   [junit4]   2> 1974518 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,400,000
   [junit4]   2> 1974519 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,600,000
   [junit4]   2> 1974519 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,800,000
   [junit4]   2> 1974520 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,000,000
   [junit4]   2> 1974520 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,200,000
   [junit4]   2> 1974521 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,400,000
   [junit4]   2> 1974521 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,600,000
   [junit4]   2> 1974521 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,800,000
   [junit4]   2> 1974522 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,000,000
   [junit4]   2> 1974522 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,200,000
   [junit4]   2> 1974523 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,400,000
   [junit4]   2> 1974523 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,600,000
   [junit4]   2> 1974524 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,800,000
   [junit4]   2> 1974529 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,000,000
   [junit4]   2> 1974530 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,200,000
   [junit4]   2> 1974530 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,400,000
   [junit4]   2> 1974531 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,600,000
   [junit4]   2> 1974532 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,800,000
   [junit4]   2> 1974532 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,000,000
   [junit4]   2> 1974533 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,200,000
   [junit4]   2> 1974533 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,400,000
   [junit4]   2> 1974534 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,600,000
   [junit4]   2> 1974534 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,800,000
   [junit4]   2> 1974535 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,000,000
   [junit4]   2> 1974535 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,200,000
   [junit4]   2> 1974536 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,400,000
   [junit4]   2> 1974536 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,600,000
   [junit4]   2> 1974537 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,800,000
   [junit4]   2> 1974537 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,000,000
   [junit4]   2> 1974538 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,200,000
   [junit4]   2> 1974538 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,400,000
   [junit4]   2> 1974539 DEBUG (ScheduledTrigger-9270-thread-3) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"2990cad0e41b54T6p88kwgrhfg160h65v3d5afpr",
   [junit4]   2>   "source":"scaleUpTrigger",
   [junit4]   2>   "eventTime":11699674807540564,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testScaleUp_collection_shard1_replica_n1":"docs=23000000, bytes=11500010240",
   [junit4]   2>       "testScaleUp_collection_shard2_replica_n3":"docs=23000000, bytes=11500010240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testScaleUp_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{"splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testScaleUp_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{"splitMethod":"link"}}}]}}
   [junit4]   2> 1974539 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,600,000
   [junit4]   2> 1974540 DEBUG (ScheduledTrigger-9270-thread-3) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, scaleUpTrigger, .scheduled_maintenance]
   [junit4]   2> 1974540 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,800,000
   [junit4]   2> 1974541 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,000,000
   [junit4]   2> 1974543 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,200,000
   [junit4]   2> 1974543 DEBUG (ScheduledTrigger-9270-thread-3) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"2990cad0e41b54T6p88kwgrhfg160h65v3d5afpr",
   [junit4]   2>   "source":"scaleUpTrigger",
   [junit4]   2>   "eventTime":11699674807540564,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testScaleUp_collection_shard1_replica_n1":"docs=23000000, bytes=11500010240",
   [junit4]   2>       "testScaleUp_collection_shard2_replica_n3":"docs=23000000, bytes=11500010240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":11699677617336464,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testScaleUp_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{"splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testScaleUp_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{"splitMethod":"link"}}}]}}
   [junit4]   2> 1974543 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,400,000
   [junit4]   2> 1974544 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,600,000
   [junit4]   2> 1974544 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,800,000
   [junit4]   2> 1974545 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,000,000
   [junit4]   2> 1974545 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,200,000
   [junit4]   2> 1974545 DEBUG (AutoscalingActionExecutor-9271-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"2990cad0e41b54T6p88kwgrhfg160h65v3d5afpr",
   [junit4]   2>   "source":"scaleUpTrigger",
   [junit4]   2>   "eventTime":11699674807540564,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testScaleUp_collection_shard1_replica_n1":"docs=23000000, bytes=11500010240",
   [junit4]   2>       "testScaleUp_collection_shard2_replica_n3":"docs=23000000, bytes=11500010240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":11699677617336464,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testScaleUp_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{"splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testScaleUp_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{"splitMethod":"link"}}}]}}
   [junit4]   2> 1974546 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,400,000
   [junit4]   2> 1974546 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,600,000
   [junit4]   2> 1974547 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,800,000
   [junit4]   2> 1974547 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,000,000
   [junit4]   2> 1974548 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,200,000
   [junit4]   2> 1974548 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,400,000
   [junit4]   2> 1974549 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,600,000
   [junit4]   2> 1974549 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,800,000
   [junit4]   2> 1974550 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,000,000
   [junit4]   2> 1974550 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,200,000
   [junit4]   2> 1974550 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,400,000
   [junit4]   2> 1974551 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,600,000
   [junit4]   2> 1974551 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,800,000
   [junit4]   2> 1974552 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,000,000
   [junit4]   2> 1974552 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,200,000
   [junit4]   2> 1974553 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,400,000
   [junit4]   2> 1974553 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,600,000
   [junit4]   2> 1974554 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,800,000
   [junit4]   2> 1974554 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,000,000
   [junit4]   2> 1974555 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,200,000
   [junit4]   2> 1974556 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,400,000
   [junit4]   2> 1974556 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,600,000
   [junit4]   2> 1974557 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,800,000
   [junit4]   2> 1974557 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,000,000
   [junit4]   2> 1974558 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,200,000
   [junit4]   2> 1974558 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,400,000
   [junit4]   2> 1974558 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,600,000
   [junit4]   2> 1974559 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,800,000
   [junit4]   2> 1974559 DEBUG (AutoscalingActionExecutor-9271-thread-1) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"2990cad0e41b54T6p88kwgrhfg160h65v3d5afpr",
   [junit4]   2>   "source":"scaleUpTrigger",
   [junit4]   2>   "eventTime":11699674807540564,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":2,
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testScaleUp_collection_shard1_replica_n1":"docs=23000000, bytes=11500010240",
   [junit4]   2>       "testScaleUp_collection_shard2_replica_n3":"docs=23000000, bytes=11500010240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":11699677617336464,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testScaleUp_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{"splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testScaleUp_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{"splitMethod":"link"}}}]}} with context properties: {operations=[{
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testScaleUp_collection",
   [junit4]   2>   "params.shard":"shard1",
   [junit4]   2>   "params.splitMethod":"link"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testScaleUp_collection",
   [junit4]   2>   "params.shard":"shard2",
   [junit4]   2>   "params.splitMethod":"link"}], AFTER_ACTION=[compute_plan], BEFORE_ACTION=[compute_plan, execute_plan]}
   [junit4]   2> 1974559 DEBUG (AutoscalingActionExecutor-9271-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=SPLITSHARD&collection=testScaleUp_collection&shard=shard1&splitMethod=link
   [junit4]   2> 1974559 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,000,000
   [junit4]   2> 1974560 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,200,000
   [junit4]   2> 1974561 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,400,000
   [junit4]   2> 1974561 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,600,000
   [junit4]   2> 1974562 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,800,000
   [junit4]   2> 1974562 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,000,000
   [junit4]   2> 1974562 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,200,000
   [junit4]   2> 1974563 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,400,000
   [junit4]   2> 1974563 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,600,000
   [junit4]   2> 1974564 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,800,000
   [junit4]   2> 1974564 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,000,000
   [junit4]   2> 1974565 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,200,000
   [junit4]   2> 1974565 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,400,000
   [junit4]   2> 1974566 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,600,000
   [junit4]   2> 1974566 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,800,000
   [junit4]   2> 1974567 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,000,000
   [junit4]   2> 1974567 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,200,000
   [junit4]   2> 1974568 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,400,000
   [junit4]   2> 1974568 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,600,000
   [junit4]   2> 1974568 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,800,000
   [junit4]   2> 1974569 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,000,000
   [junit4]   2> 1974569 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,200,000
   [junit4]   2> 1974570 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,400,000
   [junit4]   2> 1974570 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,600,000
   [junit4]   2> 1974571 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,800,000
   [junit4]   2> 1974571 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,000,000
   [junit4]   2> 1974572 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,200,000
   [junit4]   2> 1974572 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,400,000
   [junit4]   2> 1974573 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,600,000
   [junit4]   2> 1974573 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,800,000
   [junit4]   2> 1974573 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,000,000
   [junit4]   2> 1974574 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,200,000
   [junit4]   2> 1974574 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,400,000
   [junit4]   2> 1974575 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,600,000
   [junit4]   2> 1974575 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,800,000
   [junit4]   2> 1974576 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,000,000
   [junit4]   2> 1974576 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,200,000
   [junit4]   2> 1974577 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,400,000
   [junit4]   2> 1974577 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,600,000
   [junit4]   2> 1974578 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,800,000
   [junit4]   2> 1974578 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,000,000
   [junit4]   2> 1974578 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,200,000
   [junit4]   2> 1974579 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,400,000
   [junit4]   2> 1974579 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,600,000
   [junit4]   2> 1974580 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,800,000
   [junit4]   2> 1974580 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,000,000
   [junit4]   2> 1974581 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,200,000
   [junit4]   2> 1974581 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,400,000
   [junit4]   2> 1974582 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,600,000
   [junit4]   2> 1974582 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,800,000
   [junit4]   2> 1974582 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,000,000
   [junit4]   2> 1974583 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,200,000
   [junit4]   2> 1974583 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,400,000
   [junit4]   2> 1974584 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,600,000
   [junit4]   2> 1974584 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,800,000
   [junit4]   2> 1974585 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,000,000
   [junit4]   2> 1974585 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,200,000
   [junit4]   2> 1974586 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,400,000
   [junit4]   2> 1974586 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,600,000
   [junit4]   2> 1974587 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,800,000
   [junit4]   2> 1974587 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,000,000
   [junit4]   2> 1974588 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,200,000
   [junit4]   2> 1974588 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,400,000
   [junit4]   2> 1974588 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,600,000
   [junit4]   2> 1974589 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,800,000
   [junit4]   2> 1974589 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,000,000
   [junit4]   2> 1974590 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,200,000
   [junit4]   2> 1974590 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,400,000
   [junit4]   2> 1974591 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,600,000
   [junit4]   2> 1974591 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,800,000
   [junit4]   2> 1974592 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,000,000
   [junit4]   2> 1974592 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,200,000
   [junit4]   2> 1974592 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,400,000
   [junit4]   2> 1974593 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,600,000
   [junit4]   2> 1974593 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,800,000
   [junit4]   2> 1974594 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,000,000
   [junit4]   2> 1974594 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,200,000
   [junit4]   2> 1974595 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,400,000
   [junit4]   2> 1974595 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,600,000
   [junit4]   2> 1974596 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,800,000
   [junit4]   2> 1974596 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,000,000
   [junit4]   2> 1974597 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,200,000
   [junit4]   2> 1974597 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,400,000
   [junit4]   2> 1974597 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,600,000
   [junit4]   2> 1974598 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,800,000
   [junit4]   2> 1974598 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,000,000
   [junit4]   2> 1974599 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,200,000
   [junit4]   2> 1974599 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,400,000
   [junit4]   2> 1974600 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,600,000
   [junit4]   2> 1974600 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,800,000
   [junit4]   2> 1974601 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 75,000,000
   [junit4]   2> 1974601 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 75,200,000
   [junit4]   2> 1974601 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 75,400,000
   [junit4]   2> 1974602 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 75,600,000
   [junit4]   2> 1974602 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 75,800,000
   [junit4]   2> 1974603 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 76,000,000
   [junit4]   2> 1974603 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 76,200,000
   [junit4]   2> 1974604 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 76,400,000
   [junit4]   2> 1974604 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 76,600,000
   [junit4]   2> 1974605 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 76,800,000
   [junit4]   2> 1974605 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 77,000,000
   [junit4]   2> 1974606 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 77,200,000
   [junit4]   2> 1974606 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 77,400,000
   [junit4]   2> 1974607 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 77,600,000
   [junit4]   2> 1974607 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 77,800,000
   [junit4]   2> 1974607 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 78,000,000
   [junit4]   2> 1974608 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 78,200,000
   [junit4]   2> 1974608 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 78,400,000
   [junit4]   2> 1974609 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 78,600,000
   [junit4]   2> 1974609 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 78,800,000
   [junit4]   2> 1974610 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 79,000,000
   [junit4]   2> 1974610 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 79,200,000
   [junit4]   2> 1974611 INFO  (TEST-TestSimExtremeIndexing.testScaleUp-seed#[EAB60F4AA87A3212]) [    ] o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 79,400,000
   [junit4]   2> 1974611 INFO  (sim

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

wed-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:

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

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 31ms :: 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: 108 minutes 25 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
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 # 3183 - Still Unstable

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

2 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.test

Error Message:
expected:<2> but was:<6>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<6>
	at __randomizedtesting.SeedInfo.seed([F34AB7DAC293FD6:876094A702D5522E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.ShardRoutingTest.doTestNumRequests(ShardRoutingTest.java:250)
	at org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([F34AB7DAC293FD6:A4CEB66873F5B9F8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13156 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4]   2> 1282642 INFO  (SUITE-ShardRoutingTest-seed#[F34AB7DAC293FD6]-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/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/init-core-data-001
   [junit4]   2> 1282643 WARN  (SUITE-ShardRoutingTest-seed#[F34AB7DAC293FD6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=35 numCloses=35
   [junit4]   2> 1282643 INFO  (SUITE-ShardRoutingTest-seed#[F34AB7DAC293FD6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1282677 INFO  (SUITE-ShardRoutingTest-seed#[F34AB7DAC293FD6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1282678 INFO  (SUITE-ShardRoutingTest-seed#[F34AB7DAC293FD6]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1282713 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1282714 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1282714 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1282822 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer start zk server on port:45625
   [junit4]   2> 1282822 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45625
   [junit4]   2> 1282822 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45625
   [junit4]   2> 1282859 INFO  (zkConnectionManagerCallback-2885-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1282880 INFO  (zkConnectionManagerCallback-2887-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1282881 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1282882 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1282895 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1282896 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1282896 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1282897 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1282898 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1282898 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1282932 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1282932 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1282933 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1282934 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1283552 WARN  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1283552 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1283552 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1283552 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1283553 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1283553 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1283553 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1283554 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@247364c0{/,null,AVAILABLE}
   [junit4]   2> 1283554 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2468908d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42737}
   [junit4]   2> 1283554 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.s.Server Started @1284005ms
   [junit4]   2> 1283554 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/tempDir-001/control/data, hostContext=/, hostPort=42737, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/control-001/cores}
   [junit4]   2> 1283555 ERROR (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1283555 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1283555 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1283555 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1283555 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1283555 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-20T19:53:19.344Z
   [junit4]   2> 1283644 INFO  (zkConnectionManagerCallback-2889-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1283718 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1283718 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/control-001/solr.xml
   [junit4]   2> 1283734 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1283734 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1283735 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1284522 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1284572 WARN  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@40eb9c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1284615 WARN  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@68964584[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1284616 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45625/solr
   [junit4]   2> 1284714 INFO  (zkConnectionManagerCallback-2895-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1284885 INFO  (zkConnectionManagerCallback-2897-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1286022 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [n:127.0.0.1:42737_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42737_
   [junit4]   2> 1286023 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [n:127.0.0.1:42737_    ] o.a.s.c.Overseer Overseer (id=74222234974093316-127.0.0.1:42737_-n_0000000000) starting
   [junit4]   2> 1286104 INFO  (zkConnectionManagerCallback-2904-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1286234 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [n:127.0.0.1:42737_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45625/solr ready
   [junit4]   2> 1286287 INFO  (OverseerStateUpdate-74222234974093316-127.0.0.1:42737_-n_0000000000) [n:127.0.0.1:42737_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42737_
   [junit4]   2> 1286287 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [n:127.0.0.1:42737_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42737_
   [junit4]   2> 1286287 DEBUG (OverseerAutoScalingTriggerThread-74222234974093316-127.0.0.1:42737_-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1286331 DEBUG (OverseerAutoScalingTriggerThread-74222234974093316-127.0.0.1:42737_-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1286332 DEBUG (OverseerAutoScalingTriggerThread-74222234974093316-127.0.0.1:42737_-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1286332 DEBUG (OverseerAutoScalingTriggerThread-74222234974093316-127.0.0.1:42737_-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1286384 INFO  (zkCallback-2903-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1286392 INFO  (OverseerStateUpdate-74222234974093316-127.0.0.1:42737_-n_0000000000) [n:127.0.0.1:42737_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1286558 DEBUG (OverseerAutoScalingTriggerThread-74222234974093316-127.0.0.1:42737_-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:42737_]
   [junit4]   2> 1286562 DEBUG (OverseerAutoScalingTriggerThread-74222234974093316-127.0.0.1:42737_-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 1286599 DEBUG (OverseerAutoScalingTriggerThread-74222234974093316-127.0.0.1:42737_-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1286619 DEBUG (ScheduledTrigger-2485-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1286736 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [n:127.0.0.1:42737_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1286792 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [n:127.0.0.1:42737_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1286828 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [n:127.0.0.1:42737_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1286828 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [n:127.0.0.1:42737_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1286846 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [n:127.0.0.1:42737_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/control-001/cores
   [junit4]   2> 1287141 INFO  (zkConnectionManagerCallback-2910-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1287147 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1287148 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45625/solr ready
   [junit4]   2> 1287162 INFO  (qtp1500699768-9098) [n:127.0.0.1:42737_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42737_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1287165 INFO  (OverseerThreadFactory-2487-thread-1-processing-n:127.0.0.1:42737_) [n:127.0.0.1:42737_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1287616 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1287616 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1287689 DEBUG (ScheduledTrigger-2485-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1288697 DEBUG (ScheduledTrigger-2485-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1288847 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1288936 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1289698 DEBUG (ScheduledTrigger-2485-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1289901 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1290084 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1290085 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1290173 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1290176 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=63.6650390625, floorSegmentMB=1.1708984375, forceMergeDeletesPctAllowed=10.868852095422794, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=49.50169621572439
   [junit4]   2> 1290247 WARN  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1290703 DEBUG (ScheduledTrigger-2485-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1290853 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1290853 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1290856 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1290856 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1290857 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1379677101, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1290871 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e07d333[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1290890 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1290891 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1290891 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1290891 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1626018841026887680
   [junit4]   2> 1290943 INFO  (searcherExecutor-2492-thread-1-processing-n:127.0.0.1:42737_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@1e07d333[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1290976 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1290976 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1290992 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1290992 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1290992 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42737/control_collection_shard1_replica_n1/
   [junit4]   2> 1290992 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1290993 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:42737/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1290993 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/74222234974093316-core_node2-n_0000000000
   [junit4]   2> 1290994 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42737/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1291086 INFO  (zkCallback-2896-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1291087 INFO  (zkCallback-2896-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1291087 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1291157 ERROR (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.c.ZkStateReader Collection control_collection is not lazy or watched!
   [junit4]   2> 1291159 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3576
   [junit4]   2> 1291175 INFO  (qtp1500699768-9098) [n:127.0.0.1:42737_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1291222 INFO  (OverseerCollectionConfigSetProcessor-74222234974093316-127.0.0.1:42737_-n_0000000000) [n:127.0.0.1:42737_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1291270 INFO  (zkCallback-2896-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1291279 INFO  (zkCallback-2896-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1291279 INFO  (qtp1500699768-9098) [n:127.0.0.1:42737_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42737_&wt=javabin&version=2} status=0 QTime=4117
   [junit4]   2> 1291279 INFO  (zkCallback-2896-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1291424 INFO  (zkConnectionManagerCallback-2916-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1291461 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1291462 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45625/solr ready
   [junit4]   2> 1291462 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1291470 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1291656 INFO  (OverseerThreadFactory-2487-thread-2-processing-n:127.0.0.1:42737_) [n:127.0.0.1:42737_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1291703 DEBUG (ScheduledTrigger-2485-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1291878 WARN  (OverseerThreadFactory-2487-thread-2-processing-n:127.0.0.1:42737_) [n:127.0.0.1:42737_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1292017 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1292017 INFO  (qtp1500699768-9100) [n:127.0.0.1:42737_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=547
   [junit4]   2> 1292036 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=8
   [junit4]   2> 1292704 DEBUG (ScheduledTrigger-2485-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1292868 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-1-001 of type NRT
   [junit4]   2> 1292883 WARN  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1292884 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1292884 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1292884 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1292940 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1292940 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1292940 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1292955 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75c2e769{/,null,AVAILABLE}
   [junit4]   2> 1292955 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7cd118c7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37898}
   [junit4]   2> 1292955 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.Server Started @1293406ms
   [junit4]   2> 1292955 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=37898, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-1-001/cores}
   [junit4]   2> 1292955 ERROR (closeThreadPool-2917-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1292955 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1292955 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1292955 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1292956 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1292956 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-20T19:53:28.745Z
   [junit4]   2> 1293062 INFO  (zkConnectionManagerCallback-2919-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1293063 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1293063 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-1-001/solr.xml
   [junit4]   2> 1293079 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1293079 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1293081 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1293661 INFO  (OverseerCollectionConfigSetProcessor-74222234974093316-127.0.0.1:42737_-n_0000000000) [n:127.0.0.1:42737_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1293722 DEBUG (ScheduledTrigger-2485-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1294663 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-2-001 of type NRT
   [junit4]   2> 1294722 DEBUG (ScheduledTrigger-2485-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1294731 WARN  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1294731 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1294731 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1294731 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1294794 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1294794 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1294794 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1294820 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b334c93{/,null,AVAILABLE}
   [junit4]   2> 1294823 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76921884{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36562}
   [junit4]   2> 1294824 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.Server Started @1295274ms
   [junit4]   2> 1294824 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36562, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-2-001/cores}
   [junit4]   2> 1294824 ERROR (closeThreadPool-2917-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1294838 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1294838 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1294838 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1294838 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1294838 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-20T19:53:30.627Z
   [junit4]   2> 1294877 INFO  (zkConnectionManagerCallback-2921-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1294878 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1294878 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-2-001/solr.xml
   [junit4]   2> 1294970 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1294970 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1294972 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1295470 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1295490 WARN  (closeThreadPool-2917-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3d0b62ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1295538 WARN  (closeThreadPool-2917-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6a4aa0f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1295539 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45625/solr
   [junit4]   2> 1295719 INFO  (zkConnectionManagerCallback-2927-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1295723 DEBUG (ScheduledTrigger-2485-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1295804 INFO  (zkConnectionManagerCallback-2929-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1295844 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1295880 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.c.ZkController Publish node=127.0.0.1:37898_ as DOWN
   [junit4]   2> 1295880 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1295880 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37898_
   [junit4]   2> 1295914 INFO  (zkCallback-2928-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1295922 INFO  (zkCallback-2915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1295922 INFO  (zkCallback-2896-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1295974 INFO  (zkCallback-2903-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1296343 INFO  (zkConnectionManagerCallback-2936-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1296352 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1296562 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45625/solr ready
   [junit4]   2> 1296644 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1296671 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1296680 WARN  (closeThreadPool-2917-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@60d96407[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1296696 WARN  (closeThreadPool-2917-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2c7377bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1296697 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45625/solr
   [junit4]   2> 1296728 DEBUG (ScheduledTrigger-2485-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 1296731 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1296893 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1296893 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1296928 INFO  (zkConnectionManagerCallback-2943-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1296981 INFO  (zkConnectionManagerCallback-2945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1296984 INFO  (closeThreadPool-2917-thread-1) [n:127.0.0.1:37898_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-1-001/cores
   [junit4]   2> 1297036 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1297090 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.c.ZkController Publish node=127.0.0.1:36562_ as DOWN
   [junit4]   2> 1297091 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1297091 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36562_
   [junit4]   2> 1297092 INFO  (zkCallback-2903-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1297092 INFO  (zkCallback-2915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1297105 INFO  (zkCallback-2928-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1297105 INFO  (zkCallback-2935-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1297166 INFO  (zkCallback-2896-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1297171 INFO  (zkCallback-2944-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1297466 INFO  (zkConnectionManagerCallback-2952-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1297467 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1297468 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45625/solr ready
   [junit4]   2> 1297486 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1297540 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-3-001 of type NRT
   [junit4]   2> 1297559 WARN  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1297559 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1297559 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1297559 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1297630 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1297684 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1297684 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1297684 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1297725 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20b50447{/,null,AVAILABLE}
   [junit4]   2> 1297773 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1297774 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1297775 INFO  (closeThreadPool-2917-thread-2) [n:127.0.0.1:36562_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-2-001/cores
   [junit4]   2> 1297850 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7eed0da3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40037}
   [junit4]   2> 1297850 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.Server Started @1298301ms
   [junit4]   2> 1297850 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=40037, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-3-001/cores}
   [junit4]   2> 1297850 DEBUG (ScheduledTrigger-2485-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 2
   [junit4]   2> 1297851 ERROR (closeThreadPool-2917-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1297851 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1297851 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1297851 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1297851 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1297851 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-20T19:53:33.640Z
   [junit4]   2> 1297935 INFO  (zkConnectionManagerCallback-2955-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1297944 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1297944 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-3-001/solr.xml
   [junit4]   2> 1297960 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1297960 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1297961 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1298883 DEBUG (ScheduledTrigger-2485-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 3
   [junit4]   2> 1299374 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1299384 WARN  (closeThreadPool-2917-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@634b4d2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1299513 WARN  (closeThreadPool-2917-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@56ea89a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1299514 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45625/solr
   [junit4]   2> 1299548 INFO  (zkConnectionManagerCallback-2961-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1299633 INFO  (zkConnectionManagerCallback-2963-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1299636 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1299753 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40037_ as DOWN
   [junit4]   2> 1299754 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1299754 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40037_
   [junit4]   2> 1299795 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-4-001 of type NRT
   [junit4]   2> 1299807 INFO  (zkCallback-2928-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1299808 INFO  (zkCallback-2896-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1299808 INFO  (zkCallback-2915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1299808 INFO  (zkCallback-2903-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1299808 INFO  (zkCallback-2944-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1299828 WARN  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1299828 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1299828 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1299828 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1299844 INFO  (zkCallback-2951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1299844 INFO  (zkCallback-2935-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1299884 DEBUG (ScheduledTrigger-2485-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 1299949 INFO  (zkCallback-2962-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1300230 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1300231 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1300231 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1300231 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f3df301{/,null,AVAILABLE}
   [junit4]   2> 1300249 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2f2212fc{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45975}
   [junit4]   2> 1300249 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.Server Started @1300699ms
   [junit4]   2> 1300249 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/, hostPort=45975, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-4-001/cores}
   [junit4]   2> 1300249 ERROR (closeThreadPool-2917-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1300249 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1300249 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1300249 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1300249 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1300249 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-20T19:53:36.038Z
   [junit4]   2> 1300250 INFO  (zkConnectionManagerCallback-2970-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1300251 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1300252 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45625/solr ready
   [junit4]   2> 1300281 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1300388 INFO  (zkConnectionManagerCallback-2972-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1300389 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1300389 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-4-001/solr.xml
   [junit4]   2> 1300430 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1300430 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1300537 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1300753 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1300880 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1300880 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1300958 DEBUG (ScheduledTrigger-2485-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 1300971 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-3-001/cores
   [junit4]   2> 1301617 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1301667 WARN  (closeThreadPool-2917-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@47786a43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1301688 WARN  (closeThreadPool-2917-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c23c6b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1301688 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45625/solr
   [junit4]   2> 1301719 INFO  (zkConnectionManagerCallback-2979-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1301808 INFO  (zkConnectionManagerCallback-2981-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1301812 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1301828 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:45975_ as DOWN
   [junit4]   2> 1301845 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1301845 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45975_
   [junit4]   2> 1301846 INFO  (zkCallback-2951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301859 INFO  (zkCallback-2980-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301926 INFO  (zkCallback-2903-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301926 INFO  (zkCallback-2915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301926 INFO  (zkCallback-2944-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301926 INFO  (zkCallback-2928-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301926 INFO  (zkCallback-2935-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301942 INFO  (zkCallback-2962-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301950 INFO  (zkCallback-2969-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301954 INFO  (zkCallback-2896-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1301978 DEBUG (ScheduledTrigger-2485-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 and last live nodes: 4
   [junit4]   2> 1302296 INFO  (zkConnectionManagerCallback-2988-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1302297 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1302297 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45625/solr ready
   [junit4]   2> 1302331 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1302386 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-5-001 of type NRT
   [junit4]   2> 1302404 WARN  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1302404 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1302404 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1302405 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1302497 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1302582 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1302582 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1302582 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1302619 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@637b13e7{/,null,AVAILABLE}
   [junit4]   2> 1302627 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2c00e4c9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41528}
   [junit4]   2> 1302627 INFO  (closeThreadPool-2917-thread-1) [    ] o.e.j.s.Server Started @1303078ms
   [junit4]   2> 1302627 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/tempDir-001/jetty5, solrconfig=solrconfig.xml, hostContext=/, hostPort=41528, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-5-001/cores}
   [junit4]   2> 1302627 ERROR (closeThreadPool-2917-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1302627 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1302628 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1302628 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1302628 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1302628 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-20T19:53:38.417Z
   [junit4]   2> 1302643 INFO  (zkConnectionManagerCallback-2991-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1302644 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1302644 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-5-001/solr.xml
   [junit4]   2> 1302657 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1302657 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8
   [junit4]   2> 1302658 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-4-001/cores
   [junit4]   2> 1302720 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1302720 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1302722 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60d646a8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1302983 DEBUG (ScheduledTrigger-2485-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 and last live nodes: 5
   [junit4]   2> 1303652 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1303653 WARN  (closeThreadPool-2917-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@692cdaf2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1303669 WARN  (closeThreadPool-2917-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6709923c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1303669 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45625/solr
   [junit4]   2> 1303691 INFO  (zkConnectionManagerCallback-2997-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1303785 INFO  (zkConnectionManagerCallback-2999-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1303841 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1303861 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:41528_ as DOWN
   [junit4]   2> 1303861 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1303861 INFO  (closeThreadPool-2917-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41528_
   [junit4]   2> 1303896 INFO  (TEST-ShardRoutingTest.test-seed#[F34AB7DAC293FD6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-6-001 of type NRT
   [junit4]   2> 1303896 WARN  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1303897 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1303897 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1303897 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1303912 INFO  (zkCallback-2903-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1303927 INFO  (zkCallback-2928-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1303928 INFO  (zkCallback-2915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1303928 INFO  (zkCallback-2944-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1303928 INFO  (zkCallback-2935-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1303931 INFO  (zkCallback-2951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1303931 INFO  (zkCallback-2896-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1303947 INFO  (zkCallback-2962-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1303949 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1303949 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1303949 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1303949 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@303f2e73{/,null,AVAILABLE}
   [junit4]   2> 1303968 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@24abff2f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42757}
   [junit4]   2> 1303968 INFO  (closeThreadPool-2917-thread-2) [    ] o.e.j.s.Server Started @1304418ms
   [junit4]   2> 1303968 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/tempDir-001/jetty6, solrconfig=solrconfig.xml, hostContext=/, hostPort=42757, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-6-001/cores}
   [junit4]   2> 1303968 ERROR (closeThreadPool-2917-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1303968 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1303968 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1303968 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1303968 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1303968 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-20T19:53:39.757Z
   [junit4]   2> 1303984 DEBUG (ScheduledTrigger-2485-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 6 and last live nodes: 5
   [junit4]   2> 1304001 INFO  (zkCallback-2987-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1304001 INFO  (zkCallback-2980-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1304005 INFO  (zkCallback-2998-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1304016 INFO  (zkCallback-2969-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1304018 INFO  (zkConnectionManagerCallback-3003-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1304037 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1304037 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_F34AB7DAC293FD6-001/shard-6-001/solr.xml
   [junit4]   2> 1304040 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1304040 INFO  (closeThreadPool-2917-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   

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

:

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:

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

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 148ms :: artifacts dl 11ms
	---------------------------------------------------------------------
	|                  |            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: 238 minutes 40 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
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)