Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/868/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -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([1D82EE3F298AC2F7:29454E0B6FEE4BC3]: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 11422 lines...]
   [junit4] Suite: org.apache.solr.handler.component.StatsComponentTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.StatsComponentTest_1D82EE3F298AC2F7-001/init-core-data-001
   [junit4]   2> 1684034 INFO  
(SUITE-StatsComponentTest-seed#[1D82EE3F298AC2F7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1684034 INFO  
(SUITE-StatsComponentTest-seed#[1D82EE3F298AC2F7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1684035 INFO  
(SUITE-StatsComponentTest-seed#[1D82EE3F298AC2F7]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1684060 INFO  
(SUITE-StatsComponentTest-seed#[1D82EE3F298AC2F7]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1684083 INFO  
(SUITE-StatsComponentTest-seed#[1D82EE3F298AC2F7]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1684086 INFO  
(SUITE-StatsComponentTest-seed#[1D82EE3F298AC2F7]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 1684106 INFO  
(SUITE-StatsComponentTest-seed#[1D82EE3F298AC2F7]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1684106 INFO  
(SUITE-StatsComponentTest-seed#[1D82EE3F298AC2F7]-worker) [    ] 
o.a.s.s.IndexSchema [null] unique key field: id
   [junit4]   2> 1684112 INFO  (coreLoadExecutor-7535-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1684136 INFO  (coreLoadExecutor-7535-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1684148 INFO  (coreLoadExecutor-7535-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1684151 INFO  (coreLoadExecutor-7535-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 1684176 INFO  (coreLoadExecutor-7535-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> 1684177 INFO  (coreLoadExecutor-7535-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] unique key field: id
   [junit4]   2> 1684181 INFO  (coreLoadExecutor-7535-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1684181 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.StatsComponentTest_1D82EE3F298AC2F7-001/init-core-data-001/]
   [junit4]   2> 1684181 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c86399
   [junit4]   2> 1684181 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.StatsComponentTest_1D82EE3F298AC2F7-001/init-core-data-001/index/
   [junit4]   2> 1684182 WARN  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.StatsComponentTest_1D82EE3F298AC2F7-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1684182 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=41.0869140625, 
floorSegmentMB=0.498046875, forceMergeDeletesPctAllowed=20.21510237113725, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1684182 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.c.PluginBag [collection1] Initialized 1 plugins of type 
queryResponseWriter: [xml]
   [junit4]   2> 1684184 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.c.PluginBag [collection1] Initialized 1 plugins of type 
queryParser: [foo]
   [junit4]   2> 1684185 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.c.PluginBag [collection1] Initialized 4 plugins of type 
searchComponent: [spellcheck, termsComp, tvComponent, highlight]
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1684186 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1684187 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1684194 INFO  (coreLoadExecutor-7535-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> 1684195 INFO  (coreLoadExecutor-7535-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> 1684195 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1684195 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1684195 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684196 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684196 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6907217604357452]
   [junit4]   2> 1684196 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@de8e1cd[collection1] 
main]
   [junit4]   2> 1684196 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1684196 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1684196 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1684196 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1684200 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1684214 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1684215 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1684215 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1684215 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1684215 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1684215 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1546539234272215040
   [junit4]   2> 1684215 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1684215 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1684215 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1684216 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1684216 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1684217 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1684217 INFO  (coreLoadExecutor-7535-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1546539234272215040
   [junit4]   2> 1684217 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1684218 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1684218 INFO  
(SUITE-StatsComponentTest-seed#[1D82EE3F298AC2F7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1684219 INFO  
(searcherExecutor-7536-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@de8e1cd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684223 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCalcDistinctStats
   [junit4]   2> 1684225 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546539234280603648)} 0 2
   [junit4]   2> 1684227 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1684227 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1684228 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1684228 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 1
   [junit4]   2> 1684230 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0 (1546539234286895104)]} 0 1
   [junit4]   2> 1684230 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1546539234287943680)]} 0 0
   [junit4]   2> 1684231 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1546539234288992256)]} 0 0
   [junit4]   2> 1684231 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1546539234288992257)]} 0 0
   [junit4]   2> 1684231 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1546539234288992258)]} 0 0
   [junit4]   2> 1684232 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5 (1546539234290040832)]} 0 0
   [junit4]   2> 1684232 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6 (1546539234290040833)]} 0 0
   [junit4]   2> 1684232 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7 (1546539234290040834)]} 0 0
   [junit4]   2> 1684233 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8 (1546539234290040835)]} 0 0
   [junit4]   2> 1684233 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9 (1546539234291089408)]} 0 0
   [junit4]   2> 1684233 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[10 (1546539234291089409)]} 0 0
   [junit4]   2> 1684233 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[11 (1546539234291089410)]} 0 0
   [junit4]   2> 1684234 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[12 (1546539234292137984)]} 0 0
   [junit4]   2> 1684234 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[13 (1546539234292137985)]} 0 0
   [junit4]   2> 1684234 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[14 (1546539234292137986)]} 0 0
   [junit4]   2> 1684235 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[15 (1546539234293186560)]} 0 0
   [junit4]   2> 1684235 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[16 (1546539234293186561)]} 0 0
   [junit4]   2> 1684236 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[17 (1546539234293186562)]} 0 0
   [junit4]   2> 1684236 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[18 (1546539234294235136)]} 0 0
   [junit4]   2> 1684236 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[19 (1546539234294235137)]} 0 0
   [junit4]   2> 1684236 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1684237 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@25989c2b
   [junit4]   2> 1684240 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18e4c322[collection1] main]
   [junit4]   2> 1684241 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1684241 INFO  (searcherExecutor-7536-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18e4c322[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C20)))}
   [junit4]   2> 1684242 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 5
   [junit4]   2> 1684244 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!key%3Dk}a_i&q=*:*&stats=true&indent=true} hits=20 
status=0 QTime=1
   [junit4]   2> 1684245 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false&stats.field={!key%3Dk}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684246 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={f.a_i.stats.calcdistinct=false&stats.field={!key%3Dk}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684246 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=true&f.a_i.stats.calcdistinct=false&stats.field={!key%3Dk}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684248 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!key%3Dk+min%3D'true'}a_i&q=*:*&stats=true&indent=true} 
hits=20 status=0 QTime=0
   [junit4]   2> 1684249 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=true&f.a_i.stats.calcdistinct=true&stats.field={!key%3Dk+min%3D'true'+calcdistinct%3D'false'}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684249 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=true&stats.field={!key%3Dk}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684251 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={f.a_i.stats.calcdistinct=true&stats.field={!key%3Dk}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684252 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false&f.a_i.stats.calcdistinct=true&stats.field={!key%3Dk}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684253 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false+&stats.field={!key%3Dk+min%3Dtrue+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684254 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={f.a_i.stats.calcdistinct=false&stats.field={!key%3Dk+min%3Dtrue+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684255 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false+&f.a_i.stats.calcdistinct=false&stats.field={!key%3Dk+min%3Dtrue+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684256 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.field={!key%3Dk+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684257 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=true&stats.field={!key%3Dk+min%3D'false'}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684258 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=true&stats.field={!key%3Dk+max%3D'true'+min%3D'false'}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684259 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false&stats.field={!key%3Dk+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684260 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={f.a_i.stats.calcdistinct=false&stats.field={!key%3Dk+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684262 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false&f.a_i.stats.calcdistinct=false&stats.field={!key%3Dk+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684263 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false&f.a_i.stats.calcdistinct=false&stats.field={!key%3Dk+min%3D'false'+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684264 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=true&stats.field={!key%3Dk+min%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684265 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={f.a_i.stats.calcdistinct=true&stats.field={!key%3Dk+min%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684266 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false&f.a_i.stats.calcdistinct=true&stats.field={!key%3Dk+min%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684267 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={f.a_i.stats.calcdistinct=false&stats.field={!key%3Dk+min%3Dtrue+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684267 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false&stats.field={!key%3Dk+min%3Dtrue+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684268 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={stats.calcdistinct=false&f.a_i.stats.calcdistinct=false&stats.field={!key%3Dk+min%3Dtrue+calcdistinct%3Dtrue}a_i&q=*:*&stats=true&indent=true}
 hits=20 status=0 QTime=0
   [junit4]   2> 1684269 INFO  
(TEST-StatsComponentTest.testCalcDistinctStats-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCalcDistinctStats
   [junit4]   2> 1684272 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testEnumFieldTypeStatus
   [junit4]   2> 1684273 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@273d0d09[collection1] realtime]
   [junit4]   2> 1684273 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546539234331983872)} 0 1
   [junit4]   2> 1684274 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1684274 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@25989c2b
   [junit4]   2> 1684275 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@4828c172[collection1] main]
   [junit4]   2> 1684275 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1684276 INFO  (searcherExecutor-7536-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4828c172[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684276 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 2
   [junit4]   2> 1684277 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546539234336178176)} 0 0
   [junit4]   2> 1684278 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0 (1546539234337226752)]} 0 0
   [junit4]   2> 1684278 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1546539234338275328)]} 0 0
   [junit4]   2> 1684278 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1546539234338275329)]} 0 0
   [junit4]   2> 1684279 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1546539234339323904)]} 0 0
   [junit4]   2> 1684279 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1546539234339323905)]} 0 0
   [junit4]   2> 1684279 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5 (1546539234339323906)]} 0 0
   [junit4]   2> 1684279 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6 (1546539234339323907)]} 0 0
   [junit4]   2> 1684280 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7 (1546539234340372480)]} 0 0
   [junit4]   2> 1684280 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8 (1546539234340372481)]} 0 0
   [junit4]   2> 1684280 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9 (1546539234340372482)]} 0 0
   [junit4]   2> 1684280 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[10 (1546539234340372483)]} 0 0
   [junit4]   2> 1684281 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[11 (1546539234341421056)]} 0 0
   [junit4]   2> 1684281 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[12 (1546539234341421057)]} 0 0
   [junit4]   2> 1684281 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[13 (1546539234341421058)]} 0 0
   [junit4]   2> 1684281 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[14 (1546539234341421059)]} 0 0
   [junit4]   2> 1684282 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[20 (1546539234342469632)]} 0 0
   [junit4]   2> 1684282 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[21 (1546539234342469633)]} 0 0
   [junit4]   2> 1684282 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[22 (1546539234342469634)]} 0 0
   [junit4]   2> 1684282 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[23 (1546539234342469635)]} 0 0
   [junit4]   2> 1684283 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[24 (1546539234343518208)]} 0 0
   [junit4]   2> 1684283 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[25 (1546539234343518209)]} 0 0
   [junit4]   2> 1684283 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[26 (1546539234343518210)]} 0 0
   [junit4]   2> 1684283 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[27 (1546539234343518211)]} 0 0
   [junit4]   2> 1684284 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[28 (1546539234344566784)]} 0 0
   [junit4]   2> 1684284 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[29 (1546539234344566785)]} 0 0
   [junit4]   2> 1684284 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[30 (1546539234344566786)]} 0 0
   [junit4]   2> 1684284 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1684284 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@25989c2b
   [junit4]   2> 1684285 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@51732704[collection1] main]
   [junit4]   2> 1684286 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1684287 INFO  (searcherExecutor-7536-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@51732704[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C26)))}
   [junit4]   2> 1684287 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 2
   [junit4]   2> 1684287 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] 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> 1684288 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] 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> 1684288 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] 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> 1684289 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] 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> 1684292 INFO  
(TEST-StatsComponentTest.testEnumFieldTypeStatus-seed#[1D82EE3F298AC2F7]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testEnumFieldTypeStatus
   [junit4]   2> 1684296 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCardinality
   [junit4]   2> 1684297 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@78dbc1d6[collection1] realtime]
   [junit4]   2> 1684297 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1546539234357149696)} 0 1
   [junit4]   2> 1684297 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1684297 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@25989c2b
   [junit4]   2> 1684297 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6cd86734[collection1] main]
   [junit4]   2> 1684297 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1684298 INFO  (searcherExecutor-7536-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6cd86734[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684298 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 1
   [junit4]   2> 1684299 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
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> 1684300 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1546539234360295424)]} 0 0
   [junit4]   2> 1684300 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1546539234361344000)]} 0 0
   [junit4]   2> 1684300 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1546539234361344001)]} 0 0
   [junit4]   2> 1684301 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1546539234362392576)]} 0 0
   [junit4]   2> 1684301 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5 (1546539234362392577)]} 0 0
   [junit4]   2> 1684301 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6 (1546539234362392578)]} 0 0
   [junit4]   2> 1684301 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7 (1546539234362392579)]} 0 0
   [junit4]   2> 1684302 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8 (1546539234362392580)]} 0 0
   [junit4]   2> 1684302 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9 (1546539234363441152)]} 0 0
   [junit4]   2> 1684302 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[10 (1546539234363441153)]} 0 0
   [junit4]   2> 1684302 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[11 (1546539234363441154)]} 0 0
   [junit4]   2> 1684303 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[12 (1546539234364489728)]} 0 0
   [junit4]   2> 1684303 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[13 (1546539234364489729)]} 0 0
   [junit4]   2> 1684303 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[14 (1546539234364489730)]} 0 0
   [junit4]   2> 1684303 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[15 (1546539234364489731)]} 0 0
   [junit4]   2> 1684303 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[16 (1546539234364489732)]} 0 0
   [junit4]   2> 1684304 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[17 (1546539234365538304)]} 0 0
   [junit4]   2> 1684304 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[18 (1546539234365538305)]} 0 0
   [junit4]   2> 1684304 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[19 (1546539234365538306)]} 0 0
   [junit4]   2> 1684304 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[20 (1546539234365538307)]} 0 0
   [junit4]   2> 1684304 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[21 (1546539234365538308)]} 0 0
   [junit4]   2> 1684305 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[22 (1546539234366586880)]} 0 0
   [junit4]   2> 1684305 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[23 (1546539234366586881)]} 0 0
   [junit4]   2> 1684305 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[24 (1546539234366586882)]} 0 0
   [junit4]   2> 1684305 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[25 (1546539234366586883)]} 0 0
   [junit4]   2> 1684305 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[26 (1546539234366586884)]} 0 0
   [junit4]   2> 1684306 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[27 (1546539234367635456)]} 0 0
   [junit4]   2> 1684306 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[28 (1546539234367635457)]} 0 0
   [junit4]   2> 1684306 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[29 (1546539234367635458)]} 0 0
   [junit4]   2> 1684306 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[30 (1546539234367635459)]} 0 0
   [junit4]   2> 1684307 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[31 (1546539234368684032)]} 0 0
   [junit4]   2> 1684307 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[32 (1546539234368684033)]} 0 0
   [junit4]   2> 1684307 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[33 (1546539234368684034)]} 0 0
   [junit4]   2> 1684307 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[34 (1546539234368684035)]} 0 0
   [junit4]   2> 1684307 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[35 (1546539234368684036)]} 0 0
   [junit4]   2> 1684308 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[36 (1546539234369732608)]} 0 0
   [junit4]   2> 1684308 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[37 (1546539234369732609)]} 0 0
   [junit4]   2> 1684308 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[38 (1546539234369732610)]} 0 0
   [junit4]   2> 1684308 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[39 (1546539234369732611)]} 0 0
   [junit4]   2> 1684308 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[40 (1546539234369732612)]} 0 0
   [junit4]   2> 1684309 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[41 (1546539234370781184)]} 0 0
   [junit4]   2> 1684309 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[42 (1546539234370781185)]} 0 0
   [junit4]   2> 1684309 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[43 (1546539234370781186)]} 0 0
   [junit4]   2> 1684309 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[44 (1546539234370781187)]} 0 0
   [junit4]   2> 1684309 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[45 (1546539234370781188)]} 0 0
   [junit4]   2> 1684310 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[46 (1546539234371829760)]} 0 0
   [junit4]   2> 1684310 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[47 (1546539234371829761)]} 0 0
   [junit4]   2> 1684310 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[48 (1546539234371829762)]} 0 0
   [junit4]   2> 1684310 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[49 (1546539234371829763)]} 0 0
   [junit4]   2> 1684311 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[50 (1546539234372878336)]} 0 0
   [junit4]   2> 1684311 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[51 (1546539234372878337)]} 0 0
   [junit4]   2> 1684311 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[52 (1546539234372878338)]} 0 0
   [junit4]   2> 1684311 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[53 (1546539234372878339)]} 0 0
   [junit4]   2> 1684311 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[54 (1546539234372878340)]} 0 0
   [junit4]   2> 1684312 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[55 (1546539234373926912)]} 0 0
   [junit4]   2> 1684312 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[56 (1546539234373926913)]} 0 0
   [junit4]   2> 1684312 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[57 (1546539234373926914)]} 0 0
   [junit4]   2> 1684312 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[58 (1546539234373926915)]} 0 0
   [junit4]   2> 1684313 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[59 (1546539234374975488)]} 0 0
   [junit4]   2> 1684313 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[60 (1546539234374975489)]} 0 0
   [junit4]   2> 1684313 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[61 (1546539234374975490)]} 0 0
   [junit4]   2> 1684313 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[62 (1546539234374975491)]} 0 0
   [junit4]   2> 1684313 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[63 (1546539234374975492)]} 0 0
   [junit4]   2> 1684314 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[64 (1546539234374975493)]} 0 0
   [junit4]   2> 1684314 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[65 (1546539234376024064)]} 0 0
   [junit4]   2> 1684314 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[66 (1546539234376024065)]} 0 0
   [junit4]   2> 1684314 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[67 (1546539234376024066)]} 0 0
   [junit4]   2> 1684315 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[68 (1546539234377072640)]} 0 0
   [junit4]   2> 1684315 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[69 (1546539234377072641)]} 0 0
   [junit4]   2> 1684315 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[70 (1546539234377072642)]} 0 0
   [junit4]   2> 1684315 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[71 (1546539234377072643)]} 0 0
   [junit4]   2> 1684315 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[72 (1546539234377072644)]} 0 0
   [junit4]   2> 1684316 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[73 (1546539234378121216)]} 0 0
   [junit4]   2> 1684316 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[74 (1546539234378121217)]} 0 0
   [junit4]   2> 1684316 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[75 (1546539234378121218)]} 0 0
   [junit4]   2> 1684316 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[76 (1546539234378121219)]} 0 0
   [junit4]   2> 1684316 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[77 (1546539234378121220)]} 0 0
   [junit4]   2> 1684317 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[78 (1546539234379169792)]} 0 0
   [junit4]   2> 1684317 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[79 (1546539234379169793)]} 0 0
   [junit4]   2> 1684317 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[80 (1546539234379169794)]} 0 0
   [junit4]   2> 1684317 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[81 (1546539234379169795)]} 0 0
   [junit4]   2> 1684317 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[82 (1546539234379169796)]} 0 0
   [junit4]   2> 1684318 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[83 (1546539234380218368)]} 0 0
   [junit4]   2> 1684318 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[84 (1546539234380218369)]} 0 0
   [junit4]   2> 1684318 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[85 (1546539234380218370)]} 0 0
   [junit4]   2> 1684318 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[86 (1546539234380218371)]} 0 0
   [junit4]   2> 1684319 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[87 (1546539234381266944)]} 0 0
   [junit4]   2> 1684319 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[88 (1546539234381266945)]} 0 0
   [junit4]   2> 1684319 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[89 (1546539234381266946)]} 0 0
   [junit4]   2> 1684319 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[90 (1546539234381266947)]} 0 0
   [junit4]   2> 1684320 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[91 (1546539234381266948)]} 0 0
   [junit4]   2> 1684320 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[92 (1546539234382315520)]} 0 0
   [junit4]   2> 1684320 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[93 (1546539234382315521)]} 0 0
   [junit4]   2> 1684320 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[94 (1546539234382315522)]} 0 0
   [junit4]   2> 1684320 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[95 (1546539234382315523)]} 0 0
   [junit4]   2> 1684321 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[96 (1546539234383364096)]} 0 0
   [junit4]   2> 1684321 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[97 (1546539234383364097)]} 0 0
   [junit4]   2> 1684321 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[98 (1546539234383364098)]} 0 0
   [junit4]   2> 1684321 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[99 (1546539234383364099)]} 0 0
   [junit4]   2> 1684321 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[100 (1546539234383364100)]} 0 0
   [junit4]   2> 1684322 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[101 (1546539234384412672)]} 0 0
   [junit4]   2> 1684322 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[102 (1546539234384412673)]} 0 0
   [junit4]   2> 1684322 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[103 (1546539234384412674)]} 0 0
   [junit4]   2> 1684323 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[104 (1546539234384412675)]} 0 0
   [junit4]   2> 1684323 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[105 (1546539234385461248)]} 0 0
   [junit4]   2> 1684323 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[106 (1546539234385461249)]} 0 0
   [junit4]   2> 1684332 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[107 (1546539234394898432)]} 0 0
   [junit4]   2> 1684333 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[108 (1546539234395947008)]} 0 0
   [junit4]   2> 1684333 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[109 (1546539234395947009)]} 0 0
   [junit4]   2> 1684333 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[110 (1546539234395947010)]} 0 0
   [junit4]   2> 1684333 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[111 (1546539234395947011)]} 0 0
   [junit4]   2> 1684334 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[112 (1546539234395947012)]} 0 0
   [junit4]   2> 1684334 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[113 (1546539234396995584)]} 0 0
   [junit4]   2> 1684334 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[114 (1546539234396995585)]} 0 0
   [junit4]   2> 1684334 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[115 (1546539234396995586)]} 0 0
   [junit4]   2> 1684334 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[116 (1546539234396995587)]} 0 0
   [junit4]   2> 1684335 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[117 (1546539234396995588)]} 0 0
   [junit4]   2> 1684335 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[118 (1546539234398044160)]} 0 0
   [junit4]   2> 1684335 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[119 (1546539234398044161)]} 0 0
   [junit4]   2> 1684336 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[120 (1546539234398044162)]} 0 0
   [junit4]   2> 1684336 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[121 (1546539234399092736)]} 0 0
   [junit4]   2> 1684336 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[122 (1546539234399092737)]} 0 0
   [junit4]   2> 1684336 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[123 (1546539234399092738)]} 0 0
   [junit4]   2> 1684336 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[124 (1546539234399092739)]} 0 0
   [junit4]   2> 1684337 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[125 (1546539234399092740)]} 0 0
   [junit4]   2> 1684337 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[126 (1546539234400141312)]} 0 0
   [junit4]   2> 1684337 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[127 (1546539234400141313)]} 0 0
   [junit4]   2> 1684337 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[128 (1546539234400141314)]} 0 0
   [junit4]   2> 1684337 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[129 (1546539234400141315)]} 0 0
   [junit4]   2> 1684338 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[130 (1546539234401189888)]} 0 0
   [junit4]   2> 1684338 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[131 (1546539234401189889)]} 0 0
   [junit4]   2> 1684338 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[132 (1546539234401189890)]} 0 0
   [junit4]   2> 1684338 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[133 (1546539234401189891)]} 0 0
   [junit4]   2> 1684339 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[134 (1546539234401189892)]} 0 0
   [junit4]   2> 1684339 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[135 (1546539234402238464)]} 0 0
   [junit4]   2> 1684339 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[136 (1546539234402238465)]} 0 0
   [junit4]   2> 1684339 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[137 (1546539234402238466)]} 0 0
   [junit4]   2> 1684340 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[138 (1546539234403287040)]} 0 0
   [junit4]   2> 1684340 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[139 (1546539234403287041)]} 0 0
   [junit4]   2> 1684340 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[140 (1546539234403287042)]} 0 0
   [junit4]   2> 1684340 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[141 (1546539234403287043)]} 0 0
   [junit4]   2> 1684341 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[142 (1546539234404335616)]} 0 0
   [junit4]   2> 1684341 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[143 (1546539234404335617)]} 0 0
   [junit4]   2> 1684341 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[144 (1546539234404335618)]} 0 0
   [junit4]   2> 1684341 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[145 (1546539234404335619)]} 0 0
   [junit4]   2> 1684341 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[146 (1546539234404335620)]} 0 0
   [junit4]   2> 1684342 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[147 (1546539234405384192)]} 0 0
   [junit4]   2> 1684342 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[148 (1546539234405384193)]} 0 0
   [junit4]   2> 1684342 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[149 (1546539234405384194)]} 0 0
   [junit4]   2> 1684342 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[150 (1546539234405384195)]} 0 0
   [junit4]   2> 1684343 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[151 (1546539234405384196)]} 0 0
   [junit4]   2> 1684343 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[152 (1546539234406432768)]} 0 0
   [junit4]   2> 1684343 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[153 (1546539234406432769)]} 0 0
   [junit4]   2> 1684343 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[154 (1546539234406432770)]} 0 0
   [junit4]   2> 1684344 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[155 (1546539234407481344)]} 0 0
   [junit4]   2> 1684344 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[156 (1546539234407481345)]} 0 0
   [junit4]   2> 1684344 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[157 (1546539234407481346)]} 0 0
   [junit4]   2> 1684344 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[158 (1546539234407481347)]} 0 0
   [junit4]   2> 1684344 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[159 (1546539234407481348)]} 0 0
   [junit4]   2> 1684345 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[160 (1546539234408529920)]} 0 0
   [junit4]   2> 1684345 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[161 (1546539234408529921)]} 0 0
   [junit4]   2> 1684345 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[162 (1546539234408529922)]} 0 0
   [junit4]   2> 1684345 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[163 (1546539234408529923)]} 0 0
   [junit4]   2> 1684345 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[164 (1546539234408529924)]} 0 0
   [junit4]   2> 1684346 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[165 (1546539234408529925)]} 0 0
   [junit4]   2> 1684346 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[166 (1546539234409578496)]} 0 0
   [junit4]   2> 1684346 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[167 (1546539234409578497)]} 0 0
   [junit4]   2> 1684346 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[168 (1546539234409578498)]} 0 0
   [junit4]   2> 1684347 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[169 (1546539234410627072)]} 0 0
   [junit4]   2> 1684347 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[170 (1546539234410627073)]} 0 0
   [junit4]   2> 1684347 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[171 (1546539234410627074)]} 0 0
   [junit4]   2> 1684347 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[172 (1546539234410627075)]} 0 0
   [junit4]   2> 1684348 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[173 (1546539234411675648)]} 0 0
   [junit4]   2> 1684348 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[174 (1546539234411675649)]} 0 0
   [junit4]   2> 1684348 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[175 (1546539234411675650)]} 0 0
   [junit4]   2> 1684348 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[176 (1546539234411675651)]} 0 0
   [junit4]   2> 1684348 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[177 (1546539234411675652)]} 0 0
   [junit4]   2> 1684349 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[178 (1546539234412724224)]} 0 0
   [junit4]   2> 1684349 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[179 (1546539234412724225)]} 0 0
   [junit4]   2> 1684349 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[180 (1546539234412724226)]} 0 0
   [junit4]   2> 1684349 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[181 (1546539234412724227)]} 0 0
   [junit4]   2> 1684349 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[182 (1546539234412724228)]} 0 0
   [junit4]   2> 1684350 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[183 (1546539234413772800)]} 0 0
   [junit4]   2> 1684350 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[184 (1546539234413772801)]} 0 0
   [junit4]   2> 1684350 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[185 (1546539234413772802)]} 0 0
   [junit4]   2> 1684350 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[186 (1546539234413772803)]} 0 0
   [junit4]   2> 1684350 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[187 (1546539234413772804)]} 0 0
   [junit4]   2> 1684351 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[188 (1546539234413772805)]} 0 0
   [junit4]   2> 1684351 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[189 (1546539234414821376)]} 0 0
   [junit4]   2> 1684351 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[190 (1546539234414821377)]} 0 0
   [junit4]   2> 1684351 INFO  
(TEST-StatsComponentTest.testCardinality-seed#[1D82EE3F298AC2F7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[191 (1546539234414821378)]} 0

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

is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:763: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:101: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:671: 
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1992:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:2031:
 Compile failed; see the compiler error output for details.

Total time: 83 minutes 42 seconds
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