Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3139/
2 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing.testScaleUp
Error Message:
{numFound=952100000,start=0,docs=[]} expected:<1000000000> but was:<952100000>
Stack Trace:
java.lang.AssertionError: {numFound=952100000,start=0,docs=[]}
expected:<1000000000> but was:<952100000>
at
__randomizedtesting.SeedInfo.seed([3593B3059CB04CB1:14CDF5A7909E9210]: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)
FAILED: org.apache.solr.client.solrj.TestLBHttp2SolrClient.testTwoServers
Error Message:
Timeout occured while waiting response from server at:
http://127.0.0.1:40969/solr/collection1/select?q=*%3A*&wt=javabin&version=2
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at:
http://127.0.0.1:40969/solr/collection1/select?q=*%3A*&wt=javabin&version=2
at
__randomizedtesting.SeedInfo.seed([6F161188B37E942E:CFFCBF056835BA0E]:0)
at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:400)
at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:732)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:983)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:998)
at
org.apache.solr.client.solrj.TestLBHttp2SolrClient.testTwoServers(TestLBHttp2SolrClient.java:186)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException
at
org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:391)
... 46 more
Build Log:
[...truncated 12856 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing
[junit4] 2> 709100 INFO
(SUITE-TestSimExtremeIndexing-seed#[3593B3059CB04CB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestSimExtremeIndexing_3593B3059CB04CB1-001/init-core-data-001
[junit4] 2> 709101 WARN
(SUITE-TestSimExtremeIndexing-seed#[3593B3059CB04CB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
[junit4] 2> 709101 INFO
(SUITE-TestSimExtremeIndexing-seed#[3593B3059CB04CB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 709103 INFO
(SUITE-TestSimExtremeIndexing-seed#[3593B3059CB04CB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 709278 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testScaleUp
[junit4] 2> 709664 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 709664 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 709665 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
[junit4] 2> 709665 DEBUG
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader:
127.0.0.1:10000_solr
[junit4] 2> 709683 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
[junit4] 2> 709683 DEBUG
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states,
currentVersion=0
[junit4] 2> 709685 DEBUG
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
[junit4] 2> 709685 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 709764 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
[junit4] 2> 709764 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 710031 DEBUG (simCloudManagerPool-917-thread-1) [ ]
o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection
testScaleUp_collection, currentVersion=1
[junit4] 2> 710048 DEBUG (simCloudManagerPool-917-thread-1) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states,
currentVersion=1
[junit4] 2> 710048 DEBUG (simCloudManagerPool-917-thread-1) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
[junit4] 2> 710084 DEBUG (simCloudManagerPool-917-thread-1) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states,
currentVersion=2
[junit4] 2> 710087 DEBUG (simCloudManagerPool-917-thread-1) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
[junit4] 2> 711777 DEBUG (simCloudManagerPool-917-thread-2) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states,
currentVersion=3
[junit4] 2> 711848 DEBUG (simCloudManagerPool-917-thread-2) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
[junit4] 2> 711903 DEBUG (simCloudManagerPool-917-thread-3) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states,
currentVersion=4
[junit4] 2> 711942 DEBUG (simCloudManagerPool-917-thread-3) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
[junit4] 2> 711997 DEBUG (simCloudManagerPool-917-thread-4) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states,
currentVersion=5
[junit4] 2> 711998 DEBUG (simCloudManagerPool-917-thread-4) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
[junit4] 2> 712013 DEBUG (simCloudManagerPool-917-thread-1) [ ]
o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection
testScaleUp_collection, currentVersion=6
[junit4] 2> 712029 DEBUG (simCloudManagerPool-917-thread-5) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states,
currentVersion=6
[junit4] 2> 712070 DEBUG (simCloudManagerPool-917-thread-5) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
[junit4] 2> 712073 DEBUG (simCloudManagerPool-917-thread-11) [ ]
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for
testScaleUp_collection / shard1 (currentVersion=7): {"core_node1":{
[junit4] 2> "core":"testScaleUp_collection_shard1_replica_n1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testScaleUp_collection",
[junit4] 2> "node_name":"127.0.0.1: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> 712138 DEBUG (simCloudManagerPool-917-thread-8) [ ]
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for
testScaleUp_collection / shard2 (currentVersion=7): {"core_node3":{
[junit4] 2> "core":"testScaleUp_collection_shard2_replica_n3",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"testScaleUp_collection",
[junit4] 2> "node_name":"127.0.0.1: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> 712140 DEBUG
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states,
currentVersion=7
[junit4] 2> 712179 DEBUG
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
[junit4] 2> 712235 DEBUG (simCloudManagerPool-917-thread-12) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states,
currentVersion=8
[junit4] 2> 712264 DEBUG (simCloudManagerPool-917-thread-12) [ ]
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
[junit4] 2> 712285 DEBUG (simCloudManagerPool-917-thread-12) [ ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 712286 DEBUG (simCloudManagerPool-917-thread-12) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
2
[junit4] 2> 712312 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
[junit4] 2> 712350 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
[junit4] 2> 712350 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
[junit4] 2> 712878 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 200,000
[junit4] 2> 713016 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 400,000
[junit4] 2> 713059 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 600,000
[junit4] 2> 713116 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 800,000
[junit4] 2> 713189 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,000,000
[junit4] 2> 713243 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,200,000
[junit4] 2> 713314 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,400,000
[junit4] 2> 713370 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,600,000
[junit4] 2> 713373 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,800,000
[junit4] 2> 713772 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,000,000
[junit4] 2> 713778 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,200,000
[junit4] 2> 713794 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,400,000
[junit4] 2> 713829 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,600,000
[junit4] 2> 713949 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,800,000
[junit4] 2> 713953 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,000,000
[junit4] 2> 713993 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,200,000
[junit4] 2> 714013 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,400,000
[junit4] 2> 714066 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,600,000
[junit4] 2> 714119 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,800,000
[junit4] 2> 714190 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,000,000
[junit4] 2> 714228 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,200,000
[junit4] 2> 714248 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,400,000
[junit4] 2> 714264 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,600,000
[junit4] 2> 714283 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,800,000
[junit4] 2> 714298 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,000,000
[junit4] 2> 714300 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,200,000
[junit4] 2> 714356 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,400,000
[junit4] 2> 714373 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,600,000
[junit4] 2> 714467 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,800,000
[junit4] 2> 714501 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,000,000
[junit4] 2> 714504 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,200,000
[junit4] 2> 714537 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,400,000
[junit4] 2> 714540 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,600,000
[junit4] 2> 714577 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,800,000
[junit4] 2> 714628 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,000,000
[junit4] 2> 714661 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,200,000
[junit4] 2> 714678 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,400,000
[junit4] 2> 714697 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,600,000
[junit4] 2> 714734 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,800,000
[junit4] 2> 714738 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,000,000
[junit4] 2> 714805 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,200,000
[junit4] 2> 714826 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,400,000
[junit4] 2> 714827 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,600,000
[junit4] 2> 714827 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,800,000
[junit4] 2> 714878 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,000,000
[junit4] 2> 714894 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,200,000
[junit4] 2> 714895 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,400,000
[junit4] 2> 714895 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,600,000
[junit4] 2> 714914 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,800,000
[junit4] 2> 714930 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,000,000
[junit4] 2> 714967 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,200,000
[junit4] 2> 715004 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,400,000
[junit4] 2> 715076 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,600,000
[junit4] 2> 715129 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,800,000
[junit4] 2> 715130 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,000,000
[junit4] 2> 715130 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,200,000
[junit4] 2> 715149 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,400,000
[junit4] 2> 715150 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,600,000
[junit4] 2> 715151 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,800,000
[junit4] 2> 715170 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,000,000
[junit4] 2> 715206 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,200,000
[junit4] 2> 715259 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,400,000
[junit4] 2> 715311 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,600,000
[junit4] 2> 715316 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,800,000
[junit4] 2> 715331 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,000,000
[junit4] 2> 715352 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,200,000
[junit4] 2> 715355 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,400,000
[junit4] 2> 715388 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,600,000
[junit4] 2> 715404 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,800,000
[junit4] 2> 715405 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,000,000
[junit4] 2> 715420 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,200,000
[junit4] 2> 715421 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,400,000
[junit4] 2> 715422 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,600,000
[junit4] 2> 715441 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,800,000
[junit4] 2> 715441 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,000,000
[junit4] 2> 715442 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,200,000
[junit4] 2> 715442 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,400,000
[junit4] 2> 715443 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,600,000
[junit4] 2> 715457 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,800,000
[junit4] 2> 715458 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,000,000
[junit4] 2> 715478 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,200,000
[junit4] 2> 715478 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,400,000
[junit4] 2> 715479 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,600,000
[junit4] 2> 715480 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,800,000
[junit4] 2> 715493 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,000,000
[junit4] 2> 715494 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,200,000
[junit4] 2> 715495 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,400,000
[junit4] 2> 715514 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,600,000
[junit4] 2> 715591 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,800,000
[junit4] 2> 715664 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,000,000
[junit4] 2> 715681 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,200,000
[junit4] 2> 715700 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,400,000
[junit4] 2> 715712 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,600,000
[junit4] 2> 715713 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,800,000
[junit4] 2> 715733 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,000,000
[junit4] 2> 715734 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,200,000
[junit4] 2> 715734 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,400,000
[junit4] 2> 715735 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,600,000
[junit4] 2> 715736 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,800,000
[junit4] 2> 715736 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,000,000
[junit4] 2> 715737 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,200,000
[junit4] 2> 715737 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,400,000
[junit4] 2> 715738 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,600,000
[junit4] 2> 715738 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,800,000
[junit4] 2> 715739 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,000,000
[junit4] 2> 715740 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,200,000
[junit4] 2> 715753 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,400,000
[junit4] 2> 715753 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,600,000
[junit4] 2> 715754 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,800,000
[junit4] 2> 715755 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,000,000
[junit4] 2> 715755 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,200,000
[junit4] 2> 715756 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,400,000
[junit4] 2> 715789 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,600,000
[junit4] 2> 715950 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,800,000
[junit4] 2> 715950 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,000,000
[junit4] 2> 715984 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,200,000
[junit4] 2> 715987 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,400,000
[junit4] 2> 716041 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,600,000
[junit4] 2> 716042 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,800,000
[junit4] 2> 716042 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,000,000
[junit4] 2> 716043 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,200,000
[junit4] 2> 716061 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,400,000
[junit4] 2> 716061 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,600,000
[junit4] 2> 716062 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,800,000
[junit4] 2> 716077 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,000,000
[junit4] 2> 716077 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,200,000
[junit4] 2> 716078 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,400,000
[junit4] 2> 716098 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,600,000
[junit4] 2> 716109 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,800,000
[junit4] 2> 716125 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,000,000
[junit4] 2> 716126 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,200,000
[junit4] 2> 716145 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,400,000
[junit4] 2> 716146 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,600,000
[junit4] 2> 716146 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,800,000
[junit4] 2> 716147 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,000,000
[junit4] 2> 716161 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,200,000
[junit4] 2> 716162 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,400,000
[junit4] 2> 716162 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,600,000
[junit4] 2> 716182 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 27,800,000
[junit4] 2> 716186 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,000,000
[junit4] 2> 716187 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,200,000
[junit4] 2> 716219 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,400,000
[junit4] 2> 716239 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,600,000
[junit4] 2> 716279 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 28,800,000
[junit4] 2> 716365 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,000,000
[junit4] 2> 716426 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,200,000
[junit4] 2> 716426 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,400,000
[junit4] 2> 716426 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,600,000
[junit4] 2> 716427 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 29,800,000
[junit4] 2> 716427 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,000,000
[junit4] 2> 716428 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,200,000
[junit4] 2> 716428 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,400,000
[junit4] 2> 716428 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,600,000
[junit4] 2> 716429 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 30,800,000
[junit4] 2> 716429 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,000,000
[junit4] 2> 716430 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,200,000
[junit4] 2> 716430 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,400,000
[junit4] 2> 716430 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,600,000
[junit4] 2> 716431 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 31,800,000
[junit4] 2> 716431 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,000,000
[junit4] 2> 716432 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,200,000
[junit4] 2> 716432 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,400,000
[junit4] 2> 716432 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,600,000
[junit4] 2> 716449 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 32,800,000
[junit4] 2> 716478 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,000,000
[junit4] 2> 716478 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,200,000
[junit4] 2> 716479 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,400,000
[junit4] 2> 716479 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,600,000
[junit4] 2> 716494 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 33,800,000
[junit4] 2> 716494 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,000,000
[junit4] 2> 716495 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,200,000
[junit4] 2> 716513 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,400,000
[junit4] 2> 716515 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,600,000
[junit4] 2> 716516 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 34,800,000
[junit4] 2> 716516 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,000,000
[junit4] 2> 716516 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,200,000
[junit4] 2> 716517 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,400,000
[junit4] 2> 716517 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,600,000
[junit4] 2> 716517 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 35,800,000
[junit4] 2> 716530 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,000,000
[junit4] 2> 716530 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,200,000
[junit4] 2> 716531 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,400,000
[junit4] 2> 716531 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,600,000
[junit4] 2> 716532 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 36,800,000
[junit4] 2> 716532 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,000,000
[junit4] 2> 716532 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,200,000
[junit4] 2> 716533 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,400,000
[junit4] 2> 716533 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,600,000
[junit4] 2> 716534 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 37,800,000
[junit4] 2> 716534 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,000,000
[junit4] 2> 716550 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,200,000
[junit4] 2> 716552 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,400,000
[junit4] 2> 716553 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,600,000
[junit4] 2> 716553 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 38,800,000
[junit4] 2> 716553 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,000,000
[junit4] 2> 716554 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,200,000
[junit4] 2> 716554 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,400,000
[junit4] 2> 716554 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,600,000
[junit4] 2> 716627 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 39,800,000
[junit4] 2> 716627 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,000,000
[junit4] 2> 716660 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,200,000
[junit4] 2> 716661 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,400,000
[junit4] 2> 716661 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,600,000
[junit4] 2> 716661 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 40,800,000
[junit4] 2> 716661 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,000,000
[junit4] 2> 716662 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,200,000
[junit4] 2> 716662 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,400,000
[junit4] 2> 716662 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,600,000
[junit4] 2> 716662 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 41,800,000
[junit4] 2> 716663 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,000,000
[junit4] 2> 716663 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,200,000
[junit4] 2> 716663 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,400,000
[junit4] 2> 716663 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,600,000
[junit4] 2> 716696 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 42,800,000
[junit4] 2> 716697 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,000,000
[junit4] 2> 716697 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,200,000
[junit4] 2> 716697 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,400,000
[junit4] 2> 716734 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,600,000
[junit4] 2> 716736 DEBUG (ScheduledTrigger-918-thread-3) [ ]
o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
[junit4] 2> "id":"68d09f39ea441aTcuigbut2nqlibym2iles250eu",
[junit4] 2> "source":"scaleUpTrigger",
[junit4] 2> "eventTime":29502779867939866,
[junit4] 2> "eventType":"INDEXSIZE",
[junit4] 2> "properties":{
[junit4] 2> "aboveSize":{
[junit4] 2>
"testScaleUp_collection_shard1_replica_n1":"docs=21300000, bytes=10650010240",
[junit4] 2>
"testScaleUp_collection_shard2_replica_n3":"docs=21300000, bytes=10650010240"},
[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> 716736 DEBUG (ScheduledTrigger-918-thread-3) [ ]
o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas,
scaleUpTrigger, .scheduled_maintenance]
[junit4] 2> 716749 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 43,800,000
[junit4] 2> 716769 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,000,000
[junit4] 2> 716785 DEBUG (ScheduledTrigger-918-thread-3) [ ]
o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
[junit4] 2> "id":"68d09f39ea441aTcuigbut2nqlibym2iles250eu",
[junit4] 2> "source":"scaleUpTrigger",
[junit4] 2> "eventTime":29502779867939866,
[junit4] 2> "eventType":"INDEXSIZE",
[junit4] 2> "properties":{
[junit4] 2> "aboveSize":{
[junit4] 2>
"testScaleUp_collection_shard1_replica_n1":"docs=21300000, bytes=10650010240",
[junit4] 2>
"testScaleUp_collection_shard2_replica_n3":"docs=21300000, bytes=10650010240"},
[junit4] 2> "belowSize":{},
[junit4] 2> "_enqueue_time_":29502787919987766,
[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> 716806 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,200,000
[junit4] 2> 716808 DEBUG (AutoscalingActionExecutor-919-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers -- processing actions for {
[junit4] 2> "id":"68d09f39ea441aTcuigbut2nqlibym2iles250eu",
[junit4] 2> "source":"scaleUpTrigger",
[junit4] 2> "eventTime":29502779867939866,
[junit4] 2> "eventType":"INDEXSIZE",
[junit4] 2> "properties":{
[junit4] 2> "aboveSize":{
[junit4] 2>
"testScaleUp_collection_shard1_replica_n1":"docs=21300000, bytes=10650010240",
[junit4] 2>
"testScaleUp_collection_shard2_replica_n3":"docs=21300000, bytes=10650010240"},
[junit4] 2> "belowSize":{},
[junit4] 2> "_enqueue_time_":29502787919987766,
[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> 716822 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,400,000
[junit4] 2> 716822 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,600,000
[junit4] 2> 716822 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 44,800,000
[junit4] 2> 716843 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,000,000
[junit4] 2> 716844 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,200,000
[junit4] 2> 716844 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,400,000
[junit4] 2> 716858 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,600,000
[junit4] 2> 716879 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 45,800,000
[junit4] 2> 716879 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,000,000
[junit4] 2> 716895 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,200,000
[junit4] 2> 716916 DEBUG (AutoscalingActionExecutor-919-thread-1) [ ]
o.a.s.c.a.ExecutePlanAction -- processing event: {
[junit4] 2> "id":"68d09f39ea441aTcuigbut2nqlibym2iles250eu",
[junit4] 2> "source":"scaleUpTrigger",
[junit4] 2> "eventTime":29502779867939866,
[junit4] 2> "eventType":"INDEXSIZE",
[junit4] 2> "properties":{
[junit4] 2> "__start__":2,
[junit4] 2> "aboveSize":{
[junit4] 2>
"testScaleUp_collection_shard1_replica_n1":"docs=21300000, bytes=10650010240",
[junit4] 2>
"testScaleUp_collection_shard2_replica_n3":"docs=21300000, bytes=10650010240"},
[junit4] 2> "belowSize":{},
[junit4] 2> "_enqueue_time_":29502787919987766,
[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> 716932 DEBUG (AutoscalingActionExecutor-919-thread-1) [ ]
o.a.s.c.a.ExecutePlanAction Executing operation:
action=SPLITSHARD&collection=testScaleUp_collection&shard=shard1&splitMethod=link
[junit4] 2> 716932 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,400,000
[junit4] 2> 716933 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,600,000
[junit4] 2> 716934 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 46,800,000
[junit4] 2> 716951 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,000,000
[junit4] 2> 716952 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,200,000
[junit4] 2> 716968 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,400,000
[junit4] 2> 716988 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,600,000
[junit4] 2> 716988 INFO (simCloudManagerPool-917-thread-45) [ ]
o.a.s.c.a.c.SplitShardCmd numSubShards set at: 2
[junit4] 2> 717025 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 47,800,000
[junit4] 2> 717061 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,000,000
[junit4] 2> 717098 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,200,000
[junit4] 2> 717116 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,400,000
[junit4] 2> 717117 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,600,000
[junit4] 2> 717319 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 48,800,000
[junit4] 2> 717354 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,000,000
[junit4] 2> 717354 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,200,000
[junit4] 2> 717355 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,400,000
[junit4] 2> 717355 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,600,000
[junit4] 2> 717369 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 49,800,000
[junit4] 2> 717369 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,000,000
[junit4] 2> 717370 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,200,000
[junit4] 2> 717370 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,400,000
[junit4] 2> 717405 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,600,000
[junit4] 2> 717422 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 50,800,000
[junit4] 2> 717422 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,000,000
[junit4] 2> 717423 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,200,000
[junit4] 2> 717423 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,400,000
[junit4] 2> 717442 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,600,000
[junit4] 2> 717450 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 51,800,000
[junit4] 2> 717491 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,000,000
[junit4] 2> 717508 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,200,000
[junit4] 2> 717508 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,400,000
[junit4] 2> 717509 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,600,000
[junit4] 2> 717509 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 52,800,000
[junit4] 2> 717510 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,000,000
[junit4] 2> 717510 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,200,000
[junit4] 2> 717571 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,400,000
[junit4] 2> 717572 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,600,000
[junit4] 2> 717572 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 53,800,000
[junit4] 2> 717573 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,000,000
[junit4] 2> 717573 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,200,000
[junit4] 2> 717574 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,400,000
[junit4] 2> 717574 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,600,000
[junit4] 2> 717575 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 54,800,000
[junit4] 2> 717575 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,000,000
[junit4] 2> 717588 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,200,000
[junit4] 2> 717588 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,400,000
[junit4] 2> 717589 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,600,000
[junit4] 2> 717589 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 55,800,000
[junit4] 2> 717589 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,000,000
[junit4] 2> 717590 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,200,000
[junit4] 2> 717590 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,400,000
[junit4] 2> 717591 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,600,000
[junit4] 2> 717591 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 56,800,000
[junit4] 2> 717592 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,000,000
[junit4] 2> 717604 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,200,000
[junit4] 2> 717605 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,400,000
[junit4] 2> 717605 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,600,000
[junit4] 2> 717605 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 57,800,000
[junit4] 2> 717606 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,000,000
[junit4] 2> 717606 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,200,000
[junit4] 2> 717607 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,400,000
[junit4] 2> 717624 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,600,000
[junit4] 2> 717625 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 58,800,000
[junit4] 2> 717625 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,000,000
[junit4] 2> 717626 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,200,000
[junit4] 2> 717626 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,400,000
[junit4] 2> 717627 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,600,000
[junit4] 2> 717627 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 59,800,000
[junit4] 2> 717627 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,000,000
[junit4] 2> 717628 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,200,000
[junit4] 2> 717645 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,400,000
[junit4] 2> 717661 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,600,000
[junit4] 2> 717662 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 60,800,000
[junit4] 2> 717662 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,000,000
[junit4] 2> 717662 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,200,000
[junit4] 2> 717663 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,400,000
[junit4] 2> 717663 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,600,000
[junit4] 2> 717664 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 61,800,000
[junit4] 2> 717664 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,000,000
[junit4] 2> 717664 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,200,000
[junit4] 2> 717718 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,400,000
[junit4] 2> 717718 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,600,000
[junit4] 2> 717719 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 62,800,000
[junit4] 2> 717719 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,000,000
[junit4] 2> 717720 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,200,000
[junit4] 2> 717720 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,400,000
[junit4] 2> 717720 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,600,000
[junit4] 2> 717721 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 63,800,000
[junit4] 2> 717721 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,000,000
[junit4] 2> 717754 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,200,000
[junit4] 2> 717770 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,400,000
[junit4] 2> 717790 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,600,000
[junit4] 2> 717807 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 64,800,000
[junit4] 2> 717827 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,000,000
[junit4] 2> 717843 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,200,000
[junit4] 2> 717863 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,400,000
[junit4] 2> 717880 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,600,000
[junit4] 2> 717900 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 65,800,000
[junit4] 2> 717916 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,000,000
[junit4] 2> 717936 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,200,000
[junit4] 2> 717952 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,400,000
[junit4] 2> 718009 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,600,000
[junit4] 2> 718025 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 66,800,000
[junit4] 2> 718046 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,000,000
[junit4] 2> 718078 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,200,000
[junit4] 2> 718115 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,400,000
[junit4] 2> 718131 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,600,000
[junit4] 2> 718151 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 67,800,000
[junit4] 2> 718188 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,000,000
[junit4] 2> 718188 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,200,000
[junit4] 2> 718189 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,400,000
[junit4] 2> 718208 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,600,000
[junit4] 2> 718208 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 68,800,000
[junit4] 2> 718209 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,000,000
[junit4] 2> 718209 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,200,000
[junit4] 2> 718210 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,400,000
[junit4] 2> 718210 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,600,000
[junit4] 2> 718211 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 69,800,000
[junit4] 2> 718211 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,000,000
[junit4] 2> 718212 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,200,000
[junit4] 2> 718281 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,400,000
[junit4] 2> 718282 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,600,000
[junit4] 2> 718282 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 70,800,000
[junit4] 2> 718283 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,000,000
[junit4] 2> 718283 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,200,000
[junit4] 2> 718284 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,400,000
[junit4] 2> 718284 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,600,000
[junit4] 2> 718285 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 71,800,000
[junit4] 2> 718392 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,000,000
[junit4] 2> 718393 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,200,000
[junit4] 2> 718393 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,400,000
[junit4] 2> 718394 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,600,000
[junit4] 2> 718443 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 72,800,000
[junit4] 2> 718463 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,000,000
[junit4] 2> 718479 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,200,000
[junit4] 2> 718500 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,400,000
[junit4] 2> 718516 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,600,000
[junit4] 2> 718536 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 73,800,000
[junit4] 2> 718552 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,000,000
[junit4] 2> 718553 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,200,000
[junit4] 2> 718589 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,400,000
[junit4] 2> 718590 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,600,000
[junit4] 2> 718590 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 74,800,000
[junit4] 2> 718591 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 75,000,000
[junit4] 2> 718591 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 75,200,000
[junit4] 2> 718592 INFO
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[3593B3059CB04CB1]) [ ]
o.a.s.c.a.s.TestSimExtremeIndexing ####
[...truncated too long message...]
vm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@6d9f82f5
[junit4] 2> 134825 INFO
(TEST-TestLBHttp2SolrClient.testSimple-seed#[6F161188B37E942E]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 134825 INFO
(TEST-TestLBHttp2SolrClient.testSimple-seed#[6F161188B37E942E]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f77f0c7: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@60edcd95
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@669a3fb6[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@6bf380b5[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 2> 134953 INFO
(TEST-TestLBHttp2SolrClient.testSimple-seed#[6F161188B37E942E]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@2e294756{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:0}
[junit4] 2> 134953 INFO
(TEST-TestLBHttp2SolrClient.testSimple-seed#[6F161188B37E942E]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6f4abb4b{/solr,null,UNAVAILABLE}
[junit4] 2> 134953 INFO
(TEST-TestLBHttp2SolrClient.testSimple-seed#[6F161188B37E942E]) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@912c6b7[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 20]
[junit4] 2> 135107 INFO
(TEST-TestLBHttp2SolrClient.testSimple-seed#[6F161188B37E942E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimple
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttp2SolrClient_6F161188B37E942E-001
[junit4] 2> NOTE: test params are:
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
chunkSize=7, maxDocsPerChunk=561, blockSize=10),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST,
chunkSize=7, blockSize=10)),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@495700f4),
locale=ko, timezone=Atlantic/Azores
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=195575544,total=277872640
[junit4] 2> NOTE: All tests run in this JVM: [TestLBHttp2SolrClient]
[junit4] Completed [2/184 (1!)] on J0 in 126.16s, 3 tests, 1 error <<<
FAILURES!
[...truncated 45263 lines...]
-ecj-javadoc-lint-src:
[mkdir] Created dir: /tmp/ecj1541170798
[ecj-lint] Compiling 1241 source files to /tmp/ecj1541170798
[ecj-lint] Processing annotations
[ecj-lint] Annotations processed
[ecj-lint] Processing annotations
[ecj-lint] No elements to process
[ecj-lint] invalid Class-Path header in manifest of jar file:
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
[ecj-lint] invalid Class-Path header in manifest of jar file:
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
[ecj-lint] ----------
[ecj-lint] 1. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java
(at line 219)
[ecj-lint] return (NamedList<Object>) new
JavaBinCodec(resolver).unmarshal(in);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 2. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/api/collections/RestoreCmd.java
(at line 257)
[ecj-lint] throw new SolrException(ErrorCode.BAD_REQUEST, "Unexpected
number of replicas, replicationFactor, " +
[ecj-lint] Replica.Type.NRT + " or " + Replica.Type.TLOG + "
must be greater than 0");
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'repository' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 3. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java
(at line 137)
[ecj-lint] new JavaBinCodec() {
[ecj-lint] SolrParams params;
[ecj-lint] AddUpdateCommand addCmd = null;
[ecj-lint]
[ecj-lint] @Override
[ecj-lint] public List<Object> readIterator(DataInputInputStream fis)
throws IOException {
[ecj-lint] while (true) {
[ecj-lint] Object o = readVal(fis);
[ecj-lint] if (o == END_OBJ) break;
[ecj-lint] if (o instanceof NamedList) {
[ecj-lint] params = ((NamedList) o).toSolrParams();
[ecj-lint] } else {
[ecj-lint] try {
[ecj-lint] if (o instanceof byte[]) {
[ecj-lint] if (params != null) req.setParams(params);
[ecj-lint] byte[] buf = (byte[]) o;
[ecj-lint] contentStreamLoader.load(req, rsp, new
ContentStreamBase.ByteArrayStream(buf, null), processor);
[ecj-lint] } else {
[ecj-lint] throw new RuntimeException("unsupported type ");
[ecj-lint] }
[ecj-lint] } catch (Exception e) {
[ecj-lint] throw new RuntimeException(e);
[ecj-lint] } finally {
[ecj-lint] params = null;
[ecj-lint] req.setParams(old);
[ecj-lint] }
[ecj-lint] }
[ecj-lint] }
[ecj-lint] return Collections.emptyList();
[ecj-lint] }
[ecj-lint]
[ecj-lint] }.unmarshal(in);
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 4. ERROR in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/DocumentBuilder.java
(at line 32)
[ecj-lint] import org.apache.solr.common.util.ByteArrayUtf8CharSequence;
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] The import org.apache.solr.common.util.ByteArrayUtf8CharSequence is
never used
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 5. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/UpdateLog.java
(at line 1867)
[ecj-lint] if (exceptionOnExecuteUpdate.get() != null) throw
exceptionOnExecuteUpdate.get();
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'proc' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 6. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java
(at line 50)
[ecj-lint] in = new FileInputStream(src).getChannel();
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 7. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java
(at line 51)
[ecj-lint] out = new FileOutputStream(destination).getChannel();
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 7 problems (1 error, 6 warnings)
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:633:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:680:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2093:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2132:
Compile failed; see the compiler error output for details.
Total time: 206 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]