Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.0/7/
3 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([1ABE324BFDA11B34:F3E4897363388B9C]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
at
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.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">0</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:768)
... 41 more
FAILED: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=11278, name=collection3,
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=11278, name=collection3, state=RUNNABLE,
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:46649: collection already exists:
awholynewstresscollection_collection3_0
at __randomizedtesting.SeedInfo.seed([1ABE324BFDA11B34]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1614)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:973)
FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=18093, name=collection5,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=18093, name=collection5, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.common.SolrException: Error reading cluster
properties
at __randomizedtesting.SeedInfo.seed([1ABE324BFDA11B34]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:703)
at
org.apache.solr.common.cloud.ZkStateReader.getBaseUrlForNodeName(ZkStateReader.java:797)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:998)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:980)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /clusterprops.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
at
org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:694)
... 6 more
Build Log:
[...truncated 11060 lines...]
[junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001
[junit4] 2> 41537 INFO
(SUITE-TestArbitraryIndexDir-seed#[1ABE324BFDA11B34]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 41550 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
[junit4] 2> 41550 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 41550 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1'
[junit4] 2> 41550 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 41550 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr
[junit4] 2> 41551 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 41551 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 41603 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 41621 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 41656 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 41679 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 42153 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 42153 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 42154 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (2)
[junit4] 2> 42179 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 42181 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 42182 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 42182 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr
[junit4] 2> 42182 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr'
[junit4] 2> 42182 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 42182 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr
[junit4] 2> 42183 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1235293656
[junit4] 2> 42183 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr]
[junit4] 2> 42183 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/lib
[junit4] 2> 42183 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 42185 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 42185 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 42185 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 42185 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 42185 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 42187 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema12.xml,
loadOnStartup=true, configSetProperties=configsetprops.json,
collection=collection1,
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001,
shard=shard1}
[junit4] 2> 42194 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1'
[junit4] 2> 42194 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 42194 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr
[junit4] 2> 42195 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 42195 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 42219 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 42233 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 42249 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 42256 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 42539 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 42540 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 42540 WARN (coreLoadExecutor-82-thread-1) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (2)
[junit4] 2> 42561 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 42563 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 42567 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1'
[junit4] 2> 42567 INFO (coreLoadExecutor-82-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1
[junit4] 2> 42567 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 42568 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/]
[junit4] 2> 42568 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information
with JMX.
[junit4] 2> 42573 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001
[junit4] 2> 42578 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index/
[junit4] 2> 42578 WARN (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 42581 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index
[junit4] 2> 42581 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=774918193,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 42589 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56bf302d),segFN=segments_1,generation=1}
[junit4] 2> 42590 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 42598 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 42598 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 42598 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 42598 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 42598 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 42598 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 42598 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 42598 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 42599 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 42599 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 42599 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 42599 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 42602 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 42604 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 42604 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 42606 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 42609 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 42617 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/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> 42617 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 42629 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 42629 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 42629 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/
[junit4] 2> 42637 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 42637 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56bf302d),segFN=segments_1,generation=1}
[junit4] 2> 42637 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 42637 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1acec8c7[collection1] main]
[junit4] 2> 42638 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 42638 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
[junit4] 2> 42638 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 42638 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 42644 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 42742 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 42742 INFO (coreLoadExecutor-82-thread-1) [ x:collection1]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 42743 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 42745 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 1
[junit4] 2> 42746 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 42747 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 42747 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 42747 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 42747 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 42747 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 42747 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 42748 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 42748 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 42748 INFO
(searcherExecutor-83-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1acec8c7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 42782 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 43046 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56bf302d),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56bf302d),segFN=segments_2,generation=2}
[junit4] 2> 43047 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 43048 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrCore New index directory detected:
old=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index/
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index_temp
[junit4] 2> 43049 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@56f2b9e[collection1] main]
[junit4] 2> 43049 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 43049 INFO (searcherExecutor-83-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@56f2b9e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
[junit4] 2> 43051 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 269
[junit4] 2> 43057 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1'
[junit4] 2> 43057 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 43057 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr
[junit4] 2> 43057 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 43057 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 43106 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 43132 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 43244 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 43276 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 43628 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 43628 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 43629 WARN
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (2)
[junit4] 2> 43651 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 43653 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 43655 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1'
[junit4] 2> 43655 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1
[junit4] 2> 43690 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/]
[junit4] 2> 43690 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr
information with JMX.
[junit4] 2> 43691 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index_temp
[junit4] 2> 43697 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/
[junit4] 2> 43703 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/
[junit4] 2> 43703 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Cannot delete directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index
as it is still being referenced in the cache!
[junit4] 2> 43703 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory Delete old index directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index
failed.
[junit4] 2> 43704 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 43704 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 43704 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 43704 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 43704 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 43704 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 43704 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 43704 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 43704 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 43705 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 43705 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 43705 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 43706 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 43707 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 43707 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 43708 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 43730 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 43730 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/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> 43731 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 43740 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 43740 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 43741 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@58a94d54[collection1] main]
[junit4] 2> 43741 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 43741 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 43741 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 43742 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 43742 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 43747 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 43748 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter...
core=collection1
[junit4] 2> 43750 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index_temp
[junit4] 2> 43750 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 43765 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 43766 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 43766 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 43766 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 43766 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 43766 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 43766 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 43766 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 43767 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 43768 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@58a94d54[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
[junit4] 2> 43785 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index_temp
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70e7004d),segFN=segments_1,generation=1}
[junit4] 2> 43785 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 43789 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 43790 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5174d73f[collection1] main]
[junit4] 2> 43791 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.CoreContainer replacing core: collection1
[junit4] 2> 43791 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@73d20658
[junit4] 2> 43791 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] 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> 43791 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 43792 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] 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=0
[junit4] 2> 43793 ERROR
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] 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">0</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> 43817 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5174d73f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
[junit4] 2> 43818 ERROR
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] 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">0</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:768)
[junit4] 2> at
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[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(Thread.java:745)
[junit4] 2>
[junit4] 2> 43819 INFO
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[1ABE324BFDA11B34]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir
-Dtests.seed=1ABE324BFDA11B34 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=sr-ME -Dtests.timezone=Indian/Mayotte -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 2.28s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([1ABE324BFDA11B34:F3E4897363388B9C]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
[junit4] > at
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[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">0</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:768)
[junit4] > ... 41 more
[junit4] 2> 43821 INFO
(SUITE-TestArbitraryIndexDir-seed#[1ABE324BFDA11B34]-worker) [
x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 43821 INFO
(SUITE-TestArbitraryIndexDir-seed#[1ABE324BFDA11B34]-worker) [
x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=1235293656
[junit4] 2> 43857 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@63ca2390
[junit4] 2> 43858 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
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> 43858 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 43858 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing
IndexWriter
[junit4] 2> 43858 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
[junit4] 2> 44043 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 44043 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories
currently being tracked
[junit4] 2> 44043 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index_temp
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index_temp;done=false>>]
[junit4] 2> 44043 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index_temp
[junit4] 2> 44265 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001;done=false>>]
[junit4] 2> 44265 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001
[junit4] 2> 44273 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index;done=false>>]
[junit4] 2> 44273 INFO
(coreCloseExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001/init-core-data-001/index
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_1ABE324BFDA11B34-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=sr-ME,
timezone=Indian/Mayotte
[junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation
1.8.0_74 (64-bit)/cpus=4,threads=1,free=134366824,total=315621376
[junit4] 2> NOTE: All tests run in this JVM: [HLLSerializationTest,
DocumentAnalysisRequestHandlerTest, ResponseHeaderTest, AtomicUpdatesTest,
TestConfig, TestIBSimilarityFactory, TestTrieFacet, DateFieldTest,
TestArbitraryIndexDir]
[junit4] Completed [23/579 (1!)] on J0 in 3.03s, 1 test, 1 error <<<
FAILURES!
[...truncated 481 lines...]
[junit4] Suite:
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001/init-core-data-001
[junit4] 2> 1135102 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
[junit4] 2> 1135102 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 1135371 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 1135397 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1135400 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 1135420 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_52444_hdfs____5mfrtt/webapp
[junit4] 2> 1135519 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log NO JSP Support for /, did not find
org.apache.jasper.servlet.JspServlet
[junit4] 2> 1136033 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52444
[junit4] 2> 1136430 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1136431 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 1136466 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_53803_datanode____.i021fg/webapp
[junit4] 2> 1136648 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log NO JSP Support for /, did not find
org.apache.jasper.servlet.JspServlet
[junit4] 2> 1137298 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:53803
[junit4] 2> 1137495 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1137496 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 1137516 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_51178_datanode____pp0e59/webapp
[junit4] 2> 1137592 INFO (IPC Server handler 3 on 36325) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-66df558a-c0b0-4477-8cf8-390e87ac0f6c node DatanodeRegistration(127.0.0.1,
datanodeUuid=4495c4ea-b15f-4cd9-8001-e8727ac2c2a2, infoPort=53803,
ipcPort=50760, storageInfo=lv=-56;cid=testClusterID;nsid=590772488;c=0),
blocks: 0, hasStaleStorages: true, processing time: 2 msecs
[junit4] 2> 1137592 INFO (IPC Server handler 3 on 36325) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-2b719314-3e50-46db-828f-8368c2474a2a node DatanodeRegistration(127.0.0.1,
datanodeUuid=4495c4ea-b15f-4cd9-8001-e8727ac2c2a2, infoPort=53803,
ipcPort=50760, storageInfo=lv=-56;cid=testClusterID;nsid=590772488;c=0),
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
[junit4] 2> 1137785 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log NO JSP Support for /, did not find
org.apache.jasper.servlet.JspServlet
[junit4] 2> 1138141 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:51178
[junit4] 2> 1138957 INFO (IPC Server handler 9 on 36325) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-9c2c8a83-4e0d-4b4c-a43b-c97c50a0856d node DatanodeRegistration(127.0.0.1,
datanodeUuid=3de7b29f-ea5e-4422-a63e-dabdb1857b8a, infoPort=51178,
ipcPort=60796, storageInfo=lv=-56;cid=testClusterID;nsid=590772488;c=0),
blocks: 0, hasStaleStorages: true, processing time: 1 msecs
[junit4] 2> 1139045 INFO (IPC Server handler 9 on 36325) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-37538dc2-79b4-4c0f-9b9a-6f47d5e7e72c node DatanodeRegistration(127.0.0.1,
datanodeUuid=3de7b29f-ea5e-4422-a63e-dabdb1857b8a, infoPort=51178,
ipcPort=60796, storageInfo=lv=-56;cid=testClusterID;nsid=590772488;c=0),
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
[junit4] 2> 1139097 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1139100 INFO (Thread-6322) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1139100 INFO (Thread-6322) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1139320 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.ZkTestServer start zk server on port:40169
[junit4] 2> 1139320 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1139324 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1139337 INFO (zkCallback-1084-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4342438a
name:ZooKeeperConnection Watcher:127.0.0.1:40169 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1139337 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1139337 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1139337 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 1139374 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 0x153ee83cc530000, 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(Thread.java:745)
[junit4] 2> 1139374 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1139388 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1139424 INFO (zkCallback-1085-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@14861e4 name:ZooKeeperConnection
Watcher:127.0.0.1:40169/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1139424 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1139424 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1139424 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 1139464 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 1139466 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 1139470 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 1139471 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1139471 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 1139481 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1139481 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 1139482 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1139482 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1139483 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1139483 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 1139484 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1139484 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 1139484 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1139485 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 1139485 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1139485 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 1139486 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1139486 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 1139487 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1139487 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1139488 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1139488 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 1139496 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1139497 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 1139618 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001/control-001/cores/collection1
[junit4] 2> 1139619 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1139625 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5d879caa{/,null,AVAILABLE}
[junit4] 2> 1139625 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@5a99bb5{HTTP/1.1,[http/1.1]}{127.0.0.1:58068}
[junit4] 2> 1139625 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.e.j.s.Server Started @1146257ms
[junit4] 2> 1139625 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:36325/hdfs__localhost_36325__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.0_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001_tempDir-002_control_data,
hostContext=/, hostPort=58068,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001/control-001/cores}
[junit4] 2> 1139625 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1139625 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001/control-001'
[junit4] 2> 1139626 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1139626 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1139626 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1139648 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1139812 INFO (zkCallback-1086-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@67483e50
name:ZooKeeperConnection Watcher:127.0.0.1:40169/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1139812 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1139813 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1139824 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1139824 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001/control-001/solr.xml
[junit4] 2> 1139828 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001/control-001/cores
[junit4] 2> 1139828 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1310515459
[junit4] 2> 1139828 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001/control-001]
[junit4] 2> 1139828 WARN
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001/control-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_1ABE324BFDA11B34-001/control-001/lib
[junit4] 2> 1139828 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1139829 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1139829 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1139830 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1139830 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40169/solr
[junit4] 2> 1139830 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1139830 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1139864 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1139872 INFO (zkCallback-1089-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3422f636
name:ZooKeeperConnection Watcher:127.0.0.1:40169 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1139872 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1139872 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1139888 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1139900 INFO
(zkCallback-1090-thread-1-processing-n:127.0.0.1:58068_) [n:127.0.0.1:58068_
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@17b45d23
name:ZooKeeperConnection Watcher:127.0.0.1:40169/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1139900 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1139904 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1139924 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1139956 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1139976 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1140000 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1140024 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1140036 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1140048 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1140062 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1140076 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE324BFDA11B34])
[n:127.0.0.1:58068_ ] o.a.s.c.c.ZkStateReader Updating cluster state from
ZooKeeper...
[junit4] 2> 1140092 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[1ABE32
[...truncated too long message...]
/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=test
-Dtests.seed=1ABE324BFDA11B34 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=vi -Dtests.timezone=Europe/Simferopol -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 538s J1 | CollectionsAPIDistributedZkTest.test <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=18093, name=collection5, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by: org.apache.solr.common.SolrException: Error reading
cluster properties
[junit4] > at
__randomizedtesting.SeedInfo.seed([1ABE324BFDA11B34]:0)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:703)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getBaseUrlForNodeName(ZkStateReader.java:797)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:998)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:980)
[junit4] > Caused by:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /clusterprops.json
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] > at
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
[junit4] > at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:694)
[junit4] > ... 6 moreThrowable #2:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=18088, name=collection0, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by: org.apache.solr.common.SolrException: Error reading
cluster properties
[junit4] > at
__randomizedtesting.SeedInfo.seed([1ABE324BFDA11B34]:0)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:703)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getBaseUrlForNodeName(ZkStateReader.java:797)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:998)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:980)
[junit4] > Caused by:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /clusterprops.json
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] > at
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
[junit4] > at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:694)
[junit4] > ... 6 more
[junit4] 2> 3020779 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[1ABE324BFDA11B34]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60):
{other_tl1=Lucene50(blocksize=128), range_facet_l_dv=FST50,
_version_=Lucene50(blocksize=128),
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval),
a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval),
intDefault=Lucene50(blocksize=128),
a_i1=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=FST50,
range_facet_i_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval),
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval),
timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory),
range_facet_i_dv=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=42,
maxMBSortInHeap=4.531956248987799,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=vi,
timezone=Europe/Simferopol
[junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation
1.8.0_74 (64-bit)/cpus=4,threads=1,free=233626688,total=512229376
[junit4] 2> NOTE: All tests run in this JVM: [HLLUtilTest,
MoreLikeThisHandlerTest, AnalysisErrorHandlingTest,
UniqFieldsUpdateProcessorFactoryTest, TestCoreContainer,
SpellCheckCollatorTest, TestPerFieldSimilarityClassic,
NotRequiredUniqueKeyTest, TestCodecSupport, OpenExchangeRatesOrgProviderTest,
TestStressVersions, TestLeaderElectionZkExpiry, TestSurroundQueryParser,
TestWordDelimiterFilterFactory, DOMUtilTest, AliasIntegrationTest,
SpatialRPTFieldTypeTest, TestBinaryResponseWriter, LoggingHandlerTest,
SimplePostToolTest, TestHashPartitioner, CollectionsAPIAsyncDistributedZkTest,
CheckHdfsIndexTest, TestFieldSortValues, SolrIndexSplitterTest,
TestManagedSynonymFilterFactory, LeaderFailoverAfterPartitionTest,
TestPartialUpdateDeduplication, SolrCmdDistributorTest,
TestMiniSolrCloudClusterBase, ChaosMonkeyNothingIsSafeTest, TestQueryTypes,
DistributedTermsComponentTest, TestLMJelinekMercerSimilarityFactory,
GraphQueryTest, ExplicitHLLTest, DeleteShardTest, TestBM25SimilarityFactory,
DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest,
TestAuthenticationFramework, CSVRequestHandlerTest, TestQueryUtils,
TestRTimerTree, DirectSolrSpellCheckerTest, TestUpdate,
TermVectorComponentTest, TimeZoneUtilsTest, TestNRTOpen, MBeansHandlerTest,
TestEmbeddedSolrServerConstructors, TestSystemIdResolver,
BasicFunctionalityTest, TestSolrDeletionPolicy2, TestSchemaVersionResource,
SuggestComponentContextFilterQueryTest, ChaosMonkeySafeLeaderTest,
TestSolrCoreProperties, TestSolrConfigHandler, CoreAdminCreateDiscoverTest,
SpatialFilterTest, SchemaVersionSpecificBehaviorTest,
DistributedMLTComponentTest, TestDocumentBuilder,
DistributedFacetPivotWhiteBoxTest, SuggesterFSTTest,
TestRandomRequestDistribution, ConvertedLegacyTest, ZkControllerTest,
ZkCLITest, BigEndianAscendingWordDeserializerTest,
HdfsCollectionsAPIDistributedZkTest, TestQuerySenderNoQuery, JavabinLoaderTest,
TestSizeLimitedDistributedMap, TestIntervalFaceting, InfoHandlerTest,
TestDFRSimilarityFactory, TestLFUCache, SimpleCollectionCreateDeleteTest,
DistributedFacetPivotLongTailTest, TestSimpleTrackingShardHandler,
CdcrReplicationHandlerTest, MinimalSchemaTest,
TestRuleBasedAuthorizationPlugin, AsyncMigrateRouteKeyTest,
TestImplicitCoreProperties, TestClassicSimilarityFactory,
TestSimpleQParserPlugin, TestCursorMarkWithoutUniqueKey, ShardSplitTest,
TestConfigSetsAPIExclusivity, BasicDistributedZk2Test,
CollectionsAPIDistributedZkTest]
[junit4] Completed [300/579 (3!)] on J1 in 538.35s, 1 test, 1 error <<<
FAILURES!
[...truncated 958 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/build.xml:747:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/build.xml:684:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/solr/common-build.xml:527:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/lucene/common-build.xml:1457:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.0/lucene/common-build.xml:1014:
There were test failures: 579 suites (10 ignored), 2309 tests, 3 errors, 31
ignored (16 assumptions) [seed: 1ABE324BFDA11B34]
Total time: 280 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]