Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17694/
Java: 32bit/jdk-9-ea+132 -server -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([B4F4AEA86B0973FC:5DAE1590F590E354]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
at
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
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
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(java.base@9-ea/Thread.java:843)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
... 41 more
FAILED: org.apache.solr.cloud.TestLocalFSCloudBackupRestore.test
Error Message:
Error from server at http://127.0.0.1:35130/solr: specified location
file:///location/does/not/exist does not exist.
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:35130/solr: specified location
file:///location/does/not/exist does not exist.
at
__randomizedtesting.SeedInfo.seed([B4F4AEA86B0973FC:3CA09172C5F51E04]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:608)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
at
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testInvalidPath(AbstractCloudBackupRestoreTestCase.java:148)
at
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:127)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
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(java.base@9-ea/Thread.java:843)
Build Log:
[...truncated 10671 lines...]
[junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001
[junit4] 2> 89625 INFO
(SUITE-TestArbitraryIndexDir-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 89635 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
[junit4] 2> 89635 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 89635 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 89635 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 89635 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 89638 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 89638 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 89680 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 89690 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 89692 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 89721 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 89739 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 89861 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 89863 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 89864 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (2)
[junit4] 2> 89881 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 89884 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 89887 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 89887 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 89887 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
[junit4] 2> 89887 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 89887 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 89887 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.CoreContainer New CoreContainer 20548857
[junit4] 2> 89887 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
[junit4] 2> 89888 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
[junit4] 2> 89888 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
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,
[junit4] 2> 89897 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 89897 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 89897 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 89897 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 89897 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 89899 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema12.xml,
dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001,
collection=collection1, loadOnStartup=true, transient=false, name=collection1,
shard=shard1, config=solrconfig.xml, configSetProperties=configsetprops.json}
[junit4] 2> 89899 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 89900 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 89900 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 89900 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 89900 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 89929 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 89940 WARN (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 89947 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 89979 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 89988 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 90069 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 90070 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 90070 WARN (coreLoadExecutor-96-thread-1) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (2)
[junit4] 2> 90083 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 90085 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 90088 INFO (coreLoadExecutor-96-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-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 90088 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 90088 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 90089 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/]
[junit4] 2> 90089 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information
with JMX.
[junit4] 2> 90092 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/snapshot_metadata
[junit4] 2> 90092 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 90092 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001
[junit4] 2> 90093 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index/
[junit4] 2> 90093 WARN (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 90093 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index
[junit4] 2> 90093 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=39, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=92.037109375,
floorSegmentMB=1.08203125, forceMergeDeletesPctAllowed=8.077989760157852,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 90160 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ab03f),segFN=segments_1,generation=1}
[junit4] 2> 90160 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 90161 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/
[junit4] 2> 90163 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 90163 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 90163 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 90164 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 90164 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 90164 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 90164 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 90164 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 90164 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 90164 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 90165 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 90165 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 90172 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 90175 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 90176 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 90177 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 90180 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 90182 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 90182 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 90183 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 90183 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 90183 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2828484912146446]
[junit4] 2> 90185 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ab03f),segFN=segments_1,generation=1}
[junit4] 2> 90185 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 90185 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@10479b2[collection1] main]
[junit4] 2> 90185 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 90185 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
[junit4] 2> 90185 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 90186 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 90227 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 90564 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 90565 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 90565 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 90565 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 90565 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 90566 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 90566 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 90566 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 90567 INFO (coreLoadExecutor-96-thread-1) [ ]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 90568 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 90568 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 90569 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 90569 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@10479b2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 90574 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 5
[junit4] 2> 90780 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 91129 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ab03f),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ab03f),segFN=segments_2,generation=2}
[junit4] 2> 91129 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 91130 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrCore New index directory detected:
old=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index/
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index_temp
[junit4] 2> 91141 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@19a31d8[collection1] main]
[junit4] 2> 91141 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 91141 INFO (searcherExecutor-97-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@19a31d8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
[junit4] 2> 91141 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 361
[junit4] 2> 91142 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 91142 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 91142 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 91142 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 91142 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 91170 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 91175 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 91177 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 91200 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 91205 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 91317 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 91318 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 91319 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (2)
[junit4] 2> 91330 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 91333 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 91336 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
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-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 91337 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 91338 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/]
[junit4] 2> 91338 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information
with JMX.
[junit4] 2> 91338 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 91339 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index_temp
[junit4] 2> 91340 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/
[junit4] 2> 91340 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ]
o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/
[junit4] 2> 91341 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ]
o.a.s.c.CachingDirectoryFactory Cannot delete directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index
as it is still being referenced in the cache!
[junit4] 2> 91341 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ]
o.a.s.c.DirectoryFactory Delete old index directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index
failed.
[junit4] 2> 91342 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 91342 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 91342 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 91342 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 91342 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 91342 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 91342 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 91342 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 91342 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 91343 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 91343 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 91343 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 91346 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 91347 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 91349 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 91350 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 91353 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 91354 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 91354 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 91354 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 91354 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 91355 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1aba859[collection1] main]
[junit4] 2> 91355 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 91356 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
[junit4] 2> 91356 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 91356 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 91356 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 91361 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 91361 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 91362 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 91362 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 91362 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 91362 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
[junit4] 2> 91362 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 91363 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 91363 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 91363 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 91363 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 91363 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1aba859[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
[junit4] 2> 91364 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index_temp
[junit4] 2> 91364 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=1.9130859375,
floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=7.513372173022805,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6440023522370727
[junit4] 2> 91367 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index_temp
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@162f6e9),segFN=segments_1,generation=1}
[junit4] 2> 91367 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 91367 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 91369 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@13a25d8[collection1] main]
[junit4] 2> 91370 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.CoreContainer replacing core: collection1
[junit4] 2> 91370 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@a25512
[junit4] 2> 91370 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 91370 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 91372 INFO (searcherExecutor-101-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@13a25d8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
[junit4] 2> 91373 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2
[junit4] 2> 91374 ERROR
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:2&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> 91375 ERROR
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException:
REQUEST FAILED: xpath=*[count(//doc)=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:2&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
[junit4] 2> at
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
[junit4] 2> at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
[junit4] 2> at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
[junit4] 2> at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at
java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] 2>
[junit4] 2> 91376 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[B4F4AEA86B0973FC]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir
-Dtests.seed=B4F4AEA86B0973FC -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=teo -Dtests.timezone=Asia/Kamchatka -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 1.75s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([B4F4AEA86B0973FC:5DAE1590F590E354]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
[junit4] > at
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
[junit4] > at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=*[count(//doc)=1]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request
was:q=id:2&qt=standard&start=0&rows=20&version=2.2
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
[junit4] > ... 41 more
[junit4] 2> 91381 INFO
(SUITE-TestArbitraryIndexDir-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 91381 INFO
(SUITE-TestArbitraryIndexDir-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=20548857
[junit4] 2> 91382 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3ee3ae
[junit4] 2> 91382 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 91382 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 91382 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing
IndexWriter
[junit4] 2> 91382 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
[junit4] 2> 91383 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 91383 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 4 directories
currently being tracked
[junit4] 2> 91384 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index;done=false>>]
[junit4] 2> 91384 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 91384 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index
[junit4] 2> 91411 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001;done=false>>]
[junit4] 2> 91411 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 91411 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001
[junit4] 2> 91411 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/snapshot_metadata
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/snapshot_metadata;done=false>>]
[junit4] 2> 91411 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 91411 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/snapshot_metadata
[junit4] 2> 91411 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index_temp
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index_temp;done=false>>]
[junit4] 2> 91411 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 91411 INFO (coreCloseExecutor-105-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001/init-core-data-001/index_temp
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_B4F4AEA86B0973FC-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{name=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{}, maxPointsInLeafNode=84, maxMBSortInHeap=7.081232263012961,
sim=ClassicSimilarity, locale=teo, timezone=Asia/Kamchatka
[junit4] 2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=18034640,total=66560000
[junit4] 2> NOTE: All tests run in this JVM: [AnalysisAfterCoreReloadTest,
TestUseDocValuesAsStored, TestUniqueKeyFieldResource, TestArbitraryIndexDir]
[junit4] Completed [42/632 (1!)] on J0 in 1.87s, 1 test, 1 error <<<
FAILURES!
[...truncated 480 lines...]
[junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/init-core-data-001
[junit4] 2> 470868 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 470868 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 470869 INFO (Thread-909) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 470869 INFO (Thread-909) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 470969 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:38446
[junit4] 2> 470969 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 470969 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 470971 INFO (zkCallback-680-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@188de85 name:ZooKeeperConnection
Watcher:127.0.0.1:38446 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 470971 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 470971 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 470971 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 470973 INFO (jetty-launcher-679-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 470973 INFO (jetty-launcher-679-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 470975 INFO (jetty-launcher-679-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1d05b32{/solr,null,AVAILABLE}
[junit4] 2> 470975 INFO (jetty-launcher-679-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1256a0d{/solr,null,AVAILABLE}
[junit4] 2> 470977 INFO (jetty-launcher-679-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@56a379{HTTP/1.1,[http/1.1]}{127.0.0.1:40638}
[junit4] 2> 470977 INFO (jetty-launcher-679-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@121a4af{HTTP/1.1,[http/1.1]}{127.0.0.1:35130}
[junit4] 2> 470977 INFO (jetty-launcher-679-thread-1) [ ]
o.e.j.s.Server Started @473188ms
[junit4] 2> 470977 INFO (jetty-launcher-679-thread-2) [ ]
o.e.j.s.Server Started @473188ms
[junit4] 2> 470977 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40638}
[junit4] 2> 470977 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35130}
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@17b1517
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@17b1517
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node1'
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node2'
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 470978 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 470987 INFO (zkCallback-682-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@d21978 name:ZooKeeperConnection
Watcher:127.0.0.1:38446/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 470987 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 470987 INFO (zkCallback-681-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@493fd5 name:ZooKeeperConnection
Watcher:127.0.0.1:38446/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 470987 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 470987 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 470987 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 470987 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 470987 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 470996 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node1/.
[junit4] 2> 470996 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node2/.
[junit4] 2> 470996 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 31137144
[junit4] 2> 470996 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x156ccbac2970001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] 2> 470996 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node1]
[junit4] 2> 470996 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 9853512
[junit4] 2> 470997 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node2]
[junit4] 2> 470997 WARN (jetty-launcher-679-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node1/lib
[junit4] 2> 470997 WARN (jetty-launcher-679-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node2/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node2/lib
[junit4] 2> 470997 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 470997 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 470998 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 470998 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 470998 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 470998 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38446/solr
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38446/solr
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 470999 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 471000 INFO (zkCallback-687-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@117e33b name:ZooKeeperConnection
Watcher:127.0.0.1:38446 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 471000 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 471000 INFO (zkCallback-688-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@15ad2a1 name:ZooKeeperConnection
Watcher:127.0.0.1:38446 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 471000 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 471000 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 471000 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 471000 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$236/11088421@ae78d5
[junit4] 2> 471001 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$236/11088421@9dd1f3
[junit4] 2> 471001 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 471001 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 471001 INFO (zkCallback-689-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@19ce711 name:ZooKeeperConnection
Watcher:127.0.0.1:38446/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 471001 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 471001 INFO (zkCallback-690-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5d3615 name:ZooKeeperConnection
Watcher:127.0.0.1:38446/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 471002 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 471002 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 471002 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 471003 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 471003 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 471004 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 471004 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 471005 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 471005 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 471007 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 471007 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 471008 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 471008 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 471008 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 471009 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 471009 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 471009 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 471009 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 471009 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 471010 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 471010 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 471010 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 471010 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 471011 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 471011 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 471011 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/96489544535703557-127.0.0.1:40638_solr-n_0000000000
[junit4] 2> 471011 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/96489544535703558-127.0.0.1:35130_solr-n_0000000001
[junit4] 2> 471011 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40638_solr
[junit4] 2> 471011 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 471011 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96489544535703557-127.0.0.1:40638_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 471012 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35130_solr
[junit4] 2> 471012 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35130_solr
[junit4] 2> 471012 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=96489544535703557-127.0.0.1:40638_solr-n_0000000000) starting
[junit4] 2> 471012 INFO (zkCallback-689-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 471012 INFO (zkCallback-690-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 471012 INFO (zkCallback-690-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 471013 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 471013 INFO (zkCallback-689-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 471015 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 471015 INFO
(OverseerCollectionConfigSetProcessor-96489544535703557-127.0.0.1:40638_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer
operations
[junit4] 2> 471016 INFO
(OverseerStateUpdate-96489544535703557-127.0.0.1:40638_solr-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 471016 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:40638_solr as DOWN
[junit4] 2> 471016 INFO
(OverseerStateUpdate-96489544535703557-127.0.0.1:40638_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
[junit4] 2> 471016 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40638_solr
[junit4] 2> 471016 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40638_solr
[junit4] 2> 471017 INFO
(OverseerStateUpdate-96489544535703557-127.0.0.1:40638_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:40638_solr"} current state version: 0
[junit4] 2> 471017 INFO
(OverseerStateUpdate-96489544535703557-127.0.0.1:40638_solr-n_0000000000) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40638_solr
[junit4] 2> 471017 INFO (zkCallback-690-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 471017 INFO (zkCallback-690-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 471017 INFO (zkCallback-689-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 471021 INFO (zkCallback-689-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 471043 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 471043 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 471044 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node2/.
[junit4] 2> 471045 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 471046 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 471046 INFO (jetty-launcher-679-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 471050 INFO (jetty-launcher-679-thread-1) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping set
[...truncated too long message...]
4] 2> 486112 INFO (coreCloseExecutor-2426-thread-3) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node2/./backuprestore_restored_shard1_1_replica0/data/restore.20160827160021009
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node2/./backuprestore_restored_shard1_1_replica0/data/restore.20160827160021009;done=false>>]
[junit4] 2> 486112 ERROR (jetty-launcher-679-thread-1-EventThread) [ ]
o.a.z.ClientCnxn Error while calling watcher
[junit4] 2> java.util.concurrent.RejectedExecutionException: Task
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$179/27177621@3cd713
rejected from
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@d1b886[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 201]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(java.base@9-ea/ThreadPoolExecutor.java:2073)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.reject(java.base@9-ea/ThreadPoolExecutor.java:839)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.execute(java.base@9-ea/ThreadPoolExecutor.java:1385)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
[junit4] 2> at
java.util.concurrent.AbstractExecutorService.submit(java.base@9-ea/AbstractExecutorService.java:118)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
[junit4] 2> 486112 INFO (jetty-launcher-679-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1d05b32{/solr,null,UNAVAILABLE}
[junit4] 2> 486112 INFO (zkCallback-690-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 486112 INFO (coreCloseExecutor-2426-thread-3) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 486112 INFO (coreCloseExecutor-2426-thread-3) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001/tempDir-001/node2/./backuprestore_restored_shard1_1_replica0/data/restore.20160827160021009
[junit4] 2> 486113 INFO (zkCallback-690-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35130_solr
[junit4] 2> 486113 INFO (zkCallback-690-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 486113 INFO (zkCallback-690-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 486113 INFO (zkCallback-690-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 486113 WARN (zkCallback-690-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 487613 WARN (zkCallback-690-thread-1) [ ]
o.a.s.c.LeaderElector
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer_elect/leader
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:297)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:294)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:294)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:527)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:458)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:445)
[junit4] 2> at
org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:724)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(java.base@9-ea/Executors.java:514)
[junit4] 2> at
java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
[junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] 2> 487614 INFO (jetty-launcher-679-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1256a0d{/solr,null,UNAVAILABLE}
[junit4] 2> 487615 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38446 38446
[junit4] 2> 487670 INFO (Thread-909) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:38446 38446
[junit4] 2> 487670 WARN (Thread-909) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2> 2 /solr/collections/backuprestore/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 26 /solr/overseer/queue
[junit4] 2> 7 /solr/overseer/collection-queue-work
[junit4] 2> 5 /solr/overseer/queue-work
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> 487671 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[B4F4AEA86B0973FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_B4F4AEA86B0973FC-001
[junit4] 2> Aug 27, 2016 4:00:23 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{shard_s=PostingsFormat(name=Direct),
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{},
maxPointsInLeafNode=689, maxMBSortInHeap=6.103916001254814,
sim=RandomSimilarity(queryNorm=true): {}, locale=dav, timezone=Etc/GMT0
[junit4] 2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=183940784,total=484499456
[junit4] 2> NOTE: All tests run in this JVM: [AnalysisAfterCoreReloadTest,
TestUseDocValuesAsStored, TestUniqueKeyFieldResource, TestArbitraryIndexDir,
TestPhraseSuggestions, DistributedQueryElevationComponentTest,
PathHierarchyTokenizerFactoryTest, TestReplicationHandlerBackup,
BasicAuthIntegrationTest, UUIDFieldTest,
DocExpirationUpdateProcessorFactoryTest, TestDistribDocBasedVersion,
TestValueSourceCache, HdfsWriteToMultipleCollectionsTest, TestLazyCores,
TestInitParams, TestDynamicFieldResource, FileBasedSpellCheckerTest,
TestManagedSchema, PreAnalyzedUpdateProcessorTest, TestRTGBase, PeerSyncTest,
TestSolrCloudWithSecureImpersonation, TestDynamicLoading, TestJsonFacets,
TestSizeLimitedDistributedMap, DistributedFacetPivotLongTailTest,
TestScoreJoinQPNoScore, HdfsBasicDistributedZkTest, InfoHandlerTest,
WrapperMergePolicyFactoryTest, TriLevelCompositeIdRoutingTest,
TestRequestStatusCollectionAPI, ConnectionReuseTest,
TestOnReconnectListenerSupport, TestBlendedInfixSuggestions, TestTrieFacet,
TestNumericTerms32, TestTolerantUpdateProcessorCloud,
TestSubQueryTransformerDistrib, TestLRUCache, TestFieldTypeCollectionResource,
DisMaxRequestHandlerTest, SpatialRPTFieldTypeTest, DistribCursorPagingTest,
TestMacroExpander, PolyFieldTest, SolrCoreTest, PrimUtilsTest,
TestLocalFSCloudBackupRestore]
[junit4] Completed [187/632 (2!)] on J0 in 17.32s, 1 test, 1 error <<<
FAILURES!
[...truncated 51123 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]