Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11214/
Java: 32bit/jdk1.9.0-ea-b28 -server -XX:+UseG1GC
3 tests failed.
REGRESSION: org.apache.solr.SolrInfoMBeanTest.testCallMBeanInfo
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([FAEFB82808F91341:589351463816E5F]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at org.junit.Assert.assertNotNull(Assert.java:537)
at
org.apache.solr.SolrInfoMBeanTest.testCallMBeanInfo(SolrInfoMBeanTest.java:66)
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:484)
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.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([FAEFB82808F91341:7B0936307FA6737D]: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:75)
at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTest(CloudExitableDirectoryReaderTest.java:54)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
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.DeleteReplicaTest.testDistribSearch
Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:51055,
https://127.0.0.1:36900, https://127.0.0.1:38804, https://127.0.0.1:51293,
https://127.0.0.1:54494]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[https://127.0.0.1:51055, https://127.0.0.1:36900,
https://127.0.0.1:38804, https://127.0.0.1:51293, https://127.0.0.1:54494]
at
__randomizedtesting.SeedInfo.seed([FAEFB82808F91341:7B0936307FA6737D]: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.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172)
at
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145)
at
org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89)
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:484)
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 : delLiveColl/shard1/core_node1
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:568)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
... 47 more
Build Log:
[...truncated 11412 lines...]
[junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
[junit4] 2> Creating dataDir:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/init-core-data-001
[junit4] 2> 972997 T2768 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 972997 T2768 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 973000 T2768 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 973001 T2768 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 973002 T2769 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 973102 T2768 oasc.ZkTestServer.run start zk server on
port:32860
[junit4] 2> 973102 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 973103 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973105 T2775 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@16ad485 name:ZooKeeperConnection
Watcher:127.0.0.1:32860 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 973105 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973105 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 973106 T2768 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 973108 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 973109 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973110 T2777 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@beb809 name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 973110 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973110 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 973111 T2768 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 973113 T2768 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 973115 T2768 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 973117 T2768 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 973118 T2768 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> 973118 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 973120 T2768 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> 973121 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 973123 T2768 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> 973123 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 973125 T2768 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> 973125 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 973127 T2768 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> 973127 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 973129 T2768 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> 973129 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 973131 T2768 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> 973131 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 973133 T2768 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> 973133 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 973135 T2768 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> 973135 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 973137 T2768 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> 973137 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 973139 T2768 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> 973139 T2768 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 973141 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 973142 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973142 T2779 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@16556e3 name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 973143 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973143 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 973410 T2768 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 973413 T2768 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 973421 T2768 oejs.AbstractConnector.doStart Started
[email protected]:36900
[junit4] 2> 973422 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 973423 T2768 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 973423 T2768 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002
[junit4] 2> 973424 T2768 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/'
[junit4] 2> 973437 T2768 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/solr.xml
[junit4] 2> 973442 T2768 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002
[junit4] 2> 973443 T2768 oasc.CoreContainer.<init> New CoreContainer
7641289
[junit4] 2> 973443 T2768 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/]
[junit4] 2> 973443 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 973444 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 973444 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 973444 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 973444 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 973445 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 973445 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 973445 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 973446 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 973447 T2768 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 973448 T2768 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 973448 T2768 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 973448 T2768 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 973449 T2768 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:32860/solr
[junit4] 2> 973449 T2768 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 973450 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 973451 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973451 T2790 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@888c42 name:ZooKeeperConnection
Watcher:127.0.0.1:32860 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 973452 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973452 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 973454 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973455 T2792 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b9aba1 name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 973455 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973456 T2768 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 973458 T2768 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 973459 T2768 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 973461 T2768 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 973462 T2768 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 973464 T2768 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 973465 T2768 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36900_
[junit4] 2> 973465 T2768 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:36900_
[junit4] 2> 973467 T2768 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 973468 T2768 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 973469 T2768 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 973470 T2768 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:36900_
[junit4] 2> 973470 T2768 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 973471 T2768 oasc.Overseer.start Overseer
(id=92551113869426692-127.0.0.1:36900_-n_0000000000) starting
[junit4] 2> 973472 T2768 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 973476 T2768 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=10000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 973477 T2794 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 973481 T2793 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 973481 T2768 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 973484 T2768 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 973485 T2768
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 973487 T2768 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002
[junit4] 2> 973498 T2768 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/conf/
[junit4] 2> 973685 T2768 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 973686 T2768 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 973687 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 973689 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 973690 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973690 T2798 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@17f6d78 name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 973690 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973691 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 973692 T2768
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 973694 T2768 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 973694 T2768 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 973694 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 973695 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973695 T2800 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b8376a name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 973696 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973696 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 973702 T2801 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 973704 T2793 oasc.Overseer$ClusterStateUpdater.buildCollection
building a new collection: collection1
[junit4] 2> 973704 T2793
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1, shard2]
[junit4] 2> 973704 T2793
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
[junit4] 2> 973706 T2793 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to create_collection /collections/collection1/state.json
[junit4] 2> 973707 T2801 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> 973712 T2802 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> 973951 T2768 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 973952 T2768 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 973954 T2768 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 973955 T2768 oejs.AbstractConnector.doStart Started
[email protected]:38804
[junit4] 2> 973956 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 973957 T2768 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 973957 T2768 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-003
[junit4] 2> 973957 T2768 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-003/'
[junit4] 2> 973967 T2768 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-003/solr.xml
[junit4] 2> 973973 T2768 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-003
[junit4] 2> 973973 T2768 oasc.CoreContainer.<init> New CoreContainer
27213159
[junit4] 2> 973973 T2768 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-003/]
[junit4] 2> 973974 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 973974 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 973974 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 973975 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 973975 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 973975 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 973976 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 973976 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 973976 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 973977 T2768 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 973978 T2768 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 973979 T2768 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 973979 T2768 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 973979 T2768 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:32860/solr
[junit4] 2> 973979 T2768 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 973980 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 973980 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973981 T2813 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1510b8c name:ZooKeeperConnection
Watcher:127.0.0.1:32860 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 973982 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973982 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 973983 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973984 T2815 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@19baeb1 name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 973984 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973987 T2768
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 974990 T2768 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38804_
[junit4] 2> 974991 T2768 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:38804_
[junit4] 2> 974994 T2768 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 974996 T2768 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-003
[junit4] 2> 975003 T2768 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-003/conf/
[junit4] 2> 975155 T2768 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 975156 T2768 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 975156 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 975522 T2768 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 975523 T2768 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 975526 T2768 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 975527 T2768 oejs.AbstractConnector.doStart Started
[email protected]:54494
[junit4] 2> 975529 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 975530 T2768 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 975530 T2768 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-004
[junit4] 2> 975531 T2768 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-004/'
[junit4] 2> 975546 T2768 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-004/solr.xml
[junit4] 2> 975588 T2768 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-004
[junit4] 2> 975589 T2768 oasc.CoreContainer.<init> New CoreContainer
15331736
[junit4] 2> 975589 T2768 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-004/]
[junit4] 2> 975590 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 975590 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 975590 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 975591 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 975591 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 975592 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 975592 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 975592 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 975593 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 975594 T2768 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 975596 T2768 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 975596 T2768 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 975596 T2768 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 975597 T2768 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:32860/solr
[junit4] 2> 975597 T2768 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 975598 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 975599 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 975599 T2828 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1a4dc0b name:ZooKeeperConnection
Watcher:127.0.0.1:32860 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 975600 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 975600 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 975602 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 975602 T2830 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1944c33 name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 975603 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 975606 T2768
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 976609 T2768 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54494_
[junit4] 2> 976610 T2768 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:54494_
[junit4] 2> 976614 T2768 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 976617 T2768 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-004
[junit4] 2> 976625 T2768 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-004/conf/
[junit4] 2> 976781 T2768 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 976782 T2768 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 976782 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 977027 T2768 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 3
[junit4] 2> 977028 T2768 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 977030 T2768 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 977031 T2768 oejs.AbstractConnector.doStart Started
[email protected]:51293
[junit4] 2> 977033 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 977033 T2768 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 977033 T2768 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-005
[junit4] 2> 977034 T2768 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-005/'
[junit4] 2> 977044 T2768 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-005/solr.xml
[junit4] 2> 977049 T2768 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-005
[junit4] 2> 977050 T2768 oasc.CoreContainer.<init> New CoreContainer
15896361
[junit4] 2> 977050 T2768 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-005/]
[junit4] 2> 977051 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 977051 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 977051 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 977051 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 977052 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 977052 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 977052 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 977052 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 977053 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 977054 T2768 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 977055 T2768 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 977055 T2768 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 977055 T2768 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 977056 T2768 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:32860/solr
[junit4] 2> 977056 T2768 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 977056 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 977057 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 977058 T2843 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@c783de name:ZooKeeperConnection
Watcher:127.0.0.1:32860 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 977058 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 977059 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 977060 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 977060 T2845 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@fd74da name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 977061 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 977064 T2768
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 978066 T2768 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51293_
[junit4] 2> 978068 T2768 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:51293_
[junit4] 2> 978071 T2768 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 978072 T2768 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-005
[junit4] 2> 978082 T2768 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-005/conf/
[junit4] 2> 978319 T2768 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 978320 T2768 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 978321 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 978668 T2768 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 4
[junit4] 2> 978668 T2768 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 978672 T2768 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 978673 T2768 oejs.AbstractConnector.doStart Started
[email protected]:51055
[junit4] 2> 978675 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 978675 T2768 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 978675 T2768 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-006
[junit4] 2> 978676 T2768 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-006/'
[junit4] 2> 978691 T2768 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-006/solr.xml
[junit4] 2> 978698 T2768 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-006
[junit4] 2> 978699 T2768 oasc.CoreContainer.<init> New CoreContainer
5054189
[junit4] 2> 978699 T2768 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-006/]
[junit4] 2> 978700 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 978700 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 978701 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 978701 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 978701 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 978702 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 978702 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 978702 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 978703 T2768 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 978704 T2768 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 978706 T2768 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 978706 T2768 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 978707 T2768 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 978707 T2768 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:32860/solr
[junit4] 2> 978707 T2768 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 978708 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 978709 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 978709 T2858 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@196b9c6 name:ZooKeeperConnection
Watcher:127.0.0.1:32860 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 978710 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 978711 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 978712 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 978713 T2860 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@d58cd1 name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 978713 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 978717 T2768
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 979720 T2768 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51055_
[junit4] 2> 979722 T2768 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:51055_
[junit4] 2> 979727 T2768 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 979731 T2768 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-006
[junit4] 2> 979750 T2768 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-006/conf/
[junit4] 2> 979951 T2768 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 979953 T2768 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
[junit4] 2> 979953 T2768 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 979957 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 979958 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 979959 T2864 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@143f2a1 name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 979959 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 979960 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 979961 T2768
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 979963 T2768
oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with
stateFormat=2: delLiveColl
[junit4] 2> 979963 T2768
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 979964 T2768 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 979965 T2866 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@146ebe0 name:ZooKeeperConnection
Watcher:127.0.0.1:32860/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 979965 T2768 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 979965 T2768 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 979966 T2768
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 980048 T2841 oasha.CollectionsHandler.handleCreateAction
Creating Collection :
replicationFactor=2&maxShardsPerNode=2&name=delLiveColl&action=CREATE&numShards=2&stateFormat=2&wt=javabin&version=2
[junit4] 2> 980049 T2801 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/collection-queue-work state:
SyncConnected type NodeChildrenChanged
[junit4] 2> 980050 T2794 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":"delLiveColl",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "numShards":"2",
[junit4] 2> "maxShardsPerNode":"2",
[junit4] 2> "stateFormat":"2"}
[junit4] 2> 980052 T2867 oasc.OverseerCollectionProcessor.processMessage
WARN OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "operation":"create",
[junit4] 2> "fromApi":"true",
[junit4] 2> "name":"delLiveColl",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "numShards":"2",
[junit4] 2> "maxShardsPerNode":"2",
[junit4] 2> "stateFormat":"2"}
[junit4] 2> 980053 T2867 oasc.OverseerCollectionProcessor.createConfNode
Only one config set found in zk - using it:conf1
[junit4] 2> 980053 T2867 oasc.OverseerCollectionProcessor.createConfNode
creating collections conf node /collections/delLiveColl
[junit4] 2> 980053 T2867 oascc.SolrZkClient.makePath makePath:
/collections/delLiveColl
[junit4] 2> 980056 T2801 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 980058 T2793 oasc.Overseer$ClusterStateUpdater.buildCollection
building a new collection: delLiveColl
[junit4] 2> 980059 T2793
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
delLiveColl with shards [shard1, shard2]
[junit4] 2> 980059 T2793
oasc.Overseer$ClusterStateUpdater.createCollection state version delLiveColl 2
[junit4] 2> 980061 T2793 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to create_collection /collections/delLiveColl/state.json
[junit4] 2> 980062 T2816 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> 980062 T2802 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> 980062 T2869 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> 980062 T2831 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> 980062 T2846 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> 980062 T2868 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> 980062 T2801 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> 980063 T2861 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> 980156 T2867 oasc.OverseerCollectionProcessor.createCollection
Creating SolrCores for new collection delLiveColl, shardNames [shard1, shard2]
, replicationFactor : 2
[junit4] 2> 980156 T2867 oasc.OverseerCollectionProcessor.createCollection
Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of
collection delLiveColl on 127.0.0.1:51293_
[junit4] 2> 980157 T2867 oasc.OverseerCollectionProcessor.createCollection
Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of
collection delLiveColl on 127.0.0.1:36900_
[junit4] 2> 980158 T2867 oasc.OverseerCollectionProcessor.createCollection
Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of
collection delLiveColl on 127.0.0.1:51055_
[junit4] 2> 980160 T2867 oasc.OverseerCollectionProcessor.createCollection
Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of
collection delLiveColl on 127.0.0.1:38804_
[junit4] 2> 980226 T2788 oasha.CoreAdminHandler.handleCreateAction core
create command
qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard1_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
[junit4] 2> 980232 T2840 oasha.CoreAdminHandler.handleCreateAction core
create command
qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard1_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
[junit4] 2> 980234 T2788 oasc.ZkController.publish publishing
core=delLiveColl_shard1_replica2 state=down collection=delLiveColl
[junit4] 2> 980235 T2840 oasc.ZkController.publish publishing
core=delLiveColl_shard1_replica1 state=down collection=delLiveColl
[junit4] 2> 980236 T2788 oasc.ZkController.preRegister Registering watch
for external collection delLiveColl
[junit4] 2> 980236 T2788 oascc.ZkStateReader.addZkWatch addZkWatch
delLiveColl
[junit4] 2> 980237 T2788 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/delLiveColl/state.json from ZooKeeper...
[junit4] 2> 980237 T2840 oasc.ZkController.preRegister Registering watch
for external collection delLiveColl
[junit4] 2> 980238 T2840 oascc.ZkStateReader.addZkWatch addZkWatch
delLiveColl
[junit4] 2> 980237 T2801 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 980238 T2840 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/delLiveColl/state.json from ZooKeeper...
[junit4] 2> 980239 T2854 oasha.CoreAdminHandler.handleCreateAction core
create command
qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard2_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
[junit4] 2> 980240 T2788 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 0
[junit4] 2> 980240 T2788 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 980241 T2840 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 0
[junit4] 2> 980241 T2840 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 980242 T2854 oasc.ZkController.publish publishing
core=delLiveColl_shard2_replica1 state=down collection=delLiveColl
[junit4] 2> 980243 T2810 oasha.CoreAdminHandler.handleCreateAction core
create command
qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard2_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
[junit4] 2> 980243 T2854 oasc.ZkController.preRegister Registering watch
for external collection delLiveColl
[junit4] 2> 980244 T2793 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 0
[junit4] 2> 980244 T2854 oascc.ZkStateReader.addZkWatch addZkWatch
delLiveColl
[junit4] 2> 980244 T2793 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "core":"delLiveColl_shard1_replica2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:36900",
[junit4] 2> "node_name":"127.0.0.1:36900_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"delLiveColl",
[junit4] 2> "operation":"state"}
[junit4] 2> 980244 T2854 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/delLiveColl/state.json from ZooKeeper...
[junit4] 2> 980245 T2810 oasc.ZkController.publish publishing
core=delLiveColl_shard2_replica2 state=down collection=delLiveColl
[junit4] 2> 980245 T2854 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 0
[junit4] 2> 980246 T2793 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/delLiveColl/state.json
[junit4] 2> 980246 T2854 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 980246 T2801 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980246 T2861 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980247 T2810 oasc.ZkController.preRegister Registering watch
for external collection delLiveColl
[junit4] 2> 980247 T2810 oascc.ZkStateReader.addZkWatch addZkWatch
delLiveColl
[junit4] 2> 980247 T2861 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 1
[junit4] 2> 980248 T2810 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/delLiveColl/state.json from ZooKeeper...
[junit4] 2> 980248 T2846 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980248 T2846 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 1
[junit4] 2> 980248 T2801 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 1
[junit4] 2> 980249 T2810 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 1
[junit4] 2> 980249 T2810 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 980250 T2793 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 1
[junit4] 2> 980251 T2793 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "core":"delLiveColl_shard1_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:51293",
[junit4] 2> "node_name":"127.0.0.1:51293_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"delLiveColl",
[junit4] 2> "operation":"state"}
[junit4] 2> 980252 T2801 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 980252 T2793 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/delLiveColl/state.json
[junit4] 2> 980253 T2816 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980253 T2801 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980253 T2846 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980253 T2816 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 2
[junit4] 2> 980253 T2846 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 2
[junit4] 2> 980254 T2861 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980254 T2801 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 2
[junit4] 2> 980254 T2861 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 2
[junit4] 2> 980256 T2793 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 2
[junit4] 2> 980256 T2793 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "core":"delLiveColl_shard2_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:51055",
[junit4] 2> "node_name":"127.0.0.1:51055_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"delLiveColl",
[junit4] 2> "operation":"state"}
[junit4] 2> 980258 T2801 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 980258 T2793 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/delLiveColl/state.json
[junit4] 2> 980258 T2846 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980258 T2861 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980258 T2801 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980259 T2846 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 3
[junit4] 2> 980259 T2861 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 3
[junit4] 2> 980258 T2816 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980260 T2801 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 3
[junit4] 2> 980262 T2793 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 3
[junit4] 2> 980262 T2793 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "core":"delLiveColl_shard2_replica2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:38804",
[junit4] 2> "node_name":"127.0.0.1:38804_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"delLiveColl",
[junit4] 2> "operation":"state"}
[junit4] 2> 980263 T2801 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 980263 T2793 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/delLiveColl/state.json
[junit4] 2> 980264 T2846 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980264 T2816 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 3
[junit4] 2> 980264 T2861 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980264 T2801 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980265 T2846 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 4
[junit4] 2> 980265 T2861 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 4
[junit4] 2> 980266 T2801 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 4
[junit4] 2> 980270 T2874 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delLiveColl/state.json, has occurred - updating...
[junit4] 2> 980270 T2874 oascc.ZkStateReader.updateWatchedCollection
Updating data for delLiveColl to ver 4
[junit4] 2> 981241 T2788 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for delLiveColl_shard1_replica2
[junit4] 2> 981241 T2840 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for delLiveColl_shard1_replica1
[junit4] 2> 981241 T2788 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:delLiveColl
[junit4] 2> 981241 T2840 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:delLiveColl
[junit4] 2> 981242 T2788 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 981242 T2788 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/delLiveColl
[junit4] 2> 981243 T2840 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 981243 T2788 oascc.ZkStateReader.readConfigName
path=/collections/delLiveColl configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 981243 T2840 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/delLiveColl
[junit4] 2> 981243 T2788 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/delLiveColl_shard1_replica2/'
[junit4] 2> 981244 T2840 oascc.ZkStateReader.readConfigName
path=/collections/delLiveColl configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 981244 T2840 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-005/delLiveColl_shard1_replica1/'
[junit4] 2> 981246 T2854 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for delLiveColl_shard2_replica1
[junit4] 2> 981247 T2854 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:delLiveColl
[junit4] 2> 981248 T2854 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 981249 T2854 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/delLiveColl
[junit4] 2> 981249 T2854 oascc.ZkStateReader.readConfigName
path=/collections/delLiveColl configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 981249 T2810 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for delLiveColl_shard2_replica2
[junit4] 2> 981250 T2854 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-006/delLiveColl_shard2_replica1/'
[junit4] 2> 981251 T2810 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:delLiveColl
[junit4] 2> 981251 T2810 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 981252 T2810 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/delLiveColl
[junit4] 2> 981252 T2810 oascc.ZkStateReader.readConfigName
path=/collections/delLiveColl configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 981253 T2810 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-003/delLiveColl_shard2_replica2/'
[junit4] 2> 981272 T2788 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 981277 T2854 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 981283 T2788 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 981284 T2788 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 981288 T2810 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 981289 T2854 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 981289 T2788 oass.IndexSchema.readSchema
[delLiveColl_shard1_replica2] Schema name=test
[junit4] 2> 981291 T2854 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 981298 T2854 oass.IndexSchema.readSchema
[delLiveColl_shard2_replica1] Schema name=test
[junit4] 2> 981301 T2810 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 981303 T2810 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 981331 T2810 oass.IndexSchema.readSchema
[delLiveColl_shard2_replica2] Schema name=test
[junit4] 2> 981336 T2840 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 981351 T2840 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 981352 T2840 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 981360 T2840 oass.IndexSchema.readSchema
[delLiveColl_shard1_replica1] Schema name=test
[junit4] 2> 981439 T2788 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 981445 T2788 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 981446 T2810 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 981447 T2788 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 981449 T2810 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 981451 T2810 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 981458 T2788 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 981461 T2788 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 981462 T2810 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 981465 T2810 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 981465 T2788 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 981467 T2788
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 981473 T2788
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 981473 T2810 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 981473 T2788 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 981473 T2854 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 981474 T2810
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 981475 T2810
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 981475 T2810 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 981475 T2788
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 981476 T2788
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 981476 T2788 oasc.CoreContainer.create Creating SolrCore
'delLiveColl_shard1_replica2' using configuration from collection delLiveColl
[junit4] 2> 981477 T2788 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 981477 T2788 oasc.SolrCore.<init>
[delLiveColl_shard1_replica2] Opening new SolrCore at
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/delLiveColl_shard1_replica2/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/delLiveColl_shard1_replica2/data/
[junit4] 2> 981478 T2854 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 981478 T2788 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1973619
[junit4] 2> 981479 T2810
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 981480 T2810
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 981479 T2788 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/delLiveColl_shard1_replica2/data
[junit4] 2> 981480 T2788 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/delLiveColl_shard1_replica2/data/index/
[junit4] 2> 981481 T2788 oasc.SolrCore.initIndex WARN
[delLiveColl_shard1_replica2] Solr index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/delLiveColl_shard1_replica2/data/index'
doesn't exist. Creating new index...
[junit4] 2> 981481 T2788 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-FAEFB82808F91341-001/tempDir-002/delLiveColl_shard1_replica2/data/index
[junit4] 2> 981482 T2788 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5507621479788275]
[junit4] 2> 981483 T2788 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1c6d184)),segFN=segments_1,generation=1}
[junit4] 2> 981483 T2788 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 981479 T2854 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 981487 T2788 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 981487 T2788 oasu
[...truncated too long message...]
8924 T5677 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 2078924 T5677 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest-FAEFB82808F91341-001/tempDir-001/jetty4
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest-FAEFB82808F91341-001/tempDir-001/jetty4;done=false>>]
[junit4] 2> 2078925 T5677 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest-FAEFB82808F91341-001/tempDir-001/jetty4
[junit4] 2> 2078925 T5677 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest-FAEFB82808F91341-001/tempDir-001/jetty4/index
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest-FAEFB82808F91341-001/tempDir-001/jetty4/index;done=false>>]
[junit4] 2> 2078926 T5677 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest-FAEFB82808F91341-001/tempDir-001/jetty4/index
[junit4] 2> 2078926 T5677 oasc.Overseer.close Overseer
(id=92551179890065422-127.0.0.1:55711_-n_0000000004) closing
[junit4] 2> 2078927 T5828 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:55711_
[junit4] 2> 2080430 T5810 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 2080457 T5677 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/,null}
[junit4] 2> 2085445 T5677 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 2085447 T5677 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:59753 59753
[junit4] 2> 2085994 T5678 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:59753 59753
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CloudExitableDirectoryReaderTest -Dtests.method=testDistribSearch
-Dtests.seed=FAEFB82808F91341 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Africa/Cairo
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 106s J0 |
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([FAEFB82808F91341:7B0936307FA6737D]:0)
[junit4] > at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertFail(CloudExitableDirectoryReaderTest.java:101)
[junit4] > at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTimeoutTests(CloudExitableDirectoryReaderTest.java:75)
[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> 2086007 T5677 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/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest-FAEFB82808F91341-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{_version_=OrdsLucene41(blocksize=128),
multiDefault=PostingsFormat(name=MockRandom), name=PostingsFormat(name=Direct),
intDefault=OrdsLucene41(blocksize=128), id=PostingsFormat(name=Direct),
range_facet_l=OrdsLucene41(blocksize=128),
timestamp=OrdsLucene41(blocksize=128)},
docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity,
locale=ja_JP_JP_#u-ca-japanese, timezone=Africa/Cairo
[junit4] 2> NOTE: Linux 3.13.0-36-generic i386/Oracle Corporation 1.9.0-ea
(32-bit)/cpus=8,threads=1,free=126740328,total=312475648
[junit4] 2> NOTE: All tests run in this JVM: [TestDistribDocBasedVersion,
DistributedIntervalFacetingTest, TestSolrDeletionPolicy1,
XmlUpdateRequestHandlerTest, TestSolr4Spatial, SuggesterTest, TestRangeQuery,
TestReplicationHandler, DistributedQueryComponentOptimizationTest,
TestInitParams, DocValuesMultiTest, ReplicationFactorTest, LeaderElectionTest,
TestFaceting, TestPivotHelperCode, TestLMDirichletSimilarityFactory,
TestRestManager, TestMaxScoreQueryParser, TestHighFrequencyDictionaryFactory,
DistributedFacetPivotLongTailTest, TestSolrCoreProperties,
TestSuggestSpellingConverter, DocExpirationUpdateProcessorFactoryTest,
ParsingFieldUpdateProcessorsTest, ReturnFieldsTest, TestConfig,
TestStandardQParsers, TestDistributedSearch, ClusterStateUpdateTest,
TestShortCircuitedRequests, TestInitQParser, TestRecoveryHdfs,
TestFastOutputStream, UnloadDistributedZkTest, IndexBasedSpellCheckerTest,
BJQParserTest, TestSolrXml, TestSystemIdResolver, AsyncMigrateRouteKeyTest,
CoreAdminCreateDiscoverTest, TestStressVersions, SolrTestCaseJ4Test,
DocumentAnalysisRequestHandlerTest, SolrIndexSplitterTest,
TestLeaderElectionZkExpiry, TestSort, MinimalSchemaTest, TestArbitraryIndexDir,
TestDocSet, SpellCheckCollatorTest, SimpleFacetsTest, QueryEqualityTest,
SolrCoreCheckLockOnStartupTest, PathHierarchyTokenizerFactoryTest,
TestQuerySenderListener, AddBlockUpdateTest, SyncSliceTest, DeleteReplicaTest,
WordBreakSolrSpellCheckerTest, BadIndexSchemaTest, PluginInfoTest,
TestManagedSchemaFieldResource, QueryResultKeyTest, TestReload,
SuggesterTSTTest, TestFieldResource, ZkNodePropsTest, TestClassNameShortening,
TestRequestStatusCollectionAPI, DateRangeFieldTest, SuggesterWFSTTest,
TestFieldCollectionResource, TestDocumentBuilder, TestTrie,
TestDynamicFieldCollectionResource, MergeStrategyTest,
TestManagedResourceStorage, TestConfigSets, MBeansHandlerTest, TestSolrJ,
SuggestComponentTest, SolrXmlInZkTest, HdfsWriteToMultipleCollectionsTest,
JSONWriterTest, ResponseLogComponentTest, TestReplicationHandlerBackup,
PingRequestHandlerTest, TestModifyConfFiles, ZkCLITest,
NotRequiredUniqueKeyTest, TestAnalyzedSuggestions,
AddSchemaFieldsUpdateProcessorFactoryTest, TestCloudSchemaless,
TestCoreDiscovery, HdfsLockFactoryTest, TestTolerantSearch,
TestCollationFieldDocValues, TestCodecSupport, ZkControllerTest,
UpdateParamsTest, HighlighterMaxOffsetTest, ShardRoutingTest,
AliasIntegrationTest, ZkSolrClientTest, TestHashPartitioner,
DistributedSpellCheckComponentTest, TestRealTimeGet,
TestMultiCoreConfBootstrap, TestCoreContainer, SpellCheckComponentTest,
SolrCmdDistributorTest, TestFiltering, HighlighterTest,
CurrencyFieldOpenExchangeTest, AnalysisAfterCoreReloadTest,
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser,
SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery,
DocValuesTest, TestStressLucene, NoCacheHeaderTest,
DefaultValueUpdateProcessorTest, TestRemoteStreaming, TestSurroundQueryParser,
DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf,
DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, TestQueryTypes,
TermsComponentTest, DocumentBuilderTest, MoreLikeThisHandlerTest,
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest,
SolrPluginUtilsTest, TestJmxIntegration, UniqFieldsUpdateProcessorFactoryTest,
TestPartialUpdateDeduplication, TestComponentsName,
CoreContainerCoreInitFailuresTest, TestLFUCache, HighlighterConfigTest,
AlternateDirectoryTest, CopyFieldTest, BadComponentTest,
TestSolrDeletionPolicy2, SampleTest, TestSearchPerf, OutputWriterTest,
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest,
TestLuceneMatchVersion, SpellPossibilityIteratorTest, SynonymTokenizerTest,
TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap,
TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest,
TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, TestUtils, UUIDFieldTest,
CursorPagingTest, TestHighlightDedupGrouping, AssignTest,
CloudExitableDirectoryReaderTest]
[junit4] Completed on J0 in 105.64s, 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, 1 error, 2 failures, 45
ignored (23 assumptions)
Total time: 103 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.9.0-ea-b28 -server
-XX:+UseG1GC
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]