Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6140/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.handler.component.StatsComponentTest.testPercentiles

Error Message:
Unable to parse stats.field local params: percentiles=&v=stat_f due to: empty 
String

Stack Trace:
org.apache.solr.common.SolrException: Unable to parse stats.field local params: 
percentiles=&v=stat_f due to: empty String
        at 
__randomizedtesting.SeedInfo.seed([59BC6C0D6E4011A8:6D7BCC392824989C]:0)
        at 
org.apache.solr.handler.component.StatsField$Stat$1.parseParams(StatsField.java:110)
        at 
org.apache.solr.handler.component.StatsField.populateStatsSets(StatsField.java:533)
        at 
org.apache.solr.handler.component.StatsField.<init>(StatsField.java:288)
        at 
org.apache.solr.handler.component.StatsInfo.<init>(StatsComponent.java:188)
        at 
org.apache.solr.handler.component.StatsComponent.prepare(StatsComponent.java:47)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:268)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2106)
        at 
org.apache.solr.util.TestHarness.queryAndResponse(TestHarness.java:329)
        at 
org.apache.solr.handler.component.StatsComponentTest.testPercentiles(StatsComponentTest.java:1925)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NumberFormatException: empty String
        at 
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1842)
        at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
        at java.lang.Double.parseDouble(Double.java:538)
        at 
org.apache.solr.handler.component.StatsField$Stat$1.parseParams(StatsField.java:99)
        ... 48 more




Build Log:
[...truncated 11509 lines...]
   [junit4] Suite: org.apache.solr.handler.component.StatsComponentTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.StatsComponentTest_59BC6C0D6E4011A8-001\init-core-data-001
   [junit4]   2> 2358880 INFO  
(SUITE-StatsComponentTest-seed#[59BC6C0D6E4011A8]-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> 2358881 INFO  
(SUITE-StatsComponentTest-seed#[59BC6C0D6E4011A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2358882 INFO  
(SUITE-StatsComponentTest-seed#[59BC6C0D6E4011A8]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2358947 INFO  
(SUITE-StatsComponentTest-seed#[59BC6C0D6E4011A8]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2358967 INFO  
(SUITE-StatsComponentTest-seed#[59BC6C0D6E4011A8]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2358972 INFO  
(SUITE-StatsComponentTest-seed#[59BC6C0D6E4011A8]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 2359019 INFO  
(SUITE-StatsComponentTest-seed#[59BC6C0D6E4011A8]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2359021 INFO  
(SUITE-StatsComponentTest-seed#[59BC6C0D6E4011A8]-worker) [    ] 
o.a.s.s.IndexSchema [null] unique key field: id
   [junit4]   2> 2359035 INFO  (coreLoadExecutor-8683-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2359075 INFO  (coreLoadExecutor-8683-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2359095 INFO  (coreLoadExecutor-8683-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2359102 INFO  (coreLoadExecutor-8683-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 2359133 INFO  (coreLoadExecutor-8683-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2359134 INFO  (coreLoadExecutor-8683-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] unique key field: id
   [junit4]   2> 2359148 INFO  (coreLoadExecutor-8683-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 2359148 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.StatsComponentTest_59BC6C0D6E4011A8-001\init-core-data-001\]
   [junit4]   2> 2359148 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1edaf46
   [junit4]   2> 2359150 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.StatsComponentTest_59BC6C0D6E4011A8-001\init-core-data-001\index/
   [junit4]   2> 2359150 WARN  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.StatsComponentTest_59BC6C0D6E4011A8-001\init-core-data-001\index'
 doesn't exist. Creating new index...
   [junit4]   2> 2359151 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.38771388749686275]
   [junit4]   2> 2359152 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.c.PluginBag [collection1] Initialized 1 plugins of type 
queryResponseWriter: [xml]
   [junit4]   2> 2359153 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.c.PluginBag [collection1] Initialized 1 plugins of type 
queryParser: [foo]
   [junit4]   2> 2359155 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.c.PluginBag [collection1] Initialized 4 plugins of type 
searchComponent: [spellcheck, termsComp, tvComponent, highlight]
   [junit4]   2> 2359155 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2359155 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2359155 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2359155 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2359155 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2359157 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2359157 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2359157 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2359157 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2359157 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2359157 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2359176 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.c.PluginBag [collection1] Initialized 39 plugins of type 
requestHandler: [/update, /update/json, /update/csv, /update/json/docs, 
/config, /schema, /replication, /get, /admin/ping, /admin/segments, 
/admin/luke, /admin/system, /admin/mbeans, /admin/plugins, /admin/threads, 
/admin/properties, /admin/logging, /admin/file, /export, /graph, /stream, /sql, 
/terms, standard, dismax, mock, defaults, lazy, spellCheckCompRH, 
spellCheckCompRH_Direct, spellCheckWithWordbreak, 
spellCheckWithWordbreak_Direct, spellCheckCompRH1, mltrh, tvrh, /mlt, 
/debug/dump, /search-facet-def, /search-facet-invariants]
   [junit4]   2> 2359176 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 2359177 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2359177 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2359178 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2359178 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2359178 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=64.58203125, 
floorSegmentMB=0.6982421875, forceMergeDeletesPctAllowed=13.993942874490028, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.41928915795720934
   [junit4]   2> 2359179 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3579fd[collection1] 
main]
   [junit4]   2> 2359179 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2359179 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 2359179 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2359179 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2359187 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2359222 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2359222 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2359223 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2359223 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2359223 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 2359223 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2359224 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 2359224 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 2359224 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1546554945393655808
   [junit4]   2> 2359224 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2359225 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2359225 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2359225 INFO  (coreLoadExecutor-8683-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1546554945393655808
   [junit4]   2> 2359225 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2359226 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2359227 INFO  
(SUITE-StatsComponentTest-seed#[59BC6C0D6E4011A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2359227 INFO  
(searcherExecutor-8684-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3579fd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2359232 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testStatsExcludeFilterQuery
   [junit4]   2> 2359237 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546554945403092992)} 0 4
   [junit4]   2> 2359240 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359240 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2359241 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359241 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 0
   [junit4]   2> 2359244 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1546554945411481600)]} 0 2
   [junit4]   2> 2359245 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1546554945415675904)]} 0 0
   [junit4]   2> 2359247 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1546554945415675905)]} 0 0
   [junit4]   2> 2359247 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1546554945417773056)]} 0 0
   [junit4]   2> 2359247 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359247 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1559926
   [junit4]   2> 2359253 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b7a04c[collection1] main]
   [junit4]   2> 2359254 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359255 INFO  (searcherExecutor-8684-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b7a04c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c4)))}
   [junit4]   2> 2359255 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 8
   [junit4]   2> 2359258 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&fq={!tag%3Did}id:[2+TO+3]&stats.field={!ex%3Did}id} 
hits=2 status=0 QTime=1
   [junit4]   2> 2359259 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&fq={!tag%3Did}id:[2+TO+3]&stats.field={!key%3Did2}id} 
hits=2 status=0 QTime=0
   [junit4]   2> 2359260 INFO  
(TEST-StatsComponentTest.testStatsExcludeFilterQuery-seed#[59BC6C0D6E4011A8]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testStatsExcludeFilterQuery
   [junit4]   2> 2359263 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testEnumFieldTypeStatus
   [junit4]   2> 2359267 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f45627[collection1] realtime]
   [junit4]   2> 2359267 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546554945434550272)} 0 4
   [junit4]   2> 2359268 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359268 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1559926
   [junit4]   2> 2359268 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@557ed0[collection1] main]
   [junit4]   2> 2359269 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359272 INFO  (searcherExecutor-8684-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@557ed0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2359272 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2359275 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546554945445036032)} 0 2
   [junit4]   2> 2359276 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0 (1546554945447133184)]} 0 0
   [junit4]   2> 2359276 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1546554945448181760)]} 0 0
   [junit4]   2> 2359277 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1546554945449230336)]} 0 0
   [junit4]   2> 2359285 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1546554945457618944)]} 0 0
   [junit4]   2> 2359287 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1546554945459716096)]} 0 0
   [junit4]   2> 2359288 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5 (1546554945459716097)]} 0 0
   [junit4]   2> 2359288 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6 (1546554945460764672)]} 0 0
   [junit4]   2> 2359289 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7 (1546554945461813248)]} 0 0
   [junit4]   2> 2359290 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8 (1546554945462861824)]} 0 0
   [junit4]   2> 2359290 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9 (1546554945462861825)]} 0 0
   [junit4]   2> 2359292 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[10 (1546554945464958976)]} 0 0
   [junit4]   2> 2359293 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[11 (1546554945466007552)]} 0 0
   [junit4]   2> 2359294 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[12 (1546554945466007553)]} 0 0
   [junit4]   2> 2359294 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[13 (1546554945467056128)]} 0 0
   [junit4]   2> 2359295 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[14 (1546554945467056129)]} 0 0
   [junit4]   2> 2359295 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[20 (1546554945468104704)]} 0 0
   [junit4]   2> 2359297 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[21 (1546554945470201856)]} 0 0
   [junit4]   2> 2359297 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[22 (1546554945470201857)]} 0 0
   [junit4]   2> 2359298 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[23 (1546554945471250432)]} 0 0
   [junit4]   2> 2359299 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[24 (1546554945472299008)]} 0 0
   [junit4]   2> 2359299 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[25 (1546554945472299009)]} 0 0
   [junit4]   2> 2359300 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[26 (1546554945473347584)]} 0 0
   [junit4]   2> 2359301 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[27 (1546554945473347585)]} 0 0
   [junit4]   2> 2359301 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[28 (1546554945474396160)]} 0 0
   [junit4]   2> 2359302 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[29 (1546554945475444736)]} 0 0
   [junit4]   2> 2359303 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[30 (1546554945476493312)]} 0 0
   [junit4]   2> 2359303 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359303 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1559926
   [junit4]   2> 2359308 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@c5dc9e[collection1] main]
   [junit4]   2> 2359308 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359310 INFO  (searcherExecutor-8684-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c5dc9e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c26)))}
   [junit4]   2> 2359311 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 8
   [junit4]   2> 2359313 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&wt=xml&stats.field=severity} hits=26 status=0 QTime=0
   [junit4]   2> 2359315 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&wt=xml&stats.field={!cardinality%3Dtrue}severity} 
hits=26 status=0 QTime=0
   [junit4]   2> 2359317 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats.calcdistinct=true&stats=true&wt=xml&stats.field=severity} 
hits=26 status=0 QTime=0
   [junit4]   2> 2359319 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&stats.facet=severity&wt=xml&stats.field=severity} 
hits=26 status=0 QTime=0
   [junit4]   2> 2359323 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[59BC6C0D6E4011A8]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testEnumFieldTypeStatus
   [junit4]   2> 2359327 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testFieldStatisticsResultsDateField
   [junit4]   2> 2359331 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@dae537[collection1] 
realtime]
   [junit4]   2> 2359331 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=*:* (-1546554945501659136)} 0 4
   [junit4]   2> 2359332 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359332 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1559926
   [junit4]   2> 2359332 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bfc415[collection1] main]
   [junit4]   2> 2359333 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359335 INFO  (searcherExecutor-8684-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1bfc415[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2359335 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 2359339 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1546554945512144896)]} 0 2
   [junit4]   2> 2359339 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2 (1546554945514242048)]} 0 0
   [junit4]   2> 2359340 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3 (1546554945515290624)]} 0 0
   [junit4]   2> 2359340 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359341 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1559926
   [junit4]   2> 2359344 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13b9ace[collection1] main]
   [junit4]   2> 2359344 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359347 INFO  (searcherExecutor-8684-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@13b9ace[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):c3)))}
   [junit4]   2> 2359347 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 6
   [junit4]   2> 2359348 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&indent=true&f.active_dt.stats.calcdistinct=true&stats.field=active_dt}
 hits=3 status=0 QTime=0
   [junit4]   2> 2359350 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&wt=xml&stats.field={!cardinality%3Dtrue}active_dt} 
hits=3 status=0 QTime=0
   [junit4]   2> 2359350 INFO  
(TEST-StatsComponentTest.testFieldStatisticsResultsDateField-seed#[59BC6C0D6E4011A8])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testFieldStatisticsResultsDateField
   [junit4]   2> 2359354 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMiscQueryStats
   [junit4]   2> 2359356 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1531128[collection1] realtime]
   [junit4]   2> 2359356 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546554945529970688)} 0 2
   [junit4]   2> 2359357 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359357 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1559926
   [junit4]   2> 2359357 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f3f3ad[collection1] main]
   [junit4]   2> 2359358 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359360 INFO  (searcherExecutor-8684-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f3f3ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2359361 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2359364 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1546554945537310720)]} 0 3
   [junit4]   2> 2359366 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1546554945542553600)]} 0 1
   [junit4]   2> 2359367 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1546554945543602176)]} 0 0
   [junit4]   2> 2359368 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1546554945544650752)]} 0 0
   [junit4]   2> 2359368 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359368 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1559926
   [junit4]   2> 2359372 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6c5009[collection1] main]
   [junit4]   2> 2359372 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359375 INFO  (searcherExecutor-8684-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6c5009[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c4)))}
   [junit4]   2> 2359375 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 7
   [junit4]   2> 2359377 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_t:cow&stats=true&wt=xml&stats.field={!func+key%3Dk}product(a_f,b_f)}
 hits=3 status=0 QTime=1
   [junit4]   2> 2359379 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&wt=xml&stats.field={!lucene+key%3Dk}foo_t:cow^%3D4.2} 
hits=4 status=0 QTime=0
   [junit4]   2> 2359382 INFO  
(TEST-StatsComponentTest.testMiscQueryStats-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMiscQueryStats
   [junit4]   2> 2359384 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testHllOptionsErrors
   [junit4]   2> 2359387 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@c0fdc6[collection1] realtime]
   [junit4]   2> 2359387 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546554945562476544)} 0 2
   [junit4]   2> 2359388 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359388 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1559926
   [junit4]   2> 2359388 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c25e25[collection1] main]
   [junit4]   2> 2359388 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359391 INFO  (searcherExecutor-8684-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c25e25[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2359391 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2359393 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching hllPreHashed
   [junit4]   2> 2359393 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!cardinality%3Dtrue+hllPreHashed%3Dtrue}foo_s&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359395 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching hllPreHashed
   [junit4]   2> 2359395 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!cardinality%3Dtrue+hllPreHashed%3Dtrue}foo_i&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359395 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching hllPreHashed
   [junit4]   2> 2359395 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!func+cardinality%3Dtrue+hllPreHashed%3Dtrue}sum(foo_i,foo_l)&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359395 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching accuracy
   [junit4]   2> 2359395 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!cardinality%3D-1}foo_s&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359397 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching accuracy
   [junit4]   2> 2359397 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!cardinality%3D1.1}foo_s&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359398 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching accuracy
   [junit4]   2> 2359398 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!cardinality%3D100}foo_s&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359399 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching hllLog2m must be
   [junit4]   2> 2359399 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!cardinality%3Dtrue+hllLog2m%3D3}foo_s&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359399 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching hllLog2m must be
   [junit4]   2> 2359399 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!cardinality%3Dtrue+hllLog2m%3D41}foo_s&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359400 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching hllRegwidth must be
   [junit4]   2> 2359400 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!cardinality%3Dtrue+hllRegwidth%3D0}foo_s&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359400 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching hllRegwidth must be
   [junit4]   2> 2359400 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!cardinality%3Dtrue+hllRegwidth%3D9}foo_s&q=*:*&stats=true&indent=true&rows=0}
 status=400 QTime=0
   [junit4]   2> 2359400 INFO  
(TEST-StatsComponentTest.testHllOptionsErrors-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testHllOptionsErrors
   [junit4]   2> 2359404 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCardinality
   [junit4]   2> 2359407 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546554945582399488)} 0 2
   [junit4]   2> 2359407 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359407 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2359408 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2359408 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 0
   [junit4]   2> 2359409 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!key%3Da+cardinality%3Dtrue}a_l&stats.field={!key%3Dpa+cardinality%3Dtrue}prehashed_a_l&stats.field={!key%3Db+cardinality%3Dtrue}b_l&stats.field={!key%3Dc+cardinality%3Dtrue}c_l&q=*:*&stats=true&indent=true&rows=0}
 hits=0 status=0 QTime=0
   [junit4]   2> 2359412 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1546554945589739520)]} 0 2
   [junit4]   2> 2359413 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1546554945591836672)]} 0 0
   [junit4]   2> 2359414 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1546554945592885248)]} 0 0
   [junit4]   2> 2359415 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1546554945593933824)]} 0 0
   [junit4]   2> 2359416 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5 (1546554945594982400)]} 0 0
   [junit4]   2> 2359417 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6 (1546554945596030976)]} 0 0
   [junit4]   2> 2359418 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7 (1546554945597079552)]} 0 0
   [junit4]   2> 2359419 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8 (1546554945598128128)]} 0 0
   [junit4]   2> 2359420 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9 (1546554945599176704)]} 0 0
   [junit4]   2> 2359421 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[10 (1546554945599176705)]} 0 0
   [junit4]   2> 2359421 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[11 (1546554945600225280)]} 0 0
   [junit4]   2> 2359422 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[12 (1546554945601273856)]} 0 0
   [junit4]   2> 2359424 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[13 (1546554945603371008)]} 0 0
   [junit4]   2> 2359425 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[14 (1546554945604419584)]} 0 0
   [junit4]   2> 2359425 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[15 (1546554945604419585)]} 0 0
   [junit4]   2> 2359426 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[16 (1546554945605468160)]} 0 0
   [junit4]   2> 2359427 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[17 (1546554945606516736)]} 0 0
   [junit4]   2> 2359428 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[18 (1546554945607565312)]} 0 0
   [junit4]   2> 2359429 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[19 (1546554945608613888)]} 0 0
   [junit4]   2> 2359430 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[20 (1546554945608613889)]} 0 0
   [junit4]   2> 2359430 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[21 (1546554945609662464)]} 0 0
   [junit4]   2> 2359431 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[22 (1546554945610711040)]} 0 0
   [junit4]   2> 2359432 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[23 (1546554945610711041)]} 0 0
   [junit4]   2> 2359432 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[24 (1546554945611759616)]} 0 0
   [junit4]   2> 2359433 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[25 (1546554945612808192)]} 0 0
   [junit4]   2> 2359434 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[26 (1546554945613856768)]} 0 0
   [junit4]   2> 2359435 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[27 (1546554945613856769)]} 0 0
   [junit4]   2> 2359435 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[28 (1546554945614905344)]} 0 0
   [junit4]   2> 2359436 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[29 (1546554945615953920)]} 0 0
   [junit4]   2> 2359437 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[30 (1546554945617002496)]} 0 0
   [junit4]   2> 2359438 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[31 (1546554945618051072)]} 0 0
   [junit4]   2> 2359438 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[32 (1546554945618051073)]} 0 0
   [junit4]   2> 2359438 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[33 (1546554945618051074)]} 0 0
   [junit4]   2> 2359439 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[34 (1546554945619099648)]} 0 0
   [junit4]   2> 2359440 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[35 (1546554945620148224)]} 0 0
   [junit4]   2> 2359440 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[36 (1546554945620148225)]} 0 0
   [junit4]   2> 2359442 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[37 (1546554945622245376)]} 0 0
   [junit4]   2> 2359443 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[38 (1546554945623293952)]} 0 0
   [junit4]   2> 2359444 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[39 (1546554945623293953)]} 0 0
   [junit4]   2> 2359444 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[40 (1546554945624342528)]} 0 0
   [junit4]   2> 2359445 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[41 (1546554945625391104)]} 0 0
   [junit4]   2> 2359446 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[42 (1546554945626439680)]} 0 0
   [junit4]   2> 2359446 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[43 (1546554945626439681)]} 0 0
   [junit4]   2> 2359447 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[44 (1546554945627488256)]} 0 0
   [junit4]   2> 2359448 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[45 (1546554945628536832)]} 0 0
   [junit4]   2> 2359448 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[46 (1546554945628536833)]} 0 0
   [junit4]   2> 2359449 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[47 (1546554945629585408)]} 0 0
   [junit4]   2> 2359450 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[48 (1546554945630633984)]} 0 0
   [junit4]   2> 2359451 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[49 (1546554945631682560)]} 0 0
   [junit4]   2> 2359452 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[50 (1546554945631682561)]} 0 0
   [junit4]   2> 2359452 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[51 (1546554945632731136)]} 0 0
   [junit4]   2> 2359452 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[52 (1546554945632731137)]} 0 0
   [junit4]   2> 2359453 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[53 (1546554945633779712)]} 0 0
   [junit4]   2> 2359454 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[54 (1546554945634828288)]} 0 0
   [junit4]   2> 2359455 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[55 (1546554945634828289)]} 0 0
   [junit4]   2> 2359455 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[56 (1546554945635876864)]} 0 0
   [junit4]   2> 2359456 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[57 (1546554945636925440)]} 0 0
   [junit4]   2> 2359457 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[58 (1546554945636925441)]} 0 0
   [junit4]   2> 2359457 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[59 (1546554945637974016)]} 0 0
   [junit4]   2> 2359458 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[60 (1546554945639022592)]} 0 0
   [junit4]   2> 2359459 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[61 (1546554945639022593)]} 0 0
   [junit4]   2> 2359459 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[62 (1546554945640071168)]} 0 0
   [junit4]   2> 2359460 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[63 (1546554945641119744)]} 0 0
   [junit4]   2> 2359461 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[64 (1546554945641119745)]} 0 0
   [junit4]   2> 2359461 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[65 (1546554945642168320)]} 0 0
   [junit4]   2> 2359462 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[66 (1546554945643216896)]} 0 0
   [junit4]   2> 2359463 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[67 (1546554945643216897)]} 0 0
   [junit4]   2> 2359464 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[68 (1546554945645314048)]} 0 0
   [junit4]   2> 2359464 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[69 (1546554945645314049)]} 0 0
   [junit4]   2> 2359465 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[70 (1546554945646362624)]} 0 0
   [junit4]   2> 2359466 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[71 (1546554945647411200)]} 0 0
   [junit4]   2> 2359467 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[72 (1546554945647411201)]} 0 0
   [junit4]   2> 2359467 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[73 (1546554945648459776)]} 0 0
   [junit4]   2> 2359468 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[74 (1546554945649508352)]} 0 0
   [junit4]   2> 2359468 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[75 (1546554945649508353)]} 0 0
   [junit4]   2> 2359469 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[76 (1546554945650556928)]} 0 0
   [junit4]   2> 2359470 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[77 (1546554945650556929)]} 0 0
   [junit4]   2> 2359470 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[78 (1546554945651605504)]} 0 0
   [junit4]   2> 2359471 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[79 (1546554945652654080)]} 0 0
   [junit4]   2> 2359471 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[80 (1546554945652654081)]} 0 0
   [junit4]   2> 2359472 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[81 (1546554945653702656)]} 0 0
   [junit4]   2> 2359473 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[82 (1546554945654751232)]} 0 0
   [junit4]   2> 2359473 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[83 (1546554945654751233)]} 0 0
   [junit4]   2> 2359475 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[84 (1546554945655799808)]} 0 0
   [junit4]   2> 2359475 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[85 (1546554945656848384)]} 0 0
   [junit4]   2> 2359476 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[86 (1546554945657896960)]} 0 0
   [junit4]   2> 2359476 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[87 (1546554945657896961)]} 0 0
   [junit4]   2> 2359477 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[88 (1546554945658945536)]} 0 0
   [junit4]   2> 2359478 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[89 (1546554945658945537)]} 0 0
   [junit4]   2> 2359478 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[90 (1546554945659994112)]} 0 0
   [junit4]   2> 2359479 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[91 (1546554945661042688)]} 0 0
   [junit4]   2> 2359480 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[92 (1546554945661042689)]} 0 0
   [junit4]   2> 2359480 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[93 (1546554945662091264)]} 0 0
   [junit4]   2> 2359481 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[94 (1546554945663139840)]} 0 0
   [junit4]   2> 2359482 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[95 (1546554945663139841)]} 0 0
   [junit4]   2> 2359482 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[96 (1546554945664188416)]} 0 0
   [junit4]   2> 2359483 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[97 (1546554945664188417)]} 0 0
   [junit4]   2> 2359483 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[98 (1546554945665236992)]} 0 0
   [junit4]   2> 2359484 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[99 (1546554945666285568)]} 0 0
   [junit4]   2> 2359485 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[100 (1546554945666285569)]} 0 0
   [junit4]   2> 2359485 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[101 (1546554945667334144)]} 0 0
   [junit4]   2> 2359486 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[102 (1546554945668382720)]} 0 0
   [junit4]   2> 2359487 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[103 (1546554945668382721)]} 0 0
   [junit4]   2> 2359487 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[104 (1546554945669431296)]} 0 0
   [junit4]   2> 2359488 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[105 (1546554945670479872)]} 0 0
   [junit4]   2> 2359488 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[106 (1546554945670479873)]} 0 0
   [junit4]   2> 2359490 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[107 (1546554945672577024)]} 0 0
   [junit4]   2> 2359490 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[108 (1546554945672577025)]} 0 0
   [junit4]   2> 2359491 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[109 (1546554945673625600)]} 0 0
   [junit4]   2> 2359491 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[110 (1546554945673625601)]} 0 0
   [junit4]   2> 2359492 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[111 (1546554945674674176)]} 0 0
   [junit4]   2> 2359493 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[112 (1546554945675722752)]} 0 0
   [junit4]   2> 2359493 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[113 (1546554945675722753)]} 0 0
   [junit4]   2> 2359494 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[114 (1546554945676771328)]} 0 0
   [junit4]   2> 2359495 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[115 (1546554945677819904)]} 0 0
   [junit4]   2> 2359495 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[116 (1546554945677819905)]} 0 0
   [junit4]   2> 2359496 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[117 (1546554945678868480)]} 0 0
   [junit4]   2> 2359497 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[118 (1546554945678868481)]} 0 0
   [junit4]   2> 2359497 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[119 (1546554945679917056)]} 0 0
   [junit4]   2> 2359498 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[120 (1546554945680965632)]} 0 0
   [junit4]   2> 2359498 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[121 (1546554945680965633)]} 0 0
   [junit4]   2> 2359499 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[122 (1546554945682014208)]} 0 0
   [junit4]   2> 2359500 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[123 (1546554945683062784)]} 0 0
   [junit4]   2> 2359500 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[124 (1546554945683062785)]} 0 0
   [junit4]   2> 2359501 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[125 (1546554945684111360)]} 0 0
   [junit4]   2> 2359501 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[126 (1546554945684111361)]} 0 0
   [junit4]   2> 2359502 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[127 (1546554945685159936)]} 0 0
   [junit4]   2> 2359503 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[128 (1546554945685159937)]} 0 1
   [junit4]   2> 2359504 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[129 (1546554945687257088)]} 0 0
   [junit4]   2> 2359505 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[130 (1546554945687257089)]} 0 0
   [junit4]   2> 2359505 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[131 (1546554945688305664)]} 0 0
   [junit4]   2> 2359506 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[132 (1546554945689354240)]} 0 0
   [junit4]   2> 2359506 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[133 (1546554945689354241)]} 0 0
   [junit4]   2> 2359508 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[134 (1546554945691451392)]} 0 0
   [junit4]   2> 2359509 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[135 (1546554945691451393)]} 0 0
   [junit4]   2> 2359509 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[136 (1546554945692499968)]} 0 0
   [junit4]   2> 2359510 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[137 (1546554945693548544)]} 0 0
   [junit4]   2> 2359510 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[138 (1546554945693548545)]} 0 0
   [junit4]   2> 2359510 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[139 (1546554945693548546)]} 0 0
   [junit4]   2> 2359512 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[140 (1546554945695645696)]} 0 0
   [junit4]   2> 2359512 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[141 (1546554945695645697)]} 0 0
   [junit4]   2> 2359512 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[142 (1546554945695645698)]} 0 0
   [junit4]   2> 2359513 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[143 (1546554945696694272)]} 0 0
   [junit4]   2> 2359514 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[144 (1546554945696694273)]} 0 0
   [junit4]   2> 2359514 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[145 (1546554945697742848)]} 0 0
   [junit4]   2> 2359515 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[146 (1546554945698791424)]} 0 0
   [junit4]   2> 2359516 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[147 (1546554945699840000)]} 0 0
   [junit4]   2> 2359517 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[148 (1546554945699840001)]} 0 0
   [junit4]   2> 2359517 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[149 (1546554945700888576)]} 0 0
   [junit4]   2> 2359518 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[150 (1546554945701937152)]} 0 0
   [junit4]   2> 2359518 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[151 (1546554945701937153)]} 0 0
   [junit4]   2> 2359519 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[152 (1546554945702985728)]} 0 0
   [junit4]   2> 2359520 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[153 (1546554945702985729)]} 0 0
   [junit4]   2> 2359520 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[154 (1546554945704034304)]} 0 0
   [junit4]   2> 2359521 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[155 (1546554945705082880)]} 0 0
   [junit4]   2> 2359521 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[156 (1546554945705082881)]} 0 0
   [junit4]   2> 2359522 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[157 (1546554945706131456)]} 0 0
   [junit4]   2> 2359523 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[158 (1546554945706131457)]} 0 0
   [junit4]   2> 2359523 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[159 (1546554945707180032)]} 0 0
   [junit4]   2> 2359524 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[160 (1546554945708228608)]} 0 0
   [junit4]   2> 2359525 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[161 (1546554945708228609)]} 0 0
   [junit4]   2> 2359525 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[162 (1546554945709277184)]} 0 0
   [junit4]   2> 2359526 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[163 (1546554945709277185)]} 0 0
   [junit4]   2> 2359526 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[164 (1546554945710325760)]} 0 0
   [junit4]   2> 2359527 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[165 (1546554945710325761)]} 0 0
   [junit4]   2> 2359527 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[166 (1546554945711374336)]} 0 0
   [junit4]   2> 2359528 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[167 (1546554945712422912)]} 0 0
   [junit4]   2> 2359529 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[59BC6C0D6E4011A8]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[168 (1546554945713471488)]} 0 0
   [junit4]   2> 2359529 INFO  (TEST-StatsComponentTest.testCardinality-seed#

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

n
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\AnalysisRequestHandlerBase.java
 (at line 144)
 [ecj-lint]     return namedList;
 [ecj-lint]     ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\ReplicationHandler.java
 (at line 1252)
 [ecj-lint]     DirectoryReader reader = s==null ? null : 
s.get().getIndexReader();
 [ecj-lint]                     ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\SQLHandler.java
 (at line 253)
 [ecj-lint]     ParallelStream parallelStream = new 
ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint]                    ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\SQLHandler.java
 (at line 392)
 [ecj-lint]     ParallelStream parallelStream = new 
ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint]                    ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\component\ExpandComponent.java
 (at line 223)
 [ecj-lint]     UninvertingReader uninvertingReader = new UninvertingReader(new 
ReaderWrapper(searcher.getLeafReader(), field), mapping);
 [ecj-lint]                       ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\component\ExpandComponent.java
 (at line 383)
 [ecj-lint]     UninvertingReader uninvertingReader = new UninvertingReader(new 
ReaderWrapper(searcher.getLeafReader(), field), mapping);
 [ecj-lint]                       ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\highlight\DefaultSolrHighlighter.java
 (at line 544)
 [ecj-lint]     tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\request\SimpleFacets.java
 (at line 857)
 [ecj-lint]     fastForRandomSet = new HashDocSet(sset.getDocs(), 0, 
sset.size());
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fastForRandomSet' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\schema\OpenExchangeRatesOrgProvider.java
 (at line 146)
 [ecj-lint]     ratesJsonStream = 
resourceLoader.openResource(ratesFileLocation);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\CollapsingQParserPlugin.java
 (at line 1277)
 [ecj-lint]     UninvertingReader uninvertingReader = new UninvertingReader(new 
ReaderWrapper(searcher.getLeafReader(), collapseField), mapping);
 [ecj-lint]                       ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java
 (at line 145)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java
 (at line 154)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java
 (at line 163)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\function\OrdFieldSource.java
 (at line 78)
 [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint]                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\function\ReverseOrdFieldSource.java
 (at line 78)
 [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint]                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\servlet\SolrDispatchFilter.java
 (at line 219)
 [ecj-lint]     throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred 
while loading solr.xml from zookeeper", e);
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\CdcrTransactionLog.java
 (at line 98)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java
 (at line 226)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java
 (at line 226)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java
 (at line 640)
 [ecj-lint]     BAOS bos =  new BAOS();
 [ecj-lint]          ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java
 (at line 640)
 [ecj-lint]     BAOS bos =  new BAOS();
 [ecj-lint]          ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SolrLogLayout.java
 (at line 149)
 [ecj-lint]     SolrQueryRequest req = requestInfo == null ? null : 
requestInfo.getReq();
 [ecj-lint]                      ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 31. ERROR in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SolrPluginUtils.java
 (at line 87)
 [ecj-lint]     import static java.util.Collections.singletonList;
 [ecj-lint]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections.singletonList is never used
 [ecj-lint] ----------
 [ecj-lint] 31 problems (1 error, 30 warnings)

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:763: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:101: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:671: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1992:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:2031:
 Compile failed; see the compiler error output for details.

Total time: 101 minutes 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to