Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14808/
Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader
Error Message:
Expected that the LIR state would've been down by now expected:<down> but
was:<recovering>
Stack Trace:
java.lang.AssertionError: Expected that the LIR state would've been down by now
expected:<down> but was:<recovering>
at
__randomizedtesting.SeedInfo.seed([9F727CAAE55D5402:79E5486ADCDFAD63]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at
org.apache.solr.cloud.ForceLeaderTest.putNonLeadersIntoLIR(ForceLeaderTest.java:386)
at
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
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:875)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
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)
FAILED: org.apache.solr.update.AutoCommitTest.testMaxDocs
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([9F727CAAE55D5402:26F3AA75C9B75088]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:766)
at
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:194)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
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:875)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
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)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
... 40 more
Build Log:
[...truncated 9856 lines...]
[junit4] Suite: org.apache.solr.update.AutoCommitTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001
[junit4] 2> 493957 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 493957 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 493958 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 493959 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 493959 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 493959 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 493959 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 493974 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 493980 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.0.0
[junit4] 2> 493993 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ] o.a.s.c.Config
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 493993 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 493997 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 494049 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 494053 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 494055 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 494057 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 494059 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 494060 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 494060 WARN
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 494060 WARN
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 494060 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 494061 WARN
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 494061 WARN
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 494061 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 494061 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 494061 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
[junit4] 2> 494061 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 494061 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 494061 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 411119981
[junit4] 2> 494061 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
[junit4] 2> 494061 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib
[junit4] 2> 494061 WARN
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib).
[junit4] 2> 494070 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 494072 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 494072 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ] o.a.s.l.LogWatcher
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 494072 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ] o.a.s.l.LogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 494072 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 494073 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 494073 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ] o.a.s.c.SolrCore
Created CoreDescriptor: {name=collection1, config=solrconfig.xml,
transient=false, schema=schema.xml, loadOnStartup=true,
configSetProperties=configsetprops.json, instanceDir=collection1,
collection=collection1,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001,
shard=shard1}
[junit4] 2> 494073 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 494074 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 494074 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 494074 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 494074 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 494089 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 494099 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 494115 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 494115 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 494119 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 494197 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 494201 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 494201 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 494204 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 494206 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 494207 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 494207 WARN (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 494207 WARN (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 494207 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 494207 WARN (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 494207 WARN (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 494208 INFO (coreLoadExecutor-1779-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-trunk-Linux/solr/core/src/test-files/solr/collection1/conf'
[junit4] 2> 494208 INFO (coreLoadExecutor-1779-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 494208 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 494208 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[null]
[junit4] 2> 494208 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5cee0dbb
[junit4] 2> 494208 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001
[junit4] 2> 494208 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/index/
[junit4] 2> 494208 WARN (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 494208 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/index
[junit4] 2> 494209 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.23865433322241147]
[junit4] 2> 494209 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@77ce2617
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e3ab43b),segFN=segments_1,generation=1}
[junit4] 2> 494209 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 494209 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-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/
[junit4] 2> 494211 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 494212 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 494213 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 494214 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 494214 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 494215 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 494217 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 494218 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 494219 WARN (coreLoadExecutor-1779-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> 494219 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 494219 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 494220 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 494220 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 494220 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 494221 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 494221 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@77ce2617
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e3ab43b),segFN=segments_1,generation=1}
[junit4] 2> 494221 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 494221 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@27b5fd73[collection1]
main
[junit4] 2> 494221 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 494221 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 494221 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 494221 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 494278 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 494621 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 494621 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 494621 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 494621 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 494621 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 494622 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 494622 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 494622 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 494622 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 494622 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1517091400404959232
[junit4] 2> 494622 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 494622 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 494623 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 494623 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 494623 INFO
(searcherExecutor-1780-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@27b5fd73[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 494624 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1517091400404959232
[junit4] 2> 494624 INFO (coreLoadExecutor-1779-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 494625 INFO
(SUITE-AutoCommitTest-seed#[9F727CAAE55D5402]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 494626 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
[junit4] 2> 494628 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{deleteByQuery=*:* (-1517091400410202112)} 0 1
[junit4] 2> 494630 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 494630 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 494630 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 494630 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 494630 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 494645 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 494650 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 494663 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ] o.a.s.c.Config
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 494664 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 494667 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 494737 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 494741 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 494742 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 494745 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 494746 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 494747 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 494748 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 494748 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 494748 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 494748 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 494748 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 494749 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
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-trunk-Linux/solr/core/src/test-files/solr/collection1/conf'
[junit4] 2> 494749 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 494749 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/]
[junit4] 2> 494749 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5cee0dbb
[junit4] 2> 494749 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/index/
[junit4] 2> 494749 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-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 494753 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 494754 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 494755 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 494756 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 494756 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 494757 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 494770 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 494771 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 494772 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please
update your config to use the ShowFileRequestHandler.
[junit4] 2> 494772 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 494772 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 494772 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 494773 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@31ee33d[collection1] main
[junit4] 2> 494773 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 494773 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
[junit4] 2> 494773 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 494773 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 494773 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 494775 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 494776 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 494776 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 494776 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 494776 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 494776 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
[junit4] 2> 494776 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 494776 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version
buckets from index
[junit4] 2> 494776 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket
highest value from index
[junit4] 2> 494776 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 494777 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 494777 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 494777 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 494778 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version
1517091400410202112
[junit4] 2> 494778 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
[junit4] 2> 494778 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@31ee33d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 494779 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1275025332,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 494779 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@77ce2617
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e3ab43b),segFN=segments_1,generation=1}
[junit4] 2> 494780 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 494780 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 494780 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@39b4b4a[collection1] main
[junit4] 2> 494780 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.CoreContainer replacing core: collection1
[junit4] 2> 494780 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@380be74d
[junit4] 2> 494780 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
[junit4] 2> 494780 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 494781 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@39b4b4a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 494787 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[529 (1517091400577974272)]} 0 0
[junit4] 2> 494788 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 495788 INFO (commitScheduler-1788-thread-1) [
x:collection1] o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 495790 INFO (commitScheduler-1788-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@34f6cf0d[collection1]
main
[junit4] 2> 495790 INFO (commitScheduler-1788-thread-1) [
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 495791 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@34f6cf0d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
[junit4] 2> 496040 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[530 (1517091401890791424)]} 0
1253
[junit4] 2> 496040 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0
QTime=0
[junit4] 2> 496041 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 496042 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{delete=[529 (-1517091401892888576)]} 0 0
[junit4] 2> 496042 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0
QTime=0
[junit4] 2> 497040 INFO (commitScheduler-1788-thread-1) [
x:collection1] o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 497041 INFO (commitScheduler-1788-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@49c820a2[collection1]
main
[junit4] 2> 497041 INFO (commitScheduler-1788-thread-1) [
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 497043 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@49c820a2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
[junit4] 2> 497044 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[550 (1517091402943561728)]} 0
2257
[junit4] 2> 497044 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 497045 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658880)]} 0
2258
[junit4] 2> 497045 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658881)]} 0
2258
[junit4] 2> 497045 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658882)]} 0
2258
[junit4] 2> 497045 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658883)]} 0
2258
[junit4] 2> 497045 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658884)]} 0
2258
[junit4] 2> 497045 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658885)]} 0
2258
[junit4] 2> 497045 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658886)]} 0
2258
[junit4] 2> 497045 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658887)]} 0
2258
[junit4] 2> 497045 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658888)]} 0
2258
[junit4] 2> 497046 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1517091402945658889)]} 0
2259
[junit4] 2> 497046 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 498044 INFO (commitScheduler-1788-thread-1) [
x:collection1] o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 498046 INFO (commitScheduler-1788-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7846af1a[collection1]
main
[junit4] 2> 498046 INFO (commitScheduler-1788-thread-1) [
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 498047 INFO
(searcherExecutor-1785-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7846af1a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)
Uninverting(_2(6.0.0):C11/9:delGen=1)))}
[junit4] 2> 498297 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[531 (1517091404258476032)]} 0
3510
[junit4] 2> 498297 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0
QTime=0
[junit4] 2> 498298 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
[junit4] 2> 498300 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
[junit4] 2> 498305 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@6547ddc4[collection1] realtime
[junit4] 2> 498305 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{deleteByQuery=*:* (-1517091404261621760)} 0 4
[junit4] 2> 498305 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 498305 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 498305 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 498306 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 498306 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 498320 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 498327 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 498341 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 498342 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 498346 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 498398 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 498402 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 498403 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 498405 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 498406 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 498407 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 498407 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 498408 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 498408 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 498408 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 498408 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 498408 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
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-trunk-Linux/solr/core/src/test-files/solr/collection1/conf'
[junit4] 2> 498408 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 498408 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/]
[junit4] 2> 498408 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5cee0dbb
[junit4] 2> 498409 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/index/
[junit4] 2> 498410 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-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9F727CAAE55D5402-001/init-core-data-001/
[junit4] 2> 498413 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 498413 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 498413 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 498413 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 498414 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 498414 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 498414 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 498414 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 498414 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 498414 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 498414 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 498414 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 498415 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 498416 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 498417 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 498417 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 498421 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 498424 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 498424 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please
update your config to use the ShowFileRequestHandler.
[junit4] 2> 498425 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 498428 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 498428 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 498429 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@55c3e5b6[collection1] main
[junit4] 2> 498429 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 498429 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
[junit4] 2> 498429 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 498429 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 498429 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 498431 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 498431 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 498432 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 498432 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 498432 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 498432 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 498432 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 498432 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 498432 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
[junit4] 2> 498433 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 498433 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version
buckets from index
[junit4] 2> 498433 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket
highest value from index
[junit4] 2> 498433 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 498434 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@55c3e5b6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 498435 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version
1517091404261621760
[junit4] 2> 498435 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
[junit4] 2> 498435 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@77ce2617
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e3ab43b),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@77ce2617
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e3ab43b),segFN=segments_2,generation=2}
[junit4] 2> 498435 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 498436 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=56.9033203125,
floorSegmentMB=1.2666015625, forceMergeDeletesPctAllowed=15.092959823197296,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 498436 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@77ce2617
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e3ab43b),segFN=segments_2,generation=2}
[junit4] 2> 498436 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 498437 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 498437 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@7b1f32fb[collection1] main
[junit4] 2> 498437 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.CoreContainer replacing core: collection1
[junit4] 2> 498437 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6dd758a5
[junit4] 2> 498437 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=3,autocommits=0,soft
autocommit maxTime=1000ms,soft
autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=14,adds=1,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=14,cumulative_deletesById=1,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
[junit4] 2> 498437 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 498447 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7b1f32fb[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 498448 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[0 (1517091404416811008)]} 0 0
[junit4] 2> 498448 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[1 (1517091404416811009)]} 0 0
[junit4] 2> 498449 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[2 (1517091404417859584)]} 0 1
[junit4] 2> 498449 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[3 (1517091404417859585)]} 0 1
[junit4] 2> 498449 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[4 (1517091404417859586)]} 0 1
[junit4] 2> 498449 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[5 (1517091404417859587)]} 0 1
[junit4] 2> 498449 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[6 (1517091404417859588)]} 0 1
[junit4] 2> 498449 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[7 (1517091404417859589)]} 0 1
[junit4] 2> 498449 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[8 (1517091404417859590)]} 0 1
[junit4] 2> 498449 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[9 (1517091404417859591)]} 0 1
[junit4] 2> 498449 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[10 (1517091404417859592)]} 0 1
[junit4] 2> 498450 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[11 (1517091404417859593)]} 0 1
[junit4] 2> 498450 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[12 (1517091404418908160)]} 0 2
[junit4] 2> 498450 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[13 (1517091404418908161)]} 0 2
[junit4] 2> 498450 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 498451 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[14 (1517091404419956736)]} 0 3
[junit4] 2> 498451 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[15 (1517091404419956737)]} 0 3
[junit4] 2> 498451 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 498451 ERROR
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:14&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> 498452 INFO (commitScheduler-1792-thread-1) [
x:collection1] o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 498452 ERROR
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=id:14&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException:
REQUEST FAILED: xpath=//result[@numFound=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:14&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
[junit4] 2> at
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:194)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:497)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:875)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 498453 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[9F727CAAE55D5402]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=AutoCommitTest
-Dtests.method=testMaxDocs -Dtests.seed=9F727CAAE55D5402 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=sv -Dtests.timezone=Indian/Cocos
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.16s J2 | AutoCommitTest.testMaxDocs <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([9F727CAAE55D5402:26F3AA75C9B75088]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:766)
[junit4] > at
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:194)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request
was:q=id:14&qt=standard&start=0&rows=20&version=2.2
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
[junit4] > ... 40 more
[junit4] 2> 498459 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[9F727CAAE55D5402]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
[junit4] 2> 498471 INFO (commitScheduler-1792-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@19fdbc2f[collection1]
main
[junit4] 2> 498473 INFO
(searcherExecutor-1789-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@19fdbc2f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.0.0):C16)))}
[junit4] 2> 498473 INFO (commitScheduler-1792-thread-1) [
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 498475 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[9F727CAAE55D5402]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6
[...truncated too long message...]
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:285)
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:467)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:197)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:157)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:58)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:388)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1333968 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[9F727CAAE55D5402]) [
] o.e.j.s.ServerConnector Stopped
ServerConnector@20966583{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 1333968 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[9F727CAAE55D5402]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@69ce8750{/f,null,UNAVAILABLE}
[junit4] 2> 1333969 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[9F727CAAE55D5402])
[n:127.0.0.1:59731_f c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.c.ChaosMonkey monkey: stop shard! 60055
[junit4] 2> 1333970 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[9F727CAAE55D5402])
[n:127.0.0.1:59731_f c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40382 40382
[junit4] 2> 1334027 INFO (Thread-4952) [n:127.0.0.1:37129_f c:collection1
s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer connecting to
127.0.0.1:40382 40382
[junit4] 2> 1334028 WARN (Thread-4952) [n:127.0.0.1:37129_f c:collection1
s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer Watch limit
violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 1334028 WARN
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[9F727CAAE55D5402])
[n:127.0.0.1:59731_f c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.c.SocketProxy Closing 9 connections to: http://127.0.0.1:60055/f, target:
http://127.0.0.1:57832/f
[junit4] 2> 1334028 WARN
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[9F727CAAE55D5402])
[n:127.0.0.1:59731_f c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:53876/f, target:
http://127.0.0.1:43221/f
[junit4] 2> 1334029 WARN
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[9F727CAAE55D5402])
[n:127.0.0.1:59731_f c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:59731/f, target:
http://127.0.0.1:51501/f
[junit4] 2> 1334029 WARN
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[9F727CAAE55D5402])
[n:127.0.0.1:59731_f c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:53102/f, target:
http://127.0.0.1:50104/f
[junit4] 2> 1334029 INFO
(SUITE-ForceLeaderTest-seed#[9F727CAAE55D5402]-worker) [n:127.0.0.1:59731_f
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.SolrTestCaseJ4
###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_9F727CAAE55D5402-001
[junit4] 2> Nov 06, 2015 12:12:24 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60):
{range_facet_l_dv=Lucene50(blocksize=128), _version_=FST50,
multiDefault=PostingsFormat(name=Asserting),
a_t=PostingsFormat(name=Asserting), intDefault=FST50,
id=Lucene50(blocksize=128), range_facet_i_dv=PostingsFormat(name=Asserting),
text=PostingsFormat(name=LuceneFixedGap),
range_facet_l=PostingsFormat(name=Asserting),
timestamp=PostingsFormat(name=Asserting)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
range_facet_i_dv=DocValuesFormat(name=Lucene54),
timestamp=DocValuesFormat(name=Lucene54)}, sim=ClassicSimilarity, locale=uk,
timezone=Europe/Lisbon
[junit4] 2> NOTE: Linux 3.19.0-31-generic amd64/Oracle Corporation
1.8.0_66 (64-bit)/cpus=12,threads=1,free=257462800,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestDocSet,
TestFieldTypeResource, TestCloudManagedSchemaConcurrent, TestRandomDVFaceting,
DistributedQueryComponentCustomSortTest, TestShortCircuitedRequests,
TestBadConfig, GraphQueryTest, MergeStrategyTest,
DistributedFacetPivotSmallTest, TestUniqueKeyFieldResource,
TestPseudoReturnFields, TestHashQParserPlugin, ExternalFileFieldSortTest,
TestNamedUpdateProcessors, HLLUtilTest, TestTrackingShardHandlerFactory,
CopyFieldTest, TestSimpleTrackingShardHandler, StandardRequestHandlerTest,
CursorMarkTest, PolyFieldTest, TestJoin, DeleteLastCustomShardedReplicaTest,
OutputWriterTest, TestCollationFieldDocValues, TestRemoteStreaming,
ResourceLoaderTest, TestManagedSchemaDynamicFieldResource,
AnalysisAfterCoreReloadTest, CollectionStateFormat2Test,
TestPKIAuthenticationPlugin, ExitableDirectoryReaderTest,
AsyncCallRequestStatusResponseTest, JsonLoaderTest, DistribCursorPagingTest,
TestStressLucene, CdcrUpdateLogTest, TestRangeQuery, FileBasedSpellCheckerTest,
SolrCoreTest, TestOverriddenPrefixQueryForCustomFieldType,
DistributedDebugComponentTest, TestBlobHandler, TestMergePolicyConfig,
TestMiniSolrCloudClusterBase, DistributedQueryElevationComponentTest,
JSONWriterTest, PingRequestHandlerTest, PathHierarchyTokenizerFactoryTest,
EnumFieldTest, BlockCacheTest, CleanupOldIndexTest,
DistributedSpellCheckComponentTest, TestDocumentBuilder,
SpatialHeatmapFacetsTest, TestSolrJ, DocumentAnalysisRequestHandlerTest,
TestManagedResourceStorage, SimpleMLTQParserTest, HdfsNNFailoverTest,
TestPhraseSuggestions, TestExactStatsCache, TestFaceting, TestRawTransformer,
QueryEqualityTest, DateFieldTest, DisMaxRequestHandlerTest,
CoreMergeIndexesAdminHandlerTest, TestFieldTypeCollectionResource,
TestRawResponseWriter, TestJsonFacets, XsltUpdateRequestHandlerTest,
TestDynamicFieldResource, DocValuesMissingTest, TestLuceneMatchVersion,
TestCSVLoader, LeaderElectionIntegrationTest, TestBinaryField,
TestInfoStreamLogging, TestConfigSetProperties, TestSortingResponseWriter,
LeaderInitiatedRecoveryOnCommitTest, TestSolrConfigHandlerCloud,
TestFunctionQuery, AnalyticsQueryTest, TestRandomFaceting,
TestMinMaxOnMultiValuedField, HdfsDirectoryTest, JavabinLoaderTest,
TestAnalyzedSuggestions, TestReRankQParserPlugin, TestSmileRequest,
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, BasicZkTest,
TestReplicationHandler, TestDistributedGrouping, TestHashPartitioner,
SimpleFacetsTest, PeerSyncTest, TestIndexSearcher,
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest,
TestFoldingMultitermQuery, TestTrie, SuggesterWFSTTest,
FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest,
SortByFunctionTest, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest,
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest,
TestCSVResponseWriter, TestPartialUpdateDeduplication, TestComponentsName,
TestLFUCache, CdcrVersionReplicationTest, CollectionReloadTest,
DeleteInactiveReplicaTest, DistributedQueueTest, ForceLeaderTest]
[junit4] Completed [426/555] on J0 in 129.99s, 3 tests, 1 failure, 1 skipped
<<< FAILURES!
[...truncated 420 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:775: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:719: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:516: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1432:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:987:
There were test failures: 555 suites (8 ignored), 2185 tests, 1 error, 1
failure, 76 ignored (38 assumptions) [seed: 9F727CAAE55D5402]
Total time: 53 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]