Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/12/

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

Error Message:
acoll: 1548573747800 bcoll: 1548573747820

Stack Trace:
java.lang.AssertionError: acoll: 1548573747800 bcoll: 1548573747820
        at 
__randomizedtesting.SeedInfo.seed([BAE82DAAA6C86034:32BC127008340DCC]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:116)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:71)
        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.cloud.autoscaling.sim.TestSimExtremeIndexing.testScaleUp

Error Message:
{numFound=992100000,start=0,docs=[]} expected:<1000000000> but was:<992100000>

Stack Trace:
java.lang.AssertionError: {numFound=992100000,start=0,docs=[]} 
expected:<1000000000> but was:<992100000>
        at 
__randomizedtesting.SeedInfo.seed([BAE82DAAA6C86034:9BB66B08AAE6BE95]: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.cloud.autoscaling.sim.TestSimExtremeIndexing.testScaleUp(TestSimExtremeIndexing.java:135)
        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 12939 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing
   [junit4]   2> 662651 INFO  
(SUITE-TestSimExtremeIndexing-seed#[BAE82DAAA6C86034]-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-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestSimExtremeIndexing_BAE82DAAA6C86034-001/init-core-data-001
   [junit4]   2> 662652 WARN  
(SUITE-TestSimExtremeIndexing-seed#[BAE82DAAA6C86034]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 662652 INFO  
(SUITE-TestSimExtremeIndexing-seed#[BAE82DAAA6C86034]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 662654 INFO  
(SUITE-TestSimExtremeIndexing-seed#[BAE82DAAA6C86034]-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> 662674 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testScaleUp
   [junit4]   2> 662850 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 662850 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 662850 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 662850 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 662870 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 
127.0.0.1:10000_solr
   [junit4]   2> 662889 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 662889 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 662889 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=0
   [junit4]   2> 662922 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 662922 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 663229 DEBUG (simCloudManagerPool-1624-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection 
testScaleUp_collection, currentVersion=1
   [junit4]   2> 663230 DEBUG (simCloudManagerPool-1624-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=1
   [junit4]   2> 663246 DEBUG (simCloudManagerPool-1624-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 663259 DEBUG (simCloudManagerPool-1624-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=2
   [junit4]   2> 663281 DEBUG (simCloudManagerPool-1624-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 664566 DEBUG (simCloudManagerPool-1624-thread-2) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=3
   [junit4]   2> 664584 DEBUG (simCloudManagerPool-1624-thread-2) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 664607 DEBUG (simCloudManagerPool-1624-thread-3) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=4
   [junit4]   2> 664680 DEBUG (simCloudManagerPool-1624-thread-3) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 664766 DEBUG (simCloudManagerPool-1624-thread-7) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for 
testScaleUp_collection / shard1 (currentVersion=5): {"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:10072_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> 664802 DEBUG (simCloudManagerPool-1624-thread-4) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=5
   [junit4]   2> 664802 DEBUG (simCloudManagerPool-1624-thread-4) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 664877 DEBUG (simCloudManagerPool-1624-thread-8) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for 
testScaleUp_collection / shard2 (currentVersion=6): {"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:10059_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> 664878 DEBUG (simCloudManagerPool-1624-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection 
testScaleUp_collection, currentVersion=6
   [junit4]   2> 664891 DEBUG (simCloudManagerPool-1624-thread-5) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=6
   [junit4]   2> 664891 DEBUG (simCloudManagerPool-1624-thread-5) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 664896 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=7
   [junit4]   2> 664896 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 665188 DEBUG (simCloudManagerPool-1624-thread-9) [    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 665189 DEBUG (simCloudManagerPool-1624-thread-9) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 665207 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 665207 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 665207 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 665528 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 200,000
   [junit4]   2> 665657 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 400,000
   [junit4]   2> 665663 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 600,000
   [junit4]   2> 665679 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 800,000
   [junit4]   2> 665696 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,000,000
   [junit4]   2> 665712 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,200,000
   [junit4]   2> 665731 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,400,000
   [junit4]   2> 665746 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,600,000
   [junit4]   2> 665748 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,800,000
   [junit4]   2> 665757 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,000,000
   [junit4]   2> 665772 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,200,000
   [junit4]   2> 665883 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,400,000
   [junit4]   2> 665918 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,600,000
   [junit4]   2> 665939 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,800,000
   [junit4]   2> 665974 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,000,000
   [junit4]   2> 666009 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,200,000
   [junit4]   2> 666028 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,400,000
   [junit4]   2> 666040 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,600,000
   [junit4]   2> 666076 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,800,000
   [junit4]   2> 666101 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,000,000
   [junit4]   2> 666121 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,200,000
   [junit4]   2> 666171 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,400,000
   [junit4]   2> 666194 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,600,000
   [junit4]   2> 666230 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,800,000
   [junit4]   2> 666282 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,000,000
   [junit4]   2> 666334 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,200,000
   [junit4]   2> 666354 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,400,000
   [junit4]   2> 666354 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,600,000
   [junit4]   2> 666355 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,800,000
   [junit4]   2> 666356 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,000,000
   [junit4]   2> 666357 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,200,000
   [junit4]   2> 666390 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,400,000
   [junit4]   2> 666415 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,600,000
   [junit4]   2> 666427 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,800,000
   [junit4]   2> 666428 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,000,000
   [junit4]   2> 666429 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,200,000
   [junit4]   2> 666430 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,400,000
   [junit4]   2> 666449 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,600,000
   [junit4]   2> 666455 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,800,000
   [junit4]   2> 666476 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,000,000
   [junit4]   2> 666476 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,200,000
   [junit4]   2> 666549 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,400,000
   [junit4]   2> 666552 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,600,000
   [junit4]   2> 666566 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,800,000
   [junit4]   2> 666614 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,000,000
   [junit4]   2> 666630 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,200,000
   [junit4]   2> 666631 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,400,000
   [junit4]   2> 666631 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,600,000
   [junit4]   2> 666641 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,800,000
   [junit4]   2> 666642 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,000,000
   [junit4]   2> 666662 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,200,000
   [junit4]   2> 666674 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,400,000
   [junit4]   2> 666674 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,600,000
   [junit4]   2> 666694 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,800,000
   [junit4]   2> 666726 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,000,000
   [junit4]   2> 666762 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,200,000
   [junit4]   2> 666815 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,400,000
   [junit4]   2> 666844 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,600,000
   [junit4]   2> 666860 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,800,000
   [junit4]   2> 666862 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,000,000
   [junit4]   2> 666863 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,200,000
   [junit4]   2> 666863 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,400,000
   [junit4]   2> 666864 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,600,000
   [junit4]   2> 666902 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,800,000
   [junit4]   2> 666917 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,000,000
   [junit4]   2> 666935 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,200,000
   [junit4]   2> 666935 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,400,000
   [junit4]   2> 666954 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,600,000
   [junit4]   2> 666982 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,800,000
   [junit4]   2> 666984 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,000,000
   [junit4]   2> 666984 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,200,000
   [junit4]   2> 666985 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,400,000
   [junit4]   2> 666998 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,600,000
   [junit4]   2> 666998 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,800,000
   [junit4]   2> 666999 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,000,000
   [junit4]   2> 666999 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,200,000
   [junit4]   2> 666999 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,400,000
   [junit4]   2> 667000 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,600,000
   [junit4]   2> 667000 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,800,000
   [junit4]   2> 667001 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,000,000
   [junit4]   2> 667001 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,200,000
   [junit4]   2> 667002 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,400,000
   [junit4]   2> 667002 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,600,000
   [junit4]   2> 667002 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,800,000
   [junit4]   2> 667003 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,000,000
   [junit4]   2> 667003 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,200,000
   [junit4]   2> 667004 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,400,000
   [junit4]   2> 667004 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,600,000
   [junit4]   2> 667005 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,800,000
   [junit4]   2> 667005 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,000,000
   [junit4]   2> 667018 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,200,000
   [junit4]   2> 667018 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,400,000
   [junit4]   2> 667018 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,600,000
   [junit4]   2> 667019 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,800,000
   [junit4]   2> 667019 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,000,000
   [junit4]   2> 667020 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,200,000
   [junit4]   2> 667020 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,400,000
   [junit4]   2> 667020 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,600,000
   [junit4]   2> 667021 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,800,000
   [junit4]   2> 667024 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,000,000
   [junit4]   2> 667024 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,200,000
   [junit4]   2> 667025 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,400,000
   [junit4]   2> 667025 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,600,000
   [junit4]   2> 667042 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,800,000
   [junit4]   2> 667043 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,000,000
   [junit4]   2> 667043 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,200,000
   [junit4]   2> 667044 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,400,000
   [junit4]   2> 667044 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,600,000
   [junit4]   2> 667044 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,800,000
   [junit4]   2> 667045 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,000,000
   [junit4]   2> 667045 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,200,000
   [junit4]   2> 667046 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,400,000
   [junit4]   2> 667046 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,600,000
   [junit4]   2> 667047 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,800,000
   [junit4]   2> 667047 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,000,000
   [junit4]   2> 667059 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,200,000
   [junit4]   2> 667059 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,400,000
   [junit4]   2> 667060 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,600,000
   [junit4]   2> 667060 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,800,000
   [junit4]   2> 667060 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,000,000
   [junit4]   2> 667061 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,200,000
   [junit4]   2> 667061 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,400,000
   [junit4]   2> 667079 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,600,000
   [junit4]   2> 667079 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,800,000
   [junit4]   2> 667082 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,000,000
   [junit4]   2> 667082 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,200,000
   [junit4]   2> 667083 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,400,000
   [junit4]   2> 667084 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,600,000
   [junit4]   2> 667085 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,800,000
   [junit4]   2> 667085 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,000,000
   [junit4]   2> 667086 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,200,000
   [junit4]   2> 667086 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,400,000
   [junit4]   2> 667095 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,600,000
   [junit4]   2> 667095 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,800,000
   [junit4]   2> 667096 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,000,000
   [junit4]   2> 667096 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,200,000
   [junit4]   2> 667096 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,400,000
   [junit4]   2> 667097 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,600,000
   [junit4]   2> 667097 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,800,000
   [junit4]   2> 667098 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,000,000
   [junit4]   2> 667098 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,200,000
   [junit4]   2> 667107 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,400,000
   [junit4]   2> 667107 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,600,000
   [junit4]   2> 667108 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,800,000
   [junit4]   2> 667108 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,000,000
   [junit4]   2> 667108 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,200,000
   [junit4]   2> 667109 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,400,000
   [junit4]   2> 667109 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,600,000
   [junit4]   2> 667110 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,800,000
   [junit4]   2> 667110 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,000,000
   [junit4]   2> 667111 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,200,000
   [junit4]   2> 667119 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,400,000
   [junit4]   2> 667120 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,600,000
   [junit4]   2> 667120 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,800,000
   [junit4]   2> 667120 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,000,000
   [junit4]   2> 667121 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,200,000
   [junit4]   2> 667122 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,400,000
   [junit4]   2> 667136 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,600,000
   [junit4]   2> 667136 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,800,000
   [junit4]   2> 667137 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,000,000
   [junit4]   2> 667137 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,200,000
   [junit4]   2> 667137 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,400,000
   [junit4]   2> 667138 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,600,000
   [junit4]   2> 667138 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,800,000
   [junit4]   2> 667139 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,000,000
   [junit4]   2> 667148 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,200,000
   [junit4]   2> 667148 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,400,000
   [junit4]   2> 667149 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,600,000
   [junit4]   2> 667151 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,800,000
   [junit4]   2> 667162 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,000,000
   [junit4]   2> 667162 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,200,000
   [junit4]   2> 667162 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,400,000
   [junit4]   2> 667163 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,600,000
   [junit4]   2> 667163 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,800,000
   [junit4]   2> 667176 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,000,000
   [junit4]   2> 667178 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,200,000
   [junit4]   2> 667192 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,400,000
   [junit4]   2> 667193 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,600,000
   [junit4]   2> 667193 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,800,000
   [junit4]   2> 667194 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,000,000
   [junit4]   2> 667194 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,200,000
   [junit4]   2> 667194 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,400,000
   [junit4]   2> 667195 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,600,000
   [junit4]   2> 667195 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,800,000
   [junit4]   2> 667196 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,000,000
   [junit4]   2> 667207 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,200,000
   [junit4]   2> 667208 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,400,000
   [junit4]   2> 667208 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,600,000
   [junit4]   2> 667208 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,800,000
   [junit4]   2> 667209 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,000,000
   [junit4]   2> 667209 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,200,000
   [junit4]   2> 667209 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,400,000
   [junit4]   2> 667210 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,600,000
   [junit4]   2> 667210 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,800,000
   [junit4]   2> 667210 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,000,000
   [junit4]   2> 667211 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,200,000
   [junit4]   2> 667211 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,400,000
   [junit4]   2> 667211 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,600,000
   [junit4]   2> 667211 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,800,000
   [junit4]   2> 667212 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,000,000
   [junit4]   2> 667224 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,200,000
   [junit4]   2> 667224 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,400,000
   [junit4]   2> 667225 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,600,000
   [junit4]   2> 667225 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,800,000
   [junit4]   2> 667236 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,000,000
   [junit4]   2> 667236 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,200,000
   [junit4]   2> 667250 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,400,000
   [junit4]   2> 667254 DEBUG (ScheduledTrigger-1625-thread-4) [    ] 
o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"6dd112d3b939a9T6f854f369iks44xedcj9ybzrw",
   [junit4]   2>   "source":"scaleUpTrigger",
   [junit4]   2>   "eventTime":30910651253209513,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       
"testScaleUp_collection_shard1_replica_n1":"docs=20600000, bytes=10300010240",
   [junit4]   2>       
"testScaleUp_collection_shard2_replica_n3":"docs=20600000, bytes=10300010240"},
   [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> 667256 DEBUG (ScheduledTrigger-1625-thread-4) [    ] 
o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, 
scaleUpTrigger, .scheduled_maintenance]
   [junit4]   2> 667256 DEBUG (ScheduledTrigger-1625-thread-4) [    ] 
o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"6dd112d3b939a9T6f854f369iks44xedcj9ybzrw",
   [junit4]   2>   "source":"scaleUpTrigger",
   [junit4]   2>   "eventTime":30910651253209513,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       
"testScaleUp_collection_shard1_replica_n1":"docs=20600000, bytes=10300010240",
   [junit4]   2>       
"testScaleUp_collection_shard2_replica_n3":"docs=20600000, bytes=10300010240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":30910653584463213,
   [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> 667261 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,600,000
   [junit4]   2> 667261 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,800,000
   [junit4]   2> 667261 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,000,000
   [junit4]   2> 667262 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,200,000
   [junit4]   2> 667262 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,400,000
   [junit4]   2> 667263 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,600,000
   [junit4]   2> 667263 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,800,000
   [junit4]   2> 667264 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,000,000
   [junit4]   2> 667264 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,200,000
   [junit4]   2> 667264 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,400,000
   [junit4]   2> 667264 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,600,000
   [junit4]   2> 667265 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,800,000
   [junit4]   2> 667266 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,000,000
   [junit4]   2> 667277 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,200,000
   [junit4]   2> 667282 DEBUG (AutoscalingActionExecutor-1626-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"6dd112d3b939a9T6f854f369iks44xedcj9ybzrw",
   [junit4]   2>   "source":"scaleUpTrigger",
   [junit4]   2>   "eventTime":30910651253209513,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       
"testScaleUp_collection_shard1_replica_n1":"docs=20600000, bytes=10300010240",
   [junit4]   2>       
"testScaleUp_collection_shard2_replica_n3":"docs=20600000, bytes=10300010240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":30910653584463213,
   [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> 667388 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,400,000
   [junit4]   2> 667393 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,600,000
   [junit4]   2> 667419 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,800,000
   [junit4]   2> 667409 DEBUG (AutoscalingActionExecutor-1626-thread-1) [    ] 
o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"6dd112d3b939a9T6f854f369iks44xedcj9ybzrw",
   [junit4]   2>   "source":"scaleUpTrigger",
   [junit4]   2>   "eventTime":30910651253209513,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":2,
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       
"testScaleUp_collection_shard1_replica_n1":"docs=20600000, bytes=10300010240",
   [junit4]   2>       
"testScaleUp_collection_shard2_replica_n3":"docs=20600000, bytes=10300010240"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":30910653584463213,
   [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> 667437 DEBUG (AutoscalingActionExecutor-1626-thread-1) [    ] 
o.a.s.c.a.ExecutePlanAction Executing operation: 
action=SPLITSHARD&collection=testScaleUp_collection&shard=shard1&splitMethod=link
   [junit4]   2> 667439 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,000,000
   [junit4]   2> 667476 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,200,000
   [junit4]   2> 667476 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,400,000
   [junit4]   2> 667477 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,600,000
   [junit4]   2> 667477 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,800,000
   [junit4]   2> 667477 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,000,000
   [junit4]   2> 667495 INFO  (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.c.SplitShardCmd numSubShards set at: 2
   [junit4]   2> 667528 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,200,000
   [junit4]   2> 667529 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,400,000
   [junit4]   2> 667548 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,600,000
   [junit4]   2> 667604 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,800,000
   [junit4]   2> 667674 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,000,000
   [junit4]   2> 667694 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,200,000
   [junit4]   2> 667710 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,400,000
   [junit4]   2> 667711 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,600,000
   [junit4]   2> 667711 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,800,000
   [junit4]   2> 667712 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,000,000
   [junit4]   2> 667712 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,200,000
   [junit4]   2> 667731 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,400,000
   [junit4]   2> 667747 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,600,000
   [junit4]   2> 667767 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,800,000
   [junit4]   2> 667783 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,000,000
   [junit4]   2> 667804 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,200,000
   [junit4]   2> 667820 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,400,000
   [junit4]   2> 667840 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,600,000
   [junit4]   2> 667856 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,800,000
   [junit4]   2> 667876 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,000,000
   [junit4]   2> 667877 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,200,000
   [junit4]   2> 667878 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,400,000
   [junit4]   2> 667951 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,600,000
   [junit4]   2> 667967 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,800,000
   [junit4]   2> 667967 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,000,000
   [junit4]   2> 667969 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,200,000
   [junit4]   2> 667986 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,400,000
   [junit4]   2> 667987 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,600,000
   [junit4]   2> 668002 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,800,000
   [junit4]   2> 668003 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,000,000
   [junit4]   2> 668003 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,200,000
   [junit4]   2> 668003 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,400,000
   [junit4]   2> 668022 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,600,000
   [junit4]   2> 668039 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,800,000
   [junit4]   2> 668039 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,000,000
   [junit4]   2> 668039 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,200,000
   [junit4]   2> 668040 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,400,000
   [junit4]   2> 668040 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,600,000
   [junit4]   2> 668041 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,800,000
   [junit4]   2> 668041 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,000,000
   [junit4]   2> 668042 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,200,000
   [junit4]   2> 668042 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,400,000
   [junit4]   2> 668042 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,600,000
   [junit4]   2> 668059 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,800,000
   [junit4]   2> 668076 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,000,000
   [junit4]   2> 668076 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,200,000
   [junit4]   2> 668076 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,400,000
   [junit4]   2> 668077 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,600,000
   [junit4]   2> 668077 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,800,000
   [junit4]   2> 668078 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,000,000
   [junit4]   2> 668078 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,200,000
   [junit4]   2> 668078 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,400,000
   [junit4]   2> 668079 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,600,000
   [junit4]   2> 668114 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,800,000
   [junit4]   2> 668115 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,000,000
   [junit4]   2> 668115 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,200,000
   [junit4]   2> 668166 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=8
   [junit4]   2> 668166 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 668167 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** no leader in testScaleUp_collection / 
shard1_0:{
   [junit4]   2>   "parent":"shard1",
   [junit4]   2>   "stateTimestamp":"1548573339603144600",
   [junit4]   2>   "range":"80000000-bfffffff",
   [junit4]   2>   "state":"construction",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node10":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n9",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10034_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10034/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n7",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10109_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10109/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000}}}
   [junit4]   2> 668168 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,400,000
   [junit4]   2> 668180 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** no leader in testScaleUp_collection / 
shard1_0:{
   [junit4]   2>   "parent":"shard1",
   [junit4]   2>   "stateTimestamp":"1548573339603144600",
   [junit4]   2>   "range":"80000000-bfffffff",
   [junit4]   2>   "state":"construction",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node10":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n9",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10034_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10034/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n7",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10109_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10109/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000}}}
   [junit4]   2> 668182 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** no leader in testScaleUp_collection / 
shard1_0:{
   [junit4]   2>   "parent":"shard1",
   [junit4]   2>   "stateTimestamp":"1548573339603144600",
   [junit4]   2>   "range":"80000000-bfffffff",
   [junit4]   2>   "state":"construction",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node10":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n9",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10034_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10034/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n7",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10109_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10109/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000}}}
   [junit4]   2> 668183 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** no leader in testScaleUp_collection / 
shard1_0:{
   [junit4]   2>   "parent":"shard1",
   [junit4]   2>   "stateTimestamp":"1548573339603144600",
   [junit4]   2>   "range":"80000000-bfffffff",
   [junit4]   2>   "state":"construction",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node10":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n9",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10034_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10034/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n7",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10109_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10109/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000}}}
   [junit4]   2> 668184 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** no leader in testScaleUp_collection / 
shard1_0:{
   [junit4]   2>   "parent":"shard1",
   [junit4]   2>   "stateTimestamp":"1548573339603144600",
   [junit4]   2>   "range":"80000000-bfffffff",
   [junit4]   2>   "state":"construction",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node10":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n9",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10034_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10034/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"testScaleUp_collection_shard1_0_replica_n7",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":5625020480,
   [junit4]   2>       "node_name":"127.0.0.1:10109_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10109/solr";,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>       "SEARCHER.searcher.numDocs":11250000}}}
   [junit4]   2> 668186 DEBUG (simCloudManagerPool-1624-thread-74) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for 
testScaleUp_collection / shard1_1 (currentVersion=9): {"core_node12":{
   [junit4]   2>     "core":"testScaleUp_collection_shard1_1_replica_n11",
   [junit4]   2>     "shard":"shard1_1",
   [junit4]   2>     "collection":"testScaleUp_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10091_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":5625010240,
   [junit4]   2>     "base_url":"http://127.0.0.1:10091/solr";,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":5.238699018955231,
   [junit4]   2>     "SEARCHER.searcher.numDocs":11250000}}
   [junit4]   2> 668294 DEBUG (simCloudManagerPool-1624-thread-98) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for 
testScaleUp_collection / shard1_0 (currentVersion=9): {"core_node10":{
   [junit4]   2>     "core":"testScaleUp_collection_shard1_0_replica_n9",
   [junit4]   2>     "shard":"shard1_0",
   [junit4]   2>     "collection":"testScaleUp_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10034_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":11250000,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":5625020480,
   [junit4]   2>     "base_url":"http://127.0.0.1:10034/solr";,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":5.238708555698395,
   [junit4]   2>     "SEARCHER.searcher.numDocs":11250000}}
   [junit4]   2> 668294 DEBUG (simCloudManagerPool-1624-thread-100) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=9
   [junit4]   2> 668295 DEBUG (simCloudManagerPool-1624-thread-100) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 9
   [junit4]   2> 668295 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=10
   [junit4]   2> 668295 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 10
   [junit4]   2> 668296 DEBUG (simCloudManagerPool-1624-thread-35) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- applying 6300000 buffered docs from 
testScaleUp_collection / shard1, perShard=3150000, remainder=0
   [junit4]   2> 668296 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,600,000
   [junit4]   2> 668310 DEBUG (simCloudManagerPool-1624-thread-102) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=11
   [junit4]   2> 668311 DEBUG (simCloudManagerPool-1624-thread-102) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 11
   [junit4]   2> 668311 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,800,000
   [junit4]   2> 668311 DEBUG (AutoscalingActionExecutor-1626-thread-1) [    ] 
o.a.s.c.a.ExecutePlanAction Executing operation: 
action=SPLITSHARD&collection=testScaleUp_collection&shard=shard2&splitMethod=link
   [junit4]   2> 668312 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,000,000
   [junit4]   2> 668312 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,200,000
   [junit4]   2> 668313 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,400,000
   [junit4]   2> 668313 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,600,000
   [junit4]   2> 668314 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,800,000
   [junit4]   2> 668383 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,000,000
   [junit4]   2> 668384 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,200,000
   [junit4]   2> 668384 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,400,000
   [junit4]   2> 668385 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,600,000
   [junit4]   2> 668385 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,800,000
   [junit4]   2> 668385 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,000,000
   [junit4]   2> 668386 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,200,000
   [junit4]   2> 668386 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,400,000
   [junit4]   2> 668387 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,600,000
   [junit4]   2> 668399 INFO  (simCloudManagerPool-1624-thread-104) [    ] 
o.a.s.c.a.c.SplitShardCmd numSubShards set at: 2
   [junit4]   2> 668420 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,800,000
   [junit4]   2> 668420 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,000,000
   [junit4]   2> 668421 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,200,000
   [junit4]   2> 668493 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,400,000
   [junit4]   2> 668493 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,600,000
   [junit4]   2> 668494 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,800,000
   [junit4]   2> 668494 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,000,000
   [junit4]   2> 668495 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,200,000
   [junit4]   2> 668495 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,400,000
   [junit4]   2> 668496 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,600,000
   [junit4]   2> 668496 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,800,000
   [junit4]   2> 668496 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[BAE82DAAA6C86034]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so fa

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

ples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1964104702
     [copy] Copying 256 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1964104702
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1964104702

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 104ms :: artifacts dl 20ms
        ---------------------------------------------------------------------
        |                  |            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: 236 minutes 39 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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to