Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/267/
Java: 64bit/jdk1.7.0_80 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.search.TestIndexSearcher.testReopen
Error Message:
expected:<1> but was:<6>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<6>
at
__randomizedtesting.SeedInfo.seed([AB2AC4410E264C0F:876215577D1AC32C]: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.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.search.TestIndexSearcher.testReopen(TestIndexSearcher.java:161)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test
Error Message:
Error from server at http://127.0.0.1:45729/solr/testschemaapi_shard1_replica2:
ERROR: [doc=2] unknown field 'myNewField1'
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:45729/solr/testschemaapi_shard1_replica2: ERROR:
[doc=2] unknown field 'myNewField1'
at
__randomizedtesting.SeedInfo.seed([AB2AC4410E264C0F:237EFB9BA0DA21F7]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
at
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
at
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:45729/solr/testschemaapi_shard1_replica2:
ERROR: [doc=2] unknown field 'myNewField1'
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Build Log:
[...truncated 11551 lines...]
[junit4] Suite: org.apache.solr.search.TestIndexSearcher
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestIndexSearcher_AB2AC4410E264C0F-001/init-core-data-001
[junit4] 2> 1337583 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 1337583 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1337583 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1337584 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1337584 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr
[junit4] 2> 1337584 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1337584 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1337604 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1337617 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
[junit4] 2> 1337642 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1337649 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1337871 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1337878 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1337881 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1337885 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1337888 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1337890 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1337891 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1337891 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1337891 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr
[junit4] 2> 1337891 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr'
[junit4] 2> 1337891 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1337891 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr
[junit4] 2> 1337892 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 1329446096
[junit4] 2> 1337892 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr]
[junit4] 2> 1337892 WARN
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/lib
[junit4] 2> 1337892 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-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> 1337894 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1337894 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1337894 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1337894 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1337895 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1337896 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {loadOnStartup=true,
collection=collection1, schema=schema.xml, shard=shard1, config=solrconfig.xml,
transient=false, configSetProperties=configsetprops.json,
dataDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestIndexSearcher_AB2AC4410E264C0F-001/init-core-data-001,
name=collection1}
[junit4] 2> 1337896 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1337896 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1337896 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr
[junit4] 2> 1337896 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1337896 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1337919 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1337931 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
[junit4] 2> 1337956 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1337964 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1338157 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1338165 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1338167 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1338171 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1338174 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1338177 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1338177 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1338179 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1338179 INFO (coreLoadExecutor-4787-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 1338179 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1338179 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestIndexSearcher_AB2AC4410E264C0F-001/init-core-data-001/]
[junit4] 2> 1338179 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@32ded085
[junit4] 2> 1338180 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestIndexSearcher_AB2AC4410E264C0F-001/init-core-data-001
[junit4] 2> 1338180 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestIndexSearcher_AB2AC4410E264C0F-001/init-core-data-001/index/
[junit4] 2> 1338180 WARN (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestIndexSearcher_AB2AC4410E264C0F-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1338180 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestIndexSearcher_AB2AC4410E264C0F-001/init-core-data-001/index
[junit4] 2> 1338181 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=414129101,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1338181 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_1,generation=1}
[junit4] 2> 1338181 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1338182 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestIndexSearcher_AB2AC4410E264C0F-001/init-core-data-001/
[junit4] 2> 1338185 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1338185 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1338185 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1338185 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1338186 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1338186 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1338186 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1338186 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1338186 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1338186 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1338186 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1338186 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1338190 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1338192 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1338193 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1338195 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1338198 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1338201 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/file,/admin/luke,/search-facet-def,spellCheckWithWordbreak,/admin/ping,/mlt,spellCheckCompRH,defaults,/admin/system,/update/json,/update,/replication,/config,standard,spellCheckCompRH1,dismax,/update/json/docs,/get,/terms,/debug/dump,mltrh,/admin/mbeans,/update/csv,/admin/plugins,/schema,spellCheckCompRH_Direct,/admin/properties,mock,/admin/threads,lazy,/admin/logging,/admin/segments,/search-facet-invariants,spellCheckWithWordbreak_Direct,tvrh
[junit4] 2> 1338202 WARN (coreLoadExecutor-4787-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> 1338202 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1338203 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1338203 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1338203 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1338204 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1338204 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=4, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=52.55859375,
floorSegmentMB=0.41796875, forceMergeDeletesPctAllowed=29.26599588137641,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5755353093535199
[junit4] 2> 1338204 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_1,generation=1}
[junit4] 2> 1338204 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1338204 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@435550e0[collection1]
main
[junit4] 2> 1338205 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1338205 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1338205 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1338205 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1338234 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1338409 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1338409 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1338410 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1338410 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1338410 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1338410 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1338410 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1338411 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1338411 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1338411 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1338412 INFO
(searcherExecutor-4788-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@435550e0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1338412 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1338412 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1338412 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1338412 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1533535911949631488
[junit4] 2> 1338414 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with
highest version 1533535911949631488
[junit4] 2> 1338414 INFO (coreLoadExecutor-4787-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1338417 INFO
(SUITE-TestIndexSearcher-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1338420 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReopen
[junit4] 2> 1338423 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1 (1533535911959068672)]} 0 2
[junit4] 2> 1338428 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1533535911966408704)]} 0 0
[junit4] 2> 1338429 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338433 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_2,generation=2}
[junit4] 2> 1338433 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 1338435 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@53106a7[collection1] main
[junit4] 2> 1338435 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338436 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@53106a7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.1):C2)))}
[junit4] 2> 1338436 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 7
[junit4] 2> 1338440 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3 (1533535911976894464)]} 0 2
[junit4] 2> 1338441 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4 (1533535911980040192)]} 0 0
[junit4] 2> 1338442 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338446 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_2,generation=2}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_3,generation=3}
[junit4] 2> 1338446 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
[junit4] 2> 1338446 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@62bcbc79[collection1] main
[junit4] 2> 1338447 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338448 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@62bcbc79[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.1):C2)
Uninverting(_1(5.5.1):C2)))}
[junit4] 2> 1338448 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 5
[junit4] 2> 1338450 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5 (1533535911988428800)]} 0 1
[junit4] 2> 1338452 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6 (1533535911990525952)]} 0 0
[junit4] 2> 1338452 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338457 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_3,generation=3}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_4,generation=4}
[junit4] 2> 1338457 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 4
[junit4] 2> 1338457 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@369c47e0[collection1] main
[junit4] 2> 1338458 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338458 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@369c47e0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.1):C2)
Uninverting(_1(5.5.1):C2) Uninverting(_2(5.5.1):C2)))}
[junit4] 2> 1338459 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 6
[junit4] 2> 1338460 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338460 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1338461 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 1338461 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338461 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 0
[junit4] 2> 1338463 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7 (1533535912002060288)]} 0 1
[junit4] 2> 1338464 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338470 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_4,generation=4}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_5,generation=5}
[junit4] 2> 1338470 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 5
[junit4] 2> 1338471 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@3e01b70f[collection1] main
[junit4] 2> 1338471 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338473 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3e01b70f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.1):C2)
Uninverting(_1(5.5.1):C2) Uninverting(_2(5.5.1):C2)
Uninverting(_3(5.5.1):C1)))}
[junit4] 2> 1338473 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 9
[junit4] 2> 1338476 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{delete=[1 (-1533535912015691776)]} 0 1
[junit4] 2> 1338477 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338478 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_5,generation=5}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_6,generation=6}
[junit4] 2> 1338478 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 6
[junit4] 2> 1338479 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@1568d540[collection1] main
[junit4] 2> 1338479 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338480 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1568d540[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.5.1):c7/1:delGen=1)))}
[junit4] 2> 1338480 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 3
[junit4] 2> 1338482 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testReopen
[junit4] 2> 1338484 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@1092872d[collection1] realtime
[junit4] 2> 1338484 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:* (-1533535912023031808)} 0 2
[junit4] 2> 1338485 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338486 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_6,generation=6}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_7,generation=7}
[junit4] 2> 1338486 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 7
[junit4] 2> 1338486 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@cb77e65[collection1] main
[junit4] 2> 1338486 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338488 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@cb77e65[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1338488 INFO
(TEST-TestIndexSearcher.testReopen-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 2
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestIndexSearcher
-Dtests.method=testReopen -Dtests.seed=AB2AC4410E264C0F -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=it-CH -Dtests.timezone=CET
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.07s J1 | TestIndexSearcher.testReopen <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<1> but
was:<6>
[junit4] > at
__randomizedtesting.SeedInfo.seed([AB2AC4410E264C0F:876215577D1AC32C]:0)
[junit4] > at
org.apache.solr.search.TestIndexSearcher.testReopen(TestIndexSearcher.java:161)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1338495 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCloses
[junit4] 2> 1338496 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1 (1533535912036663296)]} 0 1
[junit4] 2> 1338497 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338512 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_7,generation=7}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_8,generation=8}
[junit4] 2> 1338512 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 8
[junit4] 2> 1338513 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@74b869bf[collection1] realtime
[junit4] 2> 1338513 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338513 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 16
[junit4] 2> 1338515 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338515 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338515 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1338515 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338515 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 0
[junit4] 2> 1338517 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3 (1533535912058683392)]} 0 1
[junit4] 2> 1338519 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12 (1533535912060780544)]} 0 0
[junit4] 2> 1338520 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338520 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338526 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_8,generation=8}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_9,generation=9}
[junit4] 2> 1338526 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 9
[junit4] 2> 1338527 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@5a9dc532[collection1] realtime
[junit4] 2> 1338527 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338527 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 7
[junit4] 2> 1338529 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338529 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338531 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_9,generation=9}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_a,generation=10}
[junit4] 2> 1338531 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 10
[junit4] 2> 1338532 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@ecaffc7[collection1] main
[junit4] 2> 1338532 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338533 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@ecaffc7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(5.5.1):C3)))}
[junit4] 2> 1338533 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 5
[junit4] 2> 1338537 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[13 (1533535912079654912)]} 0 1
[junit4] 2> 1338539 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338543 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_a,generation=10}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_b,generation=11}
[junit4] 2> 1338543 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 11
[junit4] 2> 1338543 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@68578d23[collection1] realtime
[junit4] 2> 1338543 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338543 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 4
[junit4] 2> 1338544 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338544 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338549 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@7d381bad[collection1] main
[junit4] 2> 1338549 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338550 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7d381bad[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(5.5.1):c4)))}
[junit4] 2> 1338551 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 6
[junit4] 2> 1338553 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9 (1533535912096432128)]} 0 1
[junit4] 2> 1338554 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1 (1533535912098529280)]} 0 0
[junit4] 2> 1338556 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[13 (1533535912099577856)]} 0 0
[junit4] 2> 1338557 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4 (1533535912100626432)]} 0 0
[junit4] 2> 1338558 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1 (1533535912101675008)]} 0 0
[junit4] 2> 1338558 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338562 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@331604dd[collection1] main
[junit4] 2> 1338563 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338564 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@331604dd[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(5.5.1):c4/2)
Uninverting(_b(5.5.1):C5/1:delGen=1)))}
[junit4] 2> 1338564 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 5
[junit4] 2> 1338565 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338565 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338569 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_b,generation=11}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_c,generation=12}
[junit4] 2> 1338569 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 12
[junit4] 2> 1338570 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@46da8284[collection1] realtime
[junit4] 2> 1338570 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338570 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 4
[junit4] 2> 1338572 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12 (1533535912116355072)]} 0 0
[junit4] 2> 1338573 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[11 (1533535912118452224)]} 0 0
[junit4] 2> 1338574 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4 (1533535912119500800)]} 0 0
[junit4] 2> 1338575 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338575 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338580 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@649ac36d[collection1] main
[junit4] 2> 1338581 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338584 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@649ac36d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_e(5.5.1):c7)))}
[junit4] 2> 1338592 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 16
[junit4] 2> 1338594 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4 (1533535912139423744)]} 0 0
[junit4] 2> 1338595 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1 (1533535912140472320)]} 0 0
[junit4] 2> 1338596 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7 (1533535912142569472)]} 0 0
[junit4] 2> 1338596 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338599 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@5eebc381[collection1] main
[junit4] 2> 1338600 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338601 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5eebc381[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_e(5.5.1):c7/2)
Uninverting(_f(5.5.1):C3)))}
[junit4] 2> 1338601 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 4
[junit4] 2> 1338602 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4 (1533535912148860928)]} 0 0
[junit4] 2> 1338603 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[11 (1533535912149909504)]} 0 0
[junit4] 2> 1338604 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338604 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338610 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_c,generation=12}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_d,generation=13}
[junit4] 2> 1338610 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 13
[junit4] 2> 1338610 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@182e346f[collection1] realtime
[junit4] 2> 1338611 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338611 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 7
[junit4] 2> 1338612 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338613 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@20a4e3af[collection1] main
[junit4] 2> 1338613 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338614 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@20a4e3af[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_h(5.5.1):c8)))}
[junit4] 2> 1338615 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 2
[junit4] 2> 1338615 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338616 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338618 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@799849d1[collection1] main
[junit4] 2> 1338618 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338620 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@799849d1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_i(5.5.1):C8)))}
[junit4] 2> 1338620 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 4
[junit4] 2> 1338621 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338621 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_d,generation=13}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_e,generation=14}
[junit4] 2> 1338621 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 14
[junit4] 2> 1338621 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@251f7c9c[collection1] realtime
[junit4] 2> 1338621 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338621 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 0
[junit4] 2> 1338622 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338622 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1338622 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@547f120f[collection1] main
[junit4] 2> 1338622 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338623 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@547f120f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_i(5.5.1):C8)))}
[junit4] 2> 1338624 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 1
[junit4] 2> 1338624 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338625 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 1338625 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338625 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 0
[junit4] 2> 1338626 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[11 (1533535912172978176)]} 0 0
[junit4] 2> 1338627 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1533535912175075328)]} 0 0
[junit4] 2> 1338628 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338628 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338636 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_e,generation=14}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_f,generation=15}
[junit4] 2> 1338636 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 15
[junit4] 2> 1338637 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@161022c6[collection1] main
[junit4] 2> 1338637 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338638 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@161022c6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_k(5.5.1):c9)))}
[junit4] 2> 1338638 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 10
[junit4] 2> 1338639 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338639 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1338639 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 1338640 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338640 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 0
[junit4] 2> 1338642 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12 (1533535912189755392)]} 0 1
[junit4] 2> 1338644 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338647 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_f,generation=15}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_g,generation=16}
[junit4] 2> 1338647 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 16
[junit4] 2> 1338648 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@4403d74a[collection1] main
[junit4] 2> 1338648 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338649 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4403d74a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_k(5.5.1):c9/1:delGen=1)
Uninverting(_l(5.5.1):C1)))}
[junit4] 2> 1338649 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 5
[junit4] 2> 1338652 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4 (1533535912199192576)]} 0 1
[junit4] 2> 1338653 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338653 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338661 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@423f2d61[collection1] main
[junit4] 2> 1338662 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338662 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@423f2d61[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_n(5.5.1):c9)))}
[junit4] 2> 1338663 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 10
[junit4] 2> 1338664 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338664 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338669 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@6c5114d2[collection1] main
[junit4] 2> 1338669 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338670 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6c5114d2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_o(5.5.1):C9)))}
[junit4] 2> 1338670 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 6
[junit4] 2> 1338672 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1533535912222261248)]} 0 0
[junit4] 2> 1338673 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12 (1533535912223309824)]} 0 0
[junit4] 2> 1338674 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338674 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338682 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_g,generation=16}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_h,generation=17}
[junit4] 2> 1338682 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 17
[junit4] 2> 1338683 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@b18e584[collection1] realtime
[junit4] 2> 1338683 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338683 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 9
[junit4] 2> 1338685 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1533535912234844160)]} 0 0
[junit4] 2> 1338686 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338686 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338690 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@58c60e6c[collection1] main
[junit4] 2> 1338691 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338692 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@58c60e6c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_s(5.5.1):c9)))}
[junit4] 2> 1338692 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 6
[junit4] 2> 1338694 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6 (1533535912244281344)]} 0 0
[junit4] 2> 1338695 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1533535912246378496)]} 0 0
[junit4] 2> 1338696 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1533535912247427072)]} 0 0
[junit4] 2> 1338697 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0 (1533535912248475648)]} 0 0
[junit4] 2> 1338697 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1533535912248475649)]} 0 0
[junit4] 2> 1338698 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338698 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338704 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@1cb996fb[collection1] main
[junit4] 2> 1338705 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338705 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1cb996fb[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_u(5.5.1):C11)))}
[junit4] 2> 1338705 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 7
[junit4] 2> 1338706 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1338707 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_h,generation=17}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5680a19f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16f2fa17),segFN=segments_i,generation=18}
[junit4] 2> 1338707 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 18
[junit4] 2> 1338707 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@70726840[collection1] main
[junit4] 2> 1338708 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338708 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@70726840[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_u(5.5.1):C11)))}
[junit4] 2> 1338708 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 1
[junit4] 2> 1338710 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3 (1533535912261058560)]} 0 0
[junit4] 2> 1338710 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1338710 WARN
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the
entire index! Use with care.
[junit4] 2> 1338716 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@117e8785[collection1] main
[junit4] 2> 1338716 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1338717 INFO (searcherExecutor-4788-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@117e8785[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_w(5.5.1):c11)))}
[junit4] 2> 1338717 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{optimize=} 0 6
[junit4] 2> 1338719 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10 (1533535912270495744)]} 0 0
[junit4] 2> 1338720 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10 (1533535912272592896)]} 0 0
[junit4] 2> 1338721 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[13 (1533535912272592897)]} 0 0
[junit4] 2> 1338721 INFO
(TEST-TestIndexSearcher.testCloses-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearch
[...truncated too long message...]
(Thread-4986) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32831 32831
[junit4] 2> 2232640 WARN (Thread-4986) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/configs/conf1
[junit4] 2> 5 /solr/configs/conf1/managed-schema
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/testschemaapi/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/collections
[junit4] 2> 3 /solr/live_nodes
[junit4] 2>
[junit4] 2> 2232640 INFO
(TEST-TestManagedSchemaAPI.test-seed#[AB2AC4410E264C0F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestManagedSchemaAPI -Dtests.method=test
-Dtests.seed=AB2AC4410E264C0F -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ar-DZ -Dtests.timezone=Asia/Sakhalin -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 11.4s J2 | TestManagedSchemaAPI.test <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:45729/solr/testschemaapi_shard1_replica2: ERROR:
[doc=2] unknown field 'myNewField1'
[junit4] > at
__randomizedtesting.SeedInfo.seed([AB2AC4410E264C0F:237EFB9BA0DA21F7]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
[junit4] > at
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
[junit4] > at
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:45729/solr/testschemaapi_shard1_replica2:
ERROR: [doc=2] unknown field 'myNewField1'
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] 2> 2232643 INFO
(SUITE-TestManagedSchemaAPI-seed#[AB2AC4410E264C0F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_AB2AC4410E264C0F-001
[junit4] 2> May 06, 2016 12:31:46 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 3 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene54):
{_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval),
myNewField=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=Memory doPackFST= false)}, docValues:{},
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-DZ,
timezone=Asia/Sakhalin
[junit4] 2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 1.7.0_80
(64-bit)/cpus=12,threads=1,free=272112168,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestCoreDiscovery,
HighlighterConfigTest, ConfigSetsAPITest, TestFieldCollectionResource,
NoCacheHeaderTest, TestDistribIDF, TestSerializedLuceneMatchVersion,
SuggesterTSTTest, DateMathParserTest, TestXIncludeConfig,
SpatialHeatmapFacetsTest, SimpleFacetsTest, ShowFileRequestHandlerTest,
DocValuesMultiTest, TestManagedResource, CoreMergeIndexesAdminHandlerTest,
SolrCoreCheckLockOnStartupTest, HdfsBasicDistributedZk2Test,
TestBulkSchemaConcurrent, OverseerTest, TestSolrConfigHandlerConcurrent,
DebugComponentTest, ExitableDirectoryReaderTest, TestCollationField,
TestMiniSolrCloudClusterSSL, TestManagedSchemaFieldTypeResource,
RecoveryAfterSoftCommitTest, TestJmxIntegration, TestJettySolrRunner,
TestRawTransformer, TestExclusionRuleCollectionAccess,
CurrencyFieldXmlFileTest, RegexBoostProcessorTest, TestInfoStreamLogging,
SmileWriterTest, TestSearchPerf, RecoveryZkTest, PluginInfoTest,
DistributedQueryComponentOptimizationTest, HdfsLockFactoryTest,
ScriptEngineTest, AutoCommitTest, TestAuthorizationFramework,
LeaderElectionTest, WrapperMergePolicyFactoryTest, TestTestInjection,
TestChildDocTransformer, RequestHandlersTest, TestFuzzyAnalyzedSuggestions,
BlockDirectoryTest, TestLRUStatsCache, TestDistributedMissingSort,
TestJsonRequest, TestTolerantSearch, BasicDistributedZk2Test,
TestMaxScoreQueryParser, TestJmxMonitoredMap, StatsComponentTest,
DistribCursorPagingTest, SolrXmlInZkTest, TestExtendedDismaxParser,
SuggesterWFSTTest, TestSolrDynamicMBean, SuggesterTest, TestCSVResponseWriter,
TestPerFieldSimilarity, TestRebalanceLeaders, DistributedQueueTest,
TestConfigSetsAPI, TestDefaultSearchFieldResource, DirectUpdateHandlerTest,
RestartWhileUpdatingTest, AtomicUpdatesTest, DistributedFacetPivotLargeTest,
DirectUpdateHandlerOptimizeTest, CursorMarkTest, TestSolr4Spatial2,
DataDrivenBlockJoinTest, TestTrackingShardHandlerFactory, TestBulkSchemaAPI,
TestSuggestSpellingConverter, AssignTest, TestTrieFacet, TestCharFilters,
TestRecovery, ClusterStateTest, TestSweetSpotSimilarityFactory,
SortSpecParsingTest, DirectSolrConnectionTest, TestNamedUpdateProcessors,
HdfsSyncSliceTest, SortByFunctionTest, TestSolrDeletionPolicy1,
XsltUpdateRequestHandlerTest, TestSurroundQueryParser,
DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf,
TestReversedWildcardFilterFactory, TestQueryTypes, FileBasedSpellCheckerTest,
DocumentBuilderTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest,
TestArbitraryIndexDir, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest,
BinaryUpdateRequestHandlerTest, TestComponentsName, UpdateParamsTest,
SolrIndexConfigTest, SampleTest, TestElisionMultitermQuery, OutputWriterTest,
TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestBM25SimilarityFactory,
TestFastWriter, TimeZoneUtilsTest, TestFastLRUCache, PrimUtilsTest,
DOMUtilTest, TestSolrJ, SliceStateTest, CursorPagingTest,
CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest,
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest,
DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest,
LeaderInitiatedRecoveryOnCommitTest, OverseerStatusTest, OverseerTaskQueueTest,
RemoteQueryErrorTest, SharedFSAutoReplicaFailoverUtilsTest,
SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestCryptoKeys,
TestMiniSolrCloudCluster, TriLevelCompositeIdRoutingTest,
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest,
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest,
HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest,
HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest, ZkStateWriterTest,
RulesTest, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest,
SegmentsInfoRequestHandlerTest, DistributedExpandComponentTest,
DistributedFacetPivotSmallTest, DistributedSuggestComponentTest,
TestDistributedStatsComponentCardinality, TestCollationFieldDocValues,
TestManagedSchemaAPI]
[junit4] Completed [518/572 (2!)] on J2 in 11.97s, 1 test, 1 error <<<
FAILURES!
[...truncated 187 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build.xml:233: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/common-build.xml:534: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033:
There were test failures: 572 suites (7 ignored), 2293 tests, 1 error, 1
failure, 84 ignored (39 assumptions) [seed: AB2AC4410E264C0F]
Total time: 62 minutes 29 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]