Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/15348/
Java: 32bit/jdk1.7.0_80 -server -XX:+UseSerialGC
1 tests failed.
FAILED:
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test
Error Message:
int_i: goodEst=13923, poorEst=13970, real=13952,
p=q=id:[376+TO+14327]&rows=0&stats=true&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_int_i}int_i&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_int_i_prehashed_l+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_int_i}int_i&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_int_i_prehashed_l+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_long_l}long_l&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_long_l_prehashed_l+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_long_l}long_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_long_l_prehashed_l+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_string_s}string_s&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_string_s_prehashed_l+hllPreHashed%3Dtrue}string_s_prehashed_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_string_s}string_s&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_string_s_prehashed_l+hllPreHashed%3Dtrue}string_s_prehashed_l
Stack Trace:
java.lang.AssertionError: int_i: goodEst=13923, poorEst=13970, real=13952,
p=q=id:[376+TO+14327]&rows=0&stats=true&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_int_i}int_i&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_int_i_prehashed_l+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_int_i}int_i&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_int_i_prehashed_l+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_long_l}long_l&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_long_l_prehashed_l+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_long_l}long_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_long_l_prehashed_l+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_string_s}string_s&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_string_s_prehashed_l+hllPreHashed%3Dtrue}string_s_prehashed_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_string_s}string_s&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_string_s_prehashed_l+hllPreHashed%3Dtrue}string_s_prehashed_l
at
__randomizedtesting.SeedInfo.seed([5F56E64717F153AD:D702D99DB90D3E55]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:216)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
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)
Build Log:
[...truncated 11290 lines...]
[junit4] Suite:
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/init-core-data-001
[junit4] 2> 1718996 INFO
(SUITE-TestDistributedStatsComponentCardinality-seed#[5F56E64717F153AD]-worker)
[ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 1718996 INFO
(SUITE-TestDistributedStatsComponentCardinality-seed#[5F56E64717F153AD]-worker)
[ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/
[junit4] 2> 1719052 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores/collection1
[junit4] 2> 1719053 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1719054 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@b10808{/,null,AVAILABLE}
[junit4] 2> 1719057 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.ServerConnector Started
ServerConnector@fd82e7{HTTP/1.1}{127.0.0.1:45742}
[junit4] 2> 1719057 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.Server Started @1720622ms
[junit4] 2> 1719057 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=45742,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores,
hostContext=/}
[junit4] 2> 1719057 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@752144
[junit4] 2> 1719057 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control'
[junit4] 2> 1719057 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1719057 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1719058 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/solr.xml
[junit4] 2> 1719067 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores
[junit4] 2> 1719067 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer New CoreContainer 1104387
[junit4] 2> 1719067 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control]
[junit4] 2> 1719067 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/lib
[junit4] 2> 1719068 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1719068 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1719069 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1719069 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1719069 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1719069 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1719069 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores
[junit4] 2> 1719070 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreDescriptor Created CoreDescriptor: {configSet=collection1,
name=collection1, dataDir=data/, configSetProperties=configsetprops.json,
schema=schema.xml, transient=false, config=solrconfig.xml, loadOnStartup=true}
[junit4] 2> 1719070 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores/collection1
[junit4] 2> 1719070 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1719070 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1719070 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 1719071 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1719071 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1719071 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1719071 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1719071 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1719089 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1719105 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
[junit4] 2> 1719164 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1719171 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1719372 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1719377 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1719379 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1719383 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1719385 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1719387 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1719387 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1719388 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1719388 INFO (coreLoadExecutor-5469-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
configset
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 1719389 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1719389 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores/collection1/data/]
[junit4] 2> 1719389 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a21bb5
[junit4] 2> 1719390 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores/collection1/data
[junit4] 2> 1719390 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores/collection1/data/index/
[junit4] 2> 1719390 WARN (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1719390 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores/collection1/data/index
[junit4] 2> 1719390 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=8, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8460300321198105]
[junit4] 2> 1719390 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@74948c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c477aa),segFN=segments_1,generation=1}
[junit4] 2> 1719390 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1719391 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores/collection1/data/
[junit4] 2> 1719391 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/control/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1719393 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1719394 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1719396 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1719397 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1719398 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1719399 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1719401 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1719403 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
tvrh,/replication,mock,/admin/file,/update,/admin/properties,standard,lazy,spellCheckCompRH1,/config,/search-facet-def,/terms,/admin/threads,/admin/logging,spellCheckCompRH,/get,mltrh,/debug/dump,/admin/segments,/admin/mbeans,dismax,/admin/ping,/schema,spellCheckWithWordbreak,/update/json,/search-facet-invariants,/admin/plugins,spellCheckCompRH_Direct,/admin/system,/update/csv,defaults,/update/json/docs,/mlt,spellCheckWithWordbreak_Direct,/admin/luke
[junit4] 2> 1719404 WARN (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 1719404 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1719404 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1719404 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1719405 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1719405 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1719405 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=0.3056640625,
floorSegmentMB=1.7958984375, forceMergeDeletesPctAllowed=24.186572424694333,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3629048409139791
[junit4] 2> 1719406 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@74948c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c477aa),segFN=segments_1,generation=1}
[junit4] 2> 1719406 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1719406 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@15ff468[collection1]
main
[junit4] 2> 1719406 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1719406 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1719406 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1719406 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1719435 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1719551 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1719551 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1719551 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1719551 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1719551 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1719551 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1719551 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1719551 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1719551 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1524356936293679104
[junit4] 2> 1719551 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1719552 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1719552 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1719552 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1719552 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1719553 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1524356936293679104
[junit4] 2> 1719553 INFO (coreLoadExecutor-5469-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1719553 INFO
(searcherExecutor-5470-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@15ff468[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1719712 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores/collection1
[junit4] 2> 1719712 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1719713 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@636e0{/,null,AVAILABLE}
[junit4] 2> 1719714 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.ServerConnector Started
ServerConnector@d9f6bd{HTTP/1.1}{127.0.0.1:54662}
[junit4] 2> 1719714 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.Server Started @1721279ms
[junit4] 2> 1719714 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores,
hostContext=/, hostPort=54662}
[junit4] 2> 1719714 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@752144
[junit4] 2> 1719714 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0'
[junit4] 2> 1719714 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1719714 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1719715 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/solr.xml
[junit4] 2> 1719752 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores
[junit4] 2> 1719752 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer New CoreContainer 3320609
[junit4] 2> 1719752 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0]
[junit4] 2> 1719752 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/lib
[junit4] 2> 1719752 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1719753 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1719754 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1719754 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1719754 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1719754 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1719755 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores
[junit4] 2> 1719756 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
schema=schema.xml, configSetProperties=configsetprops.json,
configSet=collection1, config=solrconfig.xml, dataDir=data/,
loadOnStartup=true, transient=false}
[junit4] 2> 1719756 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores/collection1
[junit4] 2> 1719756 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1719770 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1719771 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 1719771 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1719771 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1719771 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1719771 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1719771 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1719790 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1719809 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
[junit4] 2> 1719851 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1719856 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1720083 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1720089 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1720090 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1720094 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1720096 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1720097 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1720098 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1720099 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1720099 INFO (coreLoadExecutor-5480-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
configset
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 1720099 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1720099 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores/collection1/data/]
[junit4] 2> 1720099 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a21bb5
[junit4] 2> 1720100 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores/collection1/data
[junit4] 2> 1720100 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores/collection1/data/index/
[junit4] 2> 1720100 WARN (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1720100 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores/collection1/data/index
[junit4] 2> 1720100 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=8, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8460300321198105]
[junit4] 2> 1720101 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2025ac
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8977b0),segFN=segments_1,generation=1}
[junit4] 2> 1720101 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1720101 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores/collection1/data/
[junit4] 2> 1720101 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard0/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1720104 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1720105 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1720108 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1720108 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1720109 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1720110 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1720114 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1720116 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
tvrh,/replication,mock,/admin/file,/update,/admin/properties,standard,lazy,spellCheckCompRH1,/config,/search-facet-def,/terms,/admin/threads,/admin/logging,spellCheckCompRH,/get,mltrh,/debug/dump,/admin/segments,/admin/mbeans,dismax,/admin/ping,/schema,spellCheckWithWordbreak,/update/json,/search-facet-invariants,/admin/plugins,spellCheckCompRH_Direct,/admin/system,/update/csv,defaults,/update/json/docs,/mlt,spellCheckWithWordbreak_Direct,/admin/luke
[junit4] 2> 1720117 WARN (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 1720117 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1720118 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1720118 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1720118 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1720118 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1720119 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=0.3056640625,
floorSegmentMB=1.7958984375, forceMergeDeletesPctAllowed=24.186572424694333,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3629048409139791
[junit4] 2> 1720119 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2025ac
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8977b0),segFN=segments_1,generation=1}
[junit4] 2> 1720119 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1720119 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1f7fd59[collection1]
main
[junit4] 2> 1720119 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1720119 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1720119 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1720119 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1720154 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1720413 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1720413 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1720413 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1720413 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1720414 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1720414 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1720414 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1720414 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1720414 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1524356937198600192
[junit4] 2> 1720414 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1720414 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1720414 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1720415 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1720415 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1720415 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1524356937198600192
[junit4] 2> 1720416 INFO (coreLoadExecutor-5480-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1720416 INFO
(searcherExecutor-5481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1f7fd59[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1720915 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1
[junit4] 2> 1720916 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1720917 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@137857d{/,null,AVAILABLE}
[junit4] 2> 1720918 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.ServerConnector Started
ServerConnector@10dfbdf{HTTP/1.1}{127.0.0.1:43208}
[junit4] 2> 1720918 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.e.j.s.Server Started @1722483ms
[junit4] 2> 1720918 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
hostPort=43208,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores}
[junit4] 2> 1720918 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@752144
[junit4] 2> 1720918 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1'
[junit4] 2> 1720919 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1720919 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1720919 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/solr.xml
[junit4] 2> 1720935 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores
[junit4] 2> 1720935 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer New CoreContainer 27705545
[junit4] 2> 1720935 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1]
[junit4] 2> 1720935 WARN
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/lib
[junit4] 2> 1720935 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1720937 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1720937 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1720937 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1720937 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1720937 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1720938 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores
[junit4] 2> 1720939 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CoreDescriptor Created CoreDescriptor: {loadOnStartup=true,
config=solrconfig.xml, transient=false, configSet=collection1,
configSetProperties=configsetprops.json, schema=schema.xml, name=collection1,
dataDir=data/}
[junit4] 2> 1720939 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1
[junit4] 2> 1720939 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1720939 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1720939 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 1720940 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1720940 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1720940 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1720940 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1720940 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1720968 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1720990 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
[junit4] 2> 1721032 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1721038 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1721222 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1721228 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1721229 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1721233 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1721234 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1721236 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1721236 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1721237 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1721237 INFO (coreLoadExecutor-5491-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
configset
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 1721237 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1721237 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data/]
[junit4] 2> 1721237 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a21bb5
[junit4] 2> 1721238 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data
[junit4] 2> 1721238 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data/index/
[junit4] 2> 1721238 WARN (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1721239 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data/index
[junit4] 2> 1721239 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=8, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8460300321198105]
[junit4] 2> 1721239 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@136c27b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a43eb),segFN=segments_1,generation=1}
[junit4] 2> 1721239 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1721239 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data/
[junit4] 2> 1721240 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1721243 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1721244 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1721244 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1721245 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1721246 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1721247 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1721248 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1721251 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1721261 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
tvrh,/replication,mock,/admin/file,/update,/admin/properties,standard,lazy,spellCheckCompRH1,/config,/search-facet-def,/terms,/admin/threads,/admin/logging,spellCheckCompRH,/get,mltrh,/debug/dump,/admin/segments,/admin/mbeans,dismax,/admin/ping,/schema,spellCheckWithWordbreak,/update/json,/search-facet-invariants,/admin/plugins,spellCheckCompRH_Direct,/admin/system,/update/csv,defaults,/update/json/docs,/mlt,spellCheckWithWordbreak_Direct,/admin/luke
[junit4] 2> 1721263 WARN (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 1721264 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1721265 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1721265 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1721266 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1721266 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1721266 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=0.3056640625,
floorSegmentMB=1.7958984375, forceMergeDeletesPctAllowed=24.186572424694333,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3629048409139791
[junit4] 2> 1721267 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@136c27b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a43eb),segFN=segments_1,generation=1}
[junit4] 2> 1721267 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1721267 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@ebba9a[collection1]
main
[junit4] 2> 1721267 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1721267 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1721267 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1721267 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1721351 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1721654 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1721654 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1721654 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1721654 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1721654 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1721655 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1721655 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1721655 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1721655 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1721655 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1721655 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1524356938499883008
[junit4] 2> 1721655 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1721655 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1721655 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1721656 INFO
(searcherExecutor-5492-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@ebba9a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1721656 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1524356938499883008
[junit4] 2> 1721657 INFO (coreLoadExecutor-5491-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1721941 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1721941 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
] o.a.s.h.c.TestDistributedStatsComponentCardinality Building an index of
14591 docs
[junit4] 2> 1721945 INFO (qtp15386059-14378) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[1 (1524356938802921472)]} 0 1
[junit4] 2> 1721948 INFO (qtp21060342-14414) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[1 (1524356938806067200)]} 0 1
[junit4] 2> 1721950 INFO (qtp15386059-14379) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[2 (1524356938809212928)]} 0 0
[junit4] 2> 1721953 INFO (qtp33128143-14396) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[2 (1524356938810261504)]} 0 1
[junit4] 2> 1721955 INFO (qtp15386059-14380) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[3 (1524356938813407232)]} 0 0
[junit4] 2> 1721956 INFO (qtp21060342-14415) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[3 (1524356938815504384)]} 0 0
[junit4] 2> 1721958 INFO (qtp15386059-14378) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[4 (1524356938817601536)]} 0 0
[junit4] 2> 1721960 INFO (qtp33128143-14397) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[4 (1524356938819698688)]} 0 0
[junit4] 2> 1721961 INFO (qtp15386059-14379) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[5 (1524356938820747264)]} 0 0
[junit4] 2> 1721963 INFO (qtp21060342-14416) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[5 (1524356938822844416)]} 0 0
[junit4] 2> 1721965 INFO (qtp15386059-14380) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[6 (1524356938824941568)]} 0 0
[junit4] 2> 1721966 INFO (qtp33128143-14398) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[6 (1524356938825990144)]} 0 0
[junit4] 2> 1721968 INFO (qtp15386059-14378) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[7 (1524356938828087296)]} 0 0
[junit4] 2> 1721970 INFO (qtp21060342-14414) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[7 (1524356938829135872)]} 0 0
[junit4] 2> 1721972 INFO (qtp15386059-14379) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[8 (1524356938831233024)]} 0 0
[junit4] 2> 1721973 INFO (qtp33128143-14396) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[8 (1524356938833330176)]} 0 0
[junit4] 2> 1721975 INFO (qtp15386059-14380) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[9 (1524356938835427328)]} 0 0
[junit4] 2> 1721977 INFO (qtp21060342-14415) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[9 (1524356938836475904)]} 0 0
[junit4] 2> 1721978 INFO (qtp15386059-14378) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[10 (1524356938838573056)]} 0 0
[junit4] 2> 1721980 INFO (qtp21060342-14416) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[10 (1524356938840670208)]} 0 0
[junit4] 2> 1721981 INFO (qtp15386059-14379) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[11 (1524356938841718784)]} 0 0
[junit4] 2> 1721983 INFO (qtp33128143-14397) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[11 (1524356938843815936)]} 0 0
[junit4] 2> 1721984 INFO (qtp15386059-14380) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[12 (1524356938844864512)]} 0 0
[junit4] 2> 1721986 INFO (qtp21060342-14414) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[12 (1524356938846961664)]} 0 0
[junit4] 2> 1721988 INFO (qtp15386059-14378) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[13 (1524356938849058816)]} 0 0
[junit4] 2> 1721989 INFO (qtp33128143-14398) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[13 (1524356938850107392)]} 0 0
[junit4] 2> 1721991 INFO (qtp15386059-14379) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[14 (1524356938852204544)]} 0 0
[junit4] 2> 1721993 INFO (qtp21060342-14415) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[14 (1524356938853253120)]} 0 0
[junit4] 2> 1721994 INFO (qtp15386059-14380) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[15 (1524356938855350272)]} 0 0
[junit4] 2> 1721996 INFO (qtp33128143-14396) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[15 (1524356938857447424)]} 0 0
[junit4] 2> 1721997 INFO (qtp15386059-14378) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[16 (1524356938858496000)]} 0 0
[junit4] 2> 1721999 INFO (qtp21060342-14416) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[16 (1524356938860593152)]} 0 0
[junit4] 2> 1722001 INFO (qtp15386059-14379) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[17 (1524356938862690304)]} 0 0
[junit4] 2> 1722002 INFO (qtp33128143-14397) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[17 (1524356938863738880)]} 0 0
[junit4] 2> 1722004 INFO (qtp15386059-14380) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[18 (1524356938865836032)]} 0 0
[junit4] 2> 1722005 INFO (qtp21060342-14414) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[18 (1524356938866884608)]} 0 0
[junit4] 2> 1722007 INFO (qtp15386059-14378) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[19 (1524356938868981760)]} 0 0
[junit4] 2> 1722009 INFO (qtp33128143-14398) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[19 (1524356938871078912)]} 0 0
[junit4] 2> 1722010 INFO (qtp15386059-14379) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[20 (1524356938872127488)]} 0 0
[junit4] 2> 1722012 INFO (qtp33128143-14396) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[20 (1524356938874224640)]} 0 0
[junit4] 2> 1722014 INFO (qtp15386059-14380) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[21 (1524356938875273216)]} 0 0
[junit4] 2> 1722015 INFO (qtp21060342-14415) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[21 (1524356938877370368)]} 0 0
[junit4] 2> 1722017 INFO (qtp15386059-14378) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[22 (1524356938879467520)]} 0 0
[junit4] 2> 1722019 INFO (qtp33128143-14397) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[22 (1524356938880516096)]} 0 0
[junit4] 2> 1722020 INFO (qtp15386059-14379) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={version=2&wt=javabin}{add=[23 (1524356938882613248)]} 0 0
[junit
[...truncated too long message...]
StatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data;done=false>>]
[junit4] 2> 1818634 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001/tempDir-001/shard1/cores/collection1/data
[junit4] 2> 1818634 INFO
(TEST-TestDistributedStatsComponentCardinality.test-seed#[5F56E64717F153AD]) [
x:collection1] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@137857d{/,null,UNAVAILABLE}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestDistributedStatsComponentCardinality -Dtests.method=test
-Dtests.seed=5F56E64717F153AD -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=sr-CS -Dtests.timezone=America/Bogota -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 99.6s J0 | TestDistributedStatsComponentCardinality.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: int_i: goodEst=13923,
poorEst=13970, real=13952,
p=q=id:[376+TO+14327]&rows=0&stats=true&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_int_i}int_i&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_int_i_prehashed_l+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_int_i}int_i&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_int_i_prehashed_l+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_long_l}long_l&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_long_l_prehashed_l+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_long_l}long_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_long_l_prehashed_l+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_string_s}string_s&stats.field={!cardinality%3D0.006786916679482613+key%3Dlow_string_s_prehashed_l+hllPreHashed%3Dtrue}string_s_prehashed_l&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_string_s}string_s&stats.field={!cardinality%3D0.5067869166794826+key%3Dhigh_string_s_prehashed_l+hllPreHashed%3Dtrue}string_s_prehashed_l
[junit4] > at
__randomizedtesting.SeedInfo.seed([5F56E64717F153AD:D702D99DB90D3E55]:0)
[junit4] > at
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:216)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1818636 INFO
(SUITE-TestDistributedStatsComponentCardinality-seed#[5F56E64717F153AD]-worker)
[ ] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_5F56E64717F153AD-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene54):
{multiDefault=FSTOrd50, long_l_prehashed_l=PostingsFormat(name=LuceneFixedGap),
int_i_prehashed_l=PostingsFormat(name=LuceneFixedGap),
string_s=PostingsFormat(name=LuceneFixedGap),
intDefault=PostingsFormat(name=Direct),
range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
long_l=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapFixedInterval),
string_s_prehashed_l=PostingsFormat(name=LuceneVarGapFixedInterval),
timestamp=PostingsFormat(name=Direct),
int_i=PostingsFormat(name=LuceneFixedGap),
range_facet_l=PostingsFormat(name=Direct),
_version_=PostingsFormat(name=Direct),
range_facet_i_dv=PostingsFormat(name=Direct)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Direct),
range_facet_i_dv=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity,
locale=sr-CS, timezone=America/Bogota
[junit4] 2> NOTE: Linux 3.19.0-47-generic i386/Oracle Corporation 1.7.0_80
(32-bit)/cpus=12,threads=1,free=149463992,total=407932928
[junit4] 2> NOTE: All tests run in this JVM: [PolyFieldTest,
RAMDirectoryFactoryTest, TestOmitPositions,
SuggestComponentContextFilterQueryTest, PeerSyncTest, TestReRankQParserPlugin,
TestRandomMergePolicy, BlockJoinFacetSimpleTest, ZkNodePropsTest,
CurrencyFieldOpenExchangeTest, CleanupOldIndexTest, HdfsLockFactoryTest,
HdfsDirectoryFactoryTest, TestClassicSimilarityFactory,
LeaderElectionIntegrationTest, TestFoldingMultitermQuery, HLLUtilTest,
CoreAdminCreateDiscoverTest, TestIBSimilarityFactory, CursorMarkTest,
TestLRUStatsCache, TestArbitraryIndexDir, TestMinMaxOnMultiValuedField,
DistributedSpellCheckComponentTest, TestFunctionQuery, TestSearcherReuse,
TestPseudoReturnFields, AsyncCallRequestStatusResponseTest,
DistributedQueryElevationComponentTest, TestCrossCoreJoin, TestTrieFacet,
DefaultValueUpdateProcessorTest, TestAuthenticationFramework,
StandardRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType,
XsltUpdateRequestHandlerTest, TestNamedUpdateProcessors, TestConfigReload,
TestRawResponseWriter, CustomCollectionTest, TestAuthorizationFramework,
ReturnFieldsTest, DistributedVersionInfoTest, TestObjectReleaseTracker,
TestConfigSetImmutable, ExplicitHLLTest, CachingDirectoryFactoryTest,
TestStressLucene, ActionThrottleTest, TestCloudManagedSchemaConcurrent,
SortSpecParsingTest, TestAnalyzeInfixSuggestions, ResourceLoaderTest,
TestSchemaVersionResource, DistributedFacetPivotWhiteBoxTest,
TestValueSourceCache, DistributedSuggestComponentTest, StressHdfsTest,
CursorPagingTest, CopyFieldTest, CollectionStateFormat2Test, TestSolrXml,
TestPhraseSuggestions, ConnectionReuseTest, DateRangeFieldTest, SOLR749Test,
TestDistributedSearch, OutputWriterTest, TestBinaryField, TestLRUCache,
AlternateDirectoryTest, TestMacros, AnalysisAfterCoreReloadTest,
TestReplicationHandler, HdfsThreadLeakTest, TestMergePolicyConfig,
PrimUtilsTest, ConcurrentDeleteAndCreateCollectionTest, TestRangeQuery,
TestAnalyzedSuggestions, TestRestoreCore, TestSha256AuthenticationProvider,
TestJsonRequest, PathHierarchyTokenizerFactoryTest, HdfsBasicDistributedZkTest,
TestDynamicFieldResource, PingRequestHandlerTest, TestMaxScoreQueryParser,
IndexSchemaTest, DataDrivenBlockJoinTest, TestRandomFaceting,
LeaderFailoverAfterPartitionTest, TestIndexSearcher,
ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestExtendedDismaxParser,
SolrRequestParserTest, SuggesterWFSTTest, TestCSVLoader, TestUpdate,
TestAtomicUpdateErrorCases, TestRemoteStreaming, DebugComponentTest,
DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest,
MoreLikeThisHandlerTest, TestJmxIntegration, QueryParsingTest,
TestPartialUpdateDeduplication, TestComponentsName, HighlighterConfigTest,
TestQuerySenderNoQuery, TestSolrDeletionPolicy2, NumericFieldsTest, TestConfig,
ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion,
SynonymTokenizerTest, TestSweetSpotSimilarityFactory,
TestLMDirichletSimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest,
DateMathParserTest, DateFieldTest, UUIDFieldTest, TestRTGBase,
DistributedIntervalFacetingTest, CollectionsAPIAsyncDistributedZkTest,
DistribDocExpirationUpdateProcessorTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest,
RemoteQueryErrorTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest,
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest,
TestCloudInspectUtil, TestCollectionAPI, TestConfigSetsAPI,
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestLeaderInitiatedRecoveryThread,
TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution,
TestRebalanceLeaders, TriLevelCompositeIdRoutingTest, TestInfoStreamLogging,
TestInitParams, TestNRTOpen, CoreAdminRequestStatusTest, InfoHandlerTest,
SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest,
DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest,
FacetPivotSmallTest, TestDistributedStatsComponentCardinality]
[junit4] Completed [543/566 (1!)] on J0 in 99.66s, 1 test, 1 failure <<<
FAILURES!
[...truncated 80 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:750: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:694: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:233: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:534: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1444: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1000:
There were test failures: 566 suites (7 ignored), 2265 tests, 1 failure, 83
ignored (39 assumptions) [seed: 5F56E64717F153AD]
Total time: 57 minutes 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]