Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11179/
Java: 64bit/jdk1.8.0_40-ea-b04 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed.
REGRESSION:
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testDistribSearch
Error Message:
no exception matching expected: 400: Request took too long during query
expansion. Terminating request.
Stack Trace:
java.lang.AssertionError: no exception matching expected: 400: Request took too
long during query expansion. Terminating request.
at
__randomizedtesting.SeedInfo.seed([A46EC716FA2FB7:8142E0DF61A54F8B]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertFail(CloudExitableDirectoryReaderTest.java:101)
at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTimeoutTests(CloudExitableDirectoryReaderTest.java:81)
at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTest(CloudExitableDirectoryReaderTest.java:54)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
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:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
REGRESSION:
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch
Error Message:
Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create
core [halfcollection_shard1_replica1] Caused by: Could not get shard id for
core: halfcollection_shard1_replica1
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error
CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core
[halfcollection_shard1_replica1] Caused by: Could not get shard id for core:
halfcollection_shard1_replica1
at
__randomizedtesting.SeedInfo.seed([A46EC716FA2FB7:8142E0DF61A54F8B]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:556)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:212)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:208)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:583)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
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:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
REGRESSION:
org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.testDistribSearch
Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:39760,
https://127.0.0.1:49633, https://127.0.0.1:36720]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[https://127.0.0.1:39760, https://127.0.0.1:49633,
https://127.0.0.1:36720]
at
__randomizedtesting.SeedInfo.seed([A46EC716FA2FB7:8142E0DF61A54F8B]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
at
org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117)
at
org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
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:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not
remove replica : customcollreplicadeletion/a/core_node2
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:556)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:212)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:208)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
... 46 more
Build Log:
[...truncated 11401 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/init-core-data-001
[junit4] 2> 798938 T2207 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 798939 T2207 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /x_c/z
[junit4] 2> 798941 T2207 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 798941 T2207 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 798942 T2208 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 799042 T2207 oasc.ZkTestServer.run start zk server on
port:39663
[junit4] 2> 799042 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 799043 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799045 T2214 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1bfb6f79
name:ZooKeeperConnection Watcher:127.0.0.1:39663 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799046 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799046 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 799046 T2207 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 799049 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 799050 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799051 T2216 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5e4d553b
name:ZooKeeperConnection Watcher:127.0.0.1:39663/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799051 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799051 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 799051 T2207 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 799053 T2207 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 799054 T2207 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 799055 T2207 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 799056 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 799056 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 799058 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 799058 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 799059 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 799060 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 799064 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 799064 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 799065 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 799065 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 799066 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 799067 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 799068 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 799068 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 799069 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 799069 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 799070 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 799070 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 799071 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 799072 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 799075 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 799075 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> Using new style solr.xml
[junit4] 2> 799078 T2209 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x148b0ef526c0001, 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>
[junit4] 2> 799078 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 799079 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799080 T2218 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7073c3c0
name:ZooKeeperConnection Watcher:127.0.0.1:39663 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799080 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799081 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 799081 T2207 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 799087 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 799088 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799089 T2220 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6186a5c0
name:ZooKeeperConnection Watcher:127.0.0.1:39663/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799089 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799089 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 799090 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf2/solrconfig.xml
[junit4] 2> 799090 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/solrconfig.xml
[junit4] 2> 799092 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf2/schema.xml
[junit4] 2> 799093 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/schema.xml
[junit4] 2> 799094 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 799095 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 799096 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf2/stopwords.txt
[junit4] 2> 799096 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/stopwords.txt
[junit4] 2> 799098 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf2/protwords.txt
[junit4] 2> 799098 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/protwords.txt
[junit4] 2> 799099 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf2/currency.xml
[junit4] 2> 799099 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/currency.xml
[junit4] 2> 799101 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf2/open-exchange-rates.json
[junit4] 2> 799101 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/open-exchange-rates.json
[junit4] 2> 799102 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf2/mapping-ISOLatin1Accent.txt
[junit4] 2> 799102 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/mapping-ISOLatin1Accent.txt
[junit4] 2> 799103 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf2/old_synonyms.txt
[junit4] 2> 799104 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/old_synonyms.txt
[junit4] 2> 799105 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf2/synonyms.txt
[junit4] 2> 799105 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/synonyms.txt
[junit4] 2> 799106 T2207 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/elevate.xml
to /configs/conf2/elevate.xml
[junit4] 2> 799106 T2207 oascc.SolrZkClient.makePath makePath:
/configs/conf2/elevate.xml
[junit4] 2> 799334 T2207 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 799345 T2207 oejs.AbstractConnector.doStart Started
[email protected]:59245
[junit4] 2> 799346 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 799347 T2207 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 799347 T2207 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002
[junit4] 2> 799347 T2207 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/'
[junit4] 2> 799357 T2207 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/solr.xml
[junit4] 2> 799362 T2207 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002
[junit4] 2> 799362 T2207 oasc.CoreContainer.<init> New CoreContainer
166223433
[junit4] 2> 799362 T2207 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/]
[junit4] 2> 799363 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 799363 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 799363 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 799363 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 799364 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 799364 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 799364 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 799364 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 799364 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 799365 T2207 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 799365 T2207 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 799365 T2207 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 799365 T2207 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 799366 T2207 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:39663/solr
[junit4] 2> 799366 T2207 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 799366 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 799367 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799368 T2231 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7d66a168
name:ZooKeeperConnection Watcher:127.0.0.1:39663 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799369 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799369 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 799371 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799372 T2233 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6f09bacd
name:ZooKeeperConnection Watcher:127.0.0.1:39663/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799372 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799373 T2207 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 799375 T2207 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 799376 T2207 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 799377 T2207 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 799378 T2207 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 799380 T2207 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 799380 T2207 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59245_x_c%2Fz
[junit4] 2> 799381 T2207 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:59245_x_c%2Fz
[junit4] 2> 799382 T2207 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 799383 T2207 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 799384 T2207 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 799385 T2207 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:59245_x_c%2Fz
[junit4] 2> 799385 T2207 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 799386 T2207 oasc.Overseer.start Overseer
(id=92518334287577093-127.0.0.1:59245_x_c%2Fz-n_0000000000) starting
[junit4] 2> 799388 T2207 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 799391 T2207 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=10000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 799392 T2235 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 799392 T2207 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 799394 T2207 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 799395 T2207
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 799397 T2234 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 799397 T2207 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002
[junit4] 2> 799405 T2207 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/conf/
[junit4] 2> 799524 T2207 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 799525 T2207 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 799525 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 799526 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 799527 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799528 T2239 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1f636444
name:ZooKeeperConnection Watcher:127.0.0.1:39663/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799528 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799528 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 799529 T2207
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 799531 T2207 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 799531 T2207 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 799531 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 799532 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799533 T2241 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@54b26bf7
name:ZooKeeperConnection Watcher:127.0.0.1:39663/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799533 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799533 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 799535 T2242 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 799536 T2234 oasc.Overseer$ClusterStateUpdater.buildCollection
building a new collection: collection1
[junit4] 2> 799537 T2234
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1, shard2]
[junit4] 2> 799537 T2234
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
[junit4] 2> 799538 T2234 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to create_collection /collections/collection1/state.json
[junit4] 2> 799538 T2242 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 799539 T2243 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 799764 T2207 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 799765 T2207 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 799766 T2207 oejs.AbstractConnector.doStart Started
[email protected]:60845
[junit4] 2> 799767 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 799767 T2207 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 799768 T2207 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-003
[junit4] 2> 799768 T2207 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-003/'
[junit4] 2> 799778 T2207 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-003/solr.xml
[junit4] 2> 799782 T2207 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-003
[junit4] 2> 799783 T2207 oasc.CoreContainer.<init> New CoreContainer
1239466939
[junit4] 2> 799783 T2207 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-003/]
[junit4] 2> 799783 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 799784 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 799784 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 799784 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 799784 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 799784 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 799785 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 799785 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 799785 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 799785 T2207 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 799786 T2207 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 799786 T2207 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 799786 T2207 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 799786 T2207 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:39663/solr
[junit4] 2> 799786 T2207 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 799787 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 799787 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799789 T2254 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@280c7aa0
name:ZooKeeperConnection Watcher:127.0.0.1:39663 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799789 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799789 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 799791 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 799795 T2256 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@74150fb0
name:ZooKeeperConnection Watcher:127.0.0.1:39663/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 799795 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 799799 T2207
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 800802 T2207 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60845_x_c%2Fz
[junit4] 2> 800803 T2207 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:60845_x_c%2Fz
[junit4] 2> 800805 T2207 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 800807 T2207 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-003
[junit4] 2> 800814 T2207 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-003/conf/
[junit4] 2> 800965 T2207 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 800965 T2207 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 800966 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 801187 T2207 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 801187 T2207 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 801189 T2207 oejs.AbstractConnector.doStart Started
[email protected]:56512
[junit4] 2> 801190 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 801190 T2207 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 801190 T2207 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-004
[junit4] 2> 801191 T2207 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-004/'
[junit4] 2> 801201 T2207 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-004/solr.xml
[junit4] 2> 801205 T2207 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-004
[junit4] 2> 801206 T2207 oasc.CoreContainer.<init> New CoreContainer
165710066
[junit4] 2> 801206 T2207 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-004/]
[junit4] 2> 801206 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 801207 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 801207 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 801207 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 801207 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 801208 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 801208 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 801208 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 801208 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 801209 T2207 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 801209 T2207 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 801209 T2207 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 801209 T2207 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 801209 T2207 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:39663/solr
[junit4] 2> 801210 T2207 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 801210 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 801211 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 801212 T2269 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@509bb9a0
name:ZooKeeperConnection Watcher:127.0.0.1:39663 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 801213 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 801213 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 801215 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 801220 T2271 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@8353408 name:ZooKeeperConnection
Watcher:127.0.0.1:39663/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 801220 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 801224 T2207
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 802226 T2207 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56512_x_c%2Fz
[junit4] 2> 802227 T2207 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:56512_x_c%2Fz
[junit4] 2> 802230 T2207 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 802231 T2207 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-004
[junit4] 2> 802238 T2207 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-004/conf/
[junit4] 2> 802381 T2207 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 802382 T2207 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 802382 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 802604 T2207 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 3
[junit4] 2> 802605 T2207 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 802606 T2207 oejs.AbstractConnector.doStart Started
[email protected]:35528
[junit4] 2> 802607 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 802608 T2207 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 802608 T2207 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005
[junit4] 2> 802608 T2207 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/'
[junit4] 2> 802622 T2207 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/solr.xml
[junit4] 2> 802629 T2207 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005
[junit4] 2> 802630 T2207 oasc.CoreContainer.<init> New CoreContainer
291824734
[junit4] 2> 802630 T2207 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/]
[junit4] 2> 802642 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 802642 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 802642 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 802643 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 802643 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 802643 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 802644 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 802644 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 802644 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 802645 T2207 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 802645 T2207 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 802645 T2207 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 802646 T2207 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 802646 T2207 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:39663/solr
[junit4] 2> 802646 T2207 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 802647 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 802648 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 802649 T2284 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@32fa9e8c
name:ZooKeeperConnection Watcher:127.0.0.1:39663 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 802650 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 802650 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 802653 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 802654 T2286 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@44806ec0
name:ZooKeeperConnection Watcher:127.0.0.1:39663/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 802654 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 802658 T2207
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 803664 T2207 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35528_x_c%2Fz
[junit4] 2> 803665 T2207 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:35528_x_c%2Fz
[junit4] 2> 803668 T2207 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 803669 T2207 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005
[junit4] 2> 803675 T2207 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/conf/
[junit4] 2> 803787 T2207 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 803787 T2207 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 803788 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 804049 T2207 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 4
[junit4] 2> 804050 T2207 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 804052 T2207 oejs.AbstractConnector.doStart Started
[email protected]:46503
[junit4] 2> 804053 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 804053 T2207 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 804053 T2207 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-006
[junit4] 2> 804053 T2207 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-006/'
[junit4] 2> 804064 T2207 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-006/solr.xml
[junit4] 2> 804078 T2207 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-006
[junit4] 2> 804079 T2207 oasc.CoreContainer.<init> New CoreContainer
2105513324
[junit4] 2> 804079 T2207 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-006/]
[junit4] 2> 804079 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 804080 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 804080 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 804080 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 804080 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 804080 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 804081 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 804081 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 804081 T2207 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 804081 T2207 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 804082 T2207 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 804082 T2207 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 804082 T2207 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 804082 T2207 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:39663/solr
[junit4] 2> 804082 T2207 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 804083 T2207
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 804083 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 804085 T2299 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@53fb912 name:ZooKeeperConnection
Watcher:127.0.0.1:39663 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 804086 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 804086 T2207 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 804088 T2207 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 804090 T2301 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3ef8d4b9
name:ZooKeeperConnection Watcher:127.0.0.1:39663/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 804090 T2207 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 804094 T2207
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 805097 T2207 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46503_x_c%2Fz
[junit4] 2> 805097 T2207 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:46503_x_c%2Fz
[junit4] 2> 805100 T2207 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 805102 T2207 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-006
[junit4] 2> 805109 T2207 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-006/conf/
[junit4] 2> 805299 T2207 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 805300 T2207 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 805300 T2207 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 805305 T2251 oasha.CollectionsHandler.handleCreateAction
Creating Collection :
replicationFactor=2&collection.configName=conf1&router.field=myOwnField&name=solrj_collection&action=CREATE&numShards=2&wt=javabin&version=2
[junit4] 2> 805305 T2242 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/collection-queue-work state:
SyncConnected type NodeChildrenChanged
[junit4] 2> 805306 T2235 oasc.OverseerCollectionProcessor.run Overseer
Collection Processor: Get the message
id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4] 2> "operation":"create",
[junit4] 2> "fromApi":"true",
[junit4] 2> "name":"solrj_collection",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"2",
[junit4] 2> "router.field":"myOwnField"}
[junit4] 2> 805307 T2304 oasc.OverseerCollectionProcessor.processMessage
WARN OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "operation":"create",
[junit4] 2> "fromApi":"true",
[junit4] 2> "name":"solrj_collection",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"2",
[junit4] 2> "router.field":"myOwnField"}
[junit4] 2> 805308 T2304 oasc.OverseerCollectionProcessor.createConfNode
creating collections conf node /collections/solrj_collection
[junit4] 2> 805308 T2304 oascc.SolrZkClient.makePath makePath:
/collections/solrj_collection
[junit4] 2> 805310 T2242 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 805312 T2234 oasc.Overseer$ClusterStateUpdater.buildCollection
building a new collection: solrj_collection
[junit4] 2> 805312 T2234
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
solrj_collection with shards [shard1, shard2]
[junit4] 2> 805313 T2234
oasc.Overseer$ClusterStateUpdater.createCollection state version
solrj_collection 1
[junit4] 2> 805314 T2287 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805314 T2257 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805314 T2302 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805314 T2242 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805314 T2243 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805319 T2272 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805411 T2304 oasc.OverseerCollectionProcessor.createCollection
Creating SolrCores for new collection solrj_collection, shardNames [shard1,
shard2] , replicationFactor : 2
[junit4] 2> 805411 T2304 oasc.OverseerCollectionProcessor.createCollection
Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of
collection solrj_collection on 127.0.0.1:46503_x_c%2Fz
[junit4] 2> 805411 T2304 oasc.OverseerCollectionProcessor.createCollection
Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of
collection solrj_collection on 127.0.0.1:35528_x_c%2Fz
[junit4] 2> 805412 T2304 oasc.OverseerCollectionProcessor.createCollection
Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of
collection solrj_collection on 127.0.0.1:56512_x_c%2Fz
[junit4] 2> 805419 T2280 oasha.CoreAdminHandler.handleCreateAction core
create command
qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard1_replica2&action=CREATE&numShards=2&collection=solrj_collection&shard=shard1&wt=javabin&version=2
[junit4] 2> 805420 T2304 oasc.OverseerCollectionProcessor.createCollection
Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of
collection solrj_collection on 127.0.0.1:59245_x_c%2Fz
[junit4] 2> 805420 T2296 oasha.CoreAdminHandler.handleCreateAction core
create command
qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard1_replica1&action=CREATE&numShards=2&collection=solrj_collection&shard=shard1&wt=javabin&version=2
[junit4] 2> 805421 T2280 oasc.ZkController.publish publishing
core=solrj_collection_shard1_replica2 state=down collection=solrj_collection
[junit4] 2> 805421 T2265 oasha.CoreAdminHandler.handleCreateAction core
create command
qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard2_replica1&action=CREATE&numShards=2&collection=solrj_collection&shard=shard2&wt=javabin&version=2
[junit4] 2> 805422 T2242 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 805422 T2280 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 805422 T2296 oasc.ZkController.publish publishing
core=solrj_collection_shard1_replica1 state=down collection=solrj_collection
[junit4] 2> 805422 T2265 oasc.ZkController.publish publishing
core=solrj_collection_shard2_replica1 state=down collection=solrj_collection
[junit4] 2> 805423 T2296 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 805423 T2228 oasha.CoreAdminHandler.handleCreateAction core
create command
qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard2_replica2&action=CREATE&numShards=2&collection=solrj_collection&shard=shard2&wt=javabin&version=2
[junit4] 2> 805423 T2265 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 805424 T2228 oasc.ZkController.publish publishing
core=solrj_collection_shard2_replica2 state=down collection=solrj_collection
[junit4] 2> 805425 T2228 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 805425 T2234 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "core":"solrj_collection_shard1_replica2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:35528/x_c/z",
[junit4] 2> "node_name":"127.0.0.1:35528_x_c%2Fz",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"solrj_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 805427 T2234 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "core":"solrj_collection_shard1_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:46503/x_c/z",
[junit4] 2> "node_name":"127.0.0.1:46503_x_c%2Fz",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"solrj_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 805429 T2242 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 805430 T2234 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "core":"solrj_collection_shard2_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:56512/x_c/z",
[junit4] 2> "node_name":"127.0.0.1:56512_x_c%2Fz",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"solrj_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 805431 T2234 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "core":"solrj_collection_shard2_replica2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:59245/x_c/z",
[junit4] 2> "node_name":"127.0.0.1:59245_x_c%2Fz",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"solrj_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 805432 T2242 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 805433 T2287 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805433 T2302 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805433 T2242 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805433 T2257 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805433 T2272 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 805433 T2243 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 806422 T2280 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for solrj_collection_shard1_replica2
[junit4] 2> 806423 T2280 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:solrj_collection
[junit4] 2> 806423 T2280 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 806423 T2280 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/solrj_collection
[junit4] 2> 806423 T2296 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for solrj_collection_shard1_replica1
[junit4] 2> 806424 T2296 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:solrj_collection
[junit4] 2> 806424 T2265 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for solrj_collection_shard2_replica1
[junit4] 2> 806424 T2280 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 806424 T2296 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 806424 T2265 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:solrj_collection
[junit4] 2> 806425 T2296 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/solrj_collection
[junit4] 2> 806424 T2280 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/solrj_collection_shard1_replica2/'
[junit4] 2> 806425 T2265 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 806426 T2265 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/solrj_collection
[junit4] 2> 806426 T2265 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 806426 T2228 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for solrj_collection_shard2_replica2
[junit4] 2> 806427 T2265 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-004/solrj_collection_shard2_replica1/'
[junit4] 2> 806427 T2228 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:solrj_collection
[junit4] 2> 806428 T2228 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 806428 T2228 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/solrj_collection
[junit4] 2> 806429 T2228 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 806430 T2228 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/solrj_collection_shard2_replica2/'
[junit4] 2> 806443 T2296 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 806443 T2296 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-006/solrj_collection_shard1_replica1/'
[junit4] 2> 806465 T2280 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 806477 T2280 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 806485 T2280 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 806487 T2228 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 806492 T2280 oass.IndexSchema.readSchema
[solrj_collection_shard1_replica2] Schema name=test
[junit4] 2> 806516 T2296 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 806518 T2265 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 806539 T2228 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 806541 T2228 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 806547 T2265 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 806547 T2228 oass.IndexSchema.readSchema
[solrj_collection_shard2_replica2] Schema name=test
[junit4] 2> 806561 T2265 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 806566 T2296 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 806574 T2265 oass.IndexSchema.readSchema
[solrj_collection_shard2_replica1] Schema name=test
[junit4] 2> 806574 T2296 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 806588 T2296 oass.IndexSchema.readSchema
[solrj_collection_shard1_replica1] Schema name=test
[junit4] 2> 806828 T2280 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 806837 T2280 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 806839 T2280 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 806841 T2296 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 806846 T2280 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 806848 T2296 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 806848 T2280 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 806850 T2296 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 806851 T2280 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 806851 T2280
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 806857 T2280
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 806857 T2280 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 806859 T2280
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 806859 T2280
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 806859 T2280 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard1_replica2' using configuration from collection
solrj_collection
[junit4] 2> 806860 T2280 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 806860 T2280 oasc.SolrCore.<init>
[solrj_collection_shard1_replica2] Opening new SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/solrj_collection_shard1_replica2/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/solrj_collection_shard1_replica2/data/
[junit4] 2> 806875 T2280 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@72700a09
[junit4] 2> 806876 T2280 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/solrj_collection_shard1_replica2/data
[junit4] 2> 806877 T2280 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/solrj_collection_shard1_replica2/data/index/
[junit4] 2> 806877 T2228 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 806877 T2280 oasc.SolrCore.initIndex WARN
[solrj_collection_shard1_replica2] Solr index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/solrj_collection_shard1_replica2/data/index'
doesn't exist. Creating new index...
[junit4] 2> 806881 T2228 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 806883 T2228 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 806885 T2280 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-005/solrj_collection_shard1_replica2/data/index
[junit4] 2> 806888 T2280 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=12.248046875,
floorSegmentMB=0.5732421875, forceMergeDeletesPctAllowed=29.37626888829171,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 806890 T2296 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 806893 T2228 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 806893 T2265 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 806896 T2228 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 806896 T2296 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 806898 T2265 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 806898 T2228 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 806900 T2228
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 806900 T2228
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 806900 T2265 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 806900 T2228 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 806902 T2280 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-6c5c6548)),segFN=segments_1,generation=1}
[junit4] 2> 806902 T2280 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 806902 T2228
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 806900 T2296 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 806906 T2280 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 806903 T2228
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 806907 T2280 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 806907 T2228 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard2_replica2' using configuration from collection
solrj_collection
[junit4] 2> 806908 T2228 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 806908 T2228 oasc.SolrCore.<init>
[solrj_collection_shard2_replica2] Opening new SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/solrj_collection_shard2_replica2/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/solrj_collection_shard2_replica2/data/
[junit4] 2> 806909 T2228 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@72700a09
[junit4] 2> 806909 T2228 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/solrj_collection_shard2_replica2/data
[junit4] 2> 806910 T2228 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/solrj_collection_shard2_replica2/data/index/
[junit4] 2> 806908 T2280 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 806910 T2228 oasc.SolrCore.initIndex WARN
[solrj_collection_shard2_replica2] Solr index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/solrj_collection_shard2_replica2/data/index'
doesn't exist. Creating new index...
[junit4] 2> 806910 T2265 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 806908 T2296
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 806911 T2296
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 806911 T2228 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-A46EC716FA2FB7-001/tempDir-002/solrj_collection_shard2_replica2/data/index
[junit4] 2> 806910 T2280 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 806912 T2228 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=12.248046875,
floorSegmentMB=0.5732421875, forceMergeDeletesPctAllowed=29.37626888829171,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 806912 T2296 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 806913 T2280 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 806913 T2265 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 806914 T2296
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 806914 T2296
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 806913 T2280 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 806915 T2280 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 806915 T2280 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 806916 T2280 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 806916 T2265 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 806917 T2265 oass.OpenExcha
[...truncated too long message...]
t4] 2> 2476287 T4925 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 2476287 T4925 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 2476287 T4925 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 2476287 T4925 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4] 2> 2476288 T4925 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 2476288 T4925 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-A46EC716FA2FB7-001/tempDir-001/jetty4/index
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-A46EC716FA2FB7-001/tempDir-001/jetty4/index;done=false>>]
[junit4] 2> 2476288 T4925 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-A46EC716FA2FB7-001/tempDir-001/jetty4/index
[junit4] 2> 2476288 T4925 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-A46EC716FA2FB7-001/tempDir-001/jetty4
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-A46EC716FA2FB7-001/tempDir-001/jetty4;done=false>>]
[junit4] 2> 2476289 T4925 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-A46EC716FA2FB7-001/tempDir-001/jetty4
[junit4] 2> 2476289 T4925 oasc.Overseer.close Overseer
(id=92518438677512206-127.0.0.1:36874_-n_0000000004) closing
[junit4] 2> 2476290 T5074 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:36874_
[junit4] 2> 2477792 T5069 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 2477815 T4925 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/,null}
[junit4] 2> 2482804 T4925 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 2482805 T4925 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:51631 51631
[junit4] 2> 2483496 T4926 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:51631 51631
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CloudExitableDirectoryReaderTest -Dtests.method=testDistribSearch
-Dtests.seed=A46EC716FA2FB7 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ga -Dtests.timezone=Africa/Bissau -Dtests.file.encoding=UTF-8
[junit4] FAILURE 91.7s J1 |
CloudExitableDirectoryReaderTest.testDistribSearch <<<
[junit4] > Throwable #1: java.lang.AssertionError: no exception matching
expected: 400: Request took too long during query expansion. Terminating
request.
[junit4] > at
__randomizedtesting.SeedInfo.seed([A46EC716FA2FB7:8142E0DF61A54F8B]:0)
[junit4] > at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertFail(CloudExitableDirectoryReaderTest.java:101)
[junit4] > at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTimeoutTests(CloudExitableDirectoryReaderTest.java:81)
[junit4] > at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTest(CloudExitableDirectoryReaderTest.java:54)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2483517 T4925 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-A46EC716FA2FB7-001
[junit4] 2> 91720 T4924 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{_version_=PostingsFormat(name=Memory doPackFST= true),
multiDefault=PostingsFormat(name=Lucene41VarGapFixedInterval),
name=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=Memory
doPackFST= true), id=PostingsFormat(name=MockRandom),
range_facet_l=PostingsFormat(name=Memory doPackFST= true),
timestamp=PostingsFormat(name=Memory doPackFST= true)},
docValues:{timestamp=DocValuesFormat(name=SimpleText)},
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ga,
timezone=Africa/Bissau
[junit4] 2> NOTE: Linux 3.13.0-36-generic amd64/Oracle Corporation
1.8.0_40-ea (64-bit)/cpus=8,threads=1,free=225197480,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestMissingGroups,
TestReversedWildcardFilterFactory, TestQueryUtils, TestQuerySenderNoQuery,
SolrIndexConfigTest, ResponseHeaderTest, DeleteInactiveReplicaTest,
OverseerRolesTest, TestIntervalFaceting, TestJoin,
TestSerializedLuceneMatchVersion, TestXIncludeConfig, ModifyConfFileTest,
CacheHeaderTest, RankQueryTest, SynonymTokenizerTest, OverseerStatusTest,
TestLazyCores, DistributedTermsComponentTest, SolrRequestParserTest,
AutoCommitTest, FieldAnalysisRequestHandlerTest, TestGroupingSearch,
TestShardHandlerFactory, LeaderElectionIntegrationTest, DocValuesTest,
DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest,
TestSweetSpotSimilarityFactory, BasicZkTest, TestSolrQueryParserResource,
TestZkChroot, SearchHandlerTest, SOLR749Test, TestCSVResponseWriter,
TestFiltering, TestPostingsSolrHighlighter, HdfsBasicDistributedZk2Test,
TestDistributedGrouping, TestSolrQueryParserDefaultOperatorResource,
RemoteQueryErrorTest, TestMergePolicyConfig, HardAutoCommitTest, UUIDFieldTest,
CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest,
TestPerFieldSimilarity, SharedFSAutoReplicaFailoverUtilsTest, TestCharFilters,
IndexSchemaRuntimeFieldTest, QueryParsingTest,
SchemaVersionSpecificBehaviorTest, TestBM25SimilarityFactory,
TestSchemaSimilarityResource, LoggingHandlerTest,
DefaultValueUpdateProcessorTest, HttpPartitionTest, TestCSVLoader,
BadCopyFieldTest, TestAtomicUpdateErrorCases, CollectionsAPIDistributedZkTest,
OutOfBoxZkACLAndCredentialsProvidersTest, DirectSolrConnectionTest,
SolrPluginUtilsTest, PolyFieldTest, CursorMarkTest, TestRealTimeGet,
DistributedQueryComponentCustomSortTest, TestManagedResource,
TestManagedSchema, HdfsRecoveryZkTest, ExitableDirectoryReaderTest,
TestOmitPositions, TestUpdate, TestNonNRTOpen, PrimUtilsTest, SuggesterFSTTest,
TestUtils, HdfsSyncSliceTest, TestManagedSchemaDynamicFieldResource,
ResourceLoaderTest, TestSolrQueryParser, TestIndexSearcher,
TestCollapseQParserPlugin, TestFunctionQuery, TestBadConfig,
HdfsBasicDistributedZkTest, TestCoreContainer, CopyFieldTest,
DistributedDebugComponentTest, PreAnalyzedFieldTest,
TestCloudManagedSchemaConcurrent, TestReRankQParserPlugin, SliceStateTest,
DeleteLastCustomShardedReplicaTest, StatsComponentTest, DateFieldTest,
TestMiniSolrCloudCluster, RequestHandlersTest, TestManagedStopFilterFactory,
TestBinaryField, TestSchemaVersionResource, UpdateRequestProcessorFactoryTest,
TestCursorMarkWithoutUniqueKey, TestFaceting, TestRecovery,
DistributedSpellCheckComponentTest, TestMultiCoreConfBootstrap, TestReload,
TestRangeQuery, SolrCoreTest, SpellCheckComponentTest,
QueryElevationComponentTest, PeerSyncTest, ShowFileRequestHandlerTest,
TestCoreDiscovery, TestExtendedDismaxParser, TestStressLucene,
NoCacheHeaderTest, SortByFunctionTest, TestRemoteStreaming,
LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest,
PrimitiveFieldTypeTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest,
TestIndexingPerformance, RequiredFieldsTest, RegexBoostProcessorTest,
TestCollationField, MBeansHandlerTest, JsonLoaderTest,
TestPartialUpdateDeduplication, CSVRequestHandlerTest,
CoreContainerCoreInitFailuresTest, AlternateDirectoryTest, TestStressRecovery,
TestSystemIdResolver, RAMDirectoryFactoryTest, ClusterStateTest,
SystemInfoHandlerTest, FileUtilsTest, CircularListTest,
DistributedIntervalFacetingTest, CloudExitableDirectoryReaderTest]
[junit4] Completed on J1 in 91.99s, 1 test, 1 failure <<< FAILURES!
[...truncated 284 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:524: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:472: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:496: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1360:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:962:
There were test failures: 431 suites, 1778 tests, 2 errors, 1 failure, 45
ignored (23 assumptions)
Total time: 100 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b04
-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving 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]