Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/1024/
2 tests failed.
FAILED:
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([99E29040E82FC4E0:4768FE3DD38DA613]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:170)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:830)
at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR(LeaderInitiatedRecoveryOnShardRestartTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
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:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=15326, name=collection2,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=15326, name=collection2, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:59542/da_gh: collection already exists:
awholynewstresscollection_collection2_0
at __randomizedtesting.SeedInfo.seed([99E29040E82FC4E0]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1573)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1594)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:876)
Build Log:
[...truncated 10995 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/init-core-data-001
[junit4] 2> 1779632 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[99E29040E82FC4E0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
[junit4] 2> 1779632 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[99E29040E82FC4E0]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /da_gh/
[junit4] 2> 1779637 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1779637 INFO (Thread-9737) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1779637 INFO (Thread-9737) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1779737 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.ZkTestServer start zk server on port:54804
[junit4] 2> 1779737 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1779738 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1779740 INFO (zkCallback-1094-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@66e3a7c2
name:ZooKeeperConnection Watcher:127.0.0.1:54804 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1779741 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1779741 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1779741 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 1779744 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1779745 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1779746 INFO (zkCallback-1095-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@25ac1c59
name:ZooKeeperConnection Watcher:127.0.0.1:54804/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1779746 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1779746 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1779746 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 1779748 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 1779750 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 1779751 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 1779753 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1779753 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 1779756 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1779756 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 1779758 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1779759 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1779760 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1779761 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 1779762 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1779763 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 1779764 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1779765 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 1779766 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1779767 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 1779768 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1779768 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 1779770 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1779770 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1779772 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1779772 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 1779774 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1779775 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 1780121 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1
[junit4] 2> 1780122 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1780124 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b2f5fe8{/da_gh,null,AVAILABLE}
[junit4] 2> 1780127 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@4f177300{HTTP/1.1}{127.0.0.1:54698}
[junit4] 2> 1780127 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.e.j.s.Server Started @1782908ms
[junit4] 2> 1780127 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/da_gh,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores,
hostPort=54698,
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/tempDir-001/control/data}
[junit4] 2> 1780127 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@7b3cb2c6
[junit4] 2> 1780127 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001'
[junit4] 2> 1780128 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1780128 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1780128 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1780128 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1780130 INFO (zkCallback-1096-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@40cb6525
name:ZooKeeperConnection Watcher:127.0.0.1:54804/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1780130 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1780130 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1780131 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1780131 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/solr.xml
[junit4] 2> 1780145 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores
[junit4] 2> 1780145 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.CoreContainer New CoreContainer 44070698
[junit4] 2> 1780146 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001]
[junit4] 2> 1780146 WARN
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/lib
[junit4] 2> 1780146 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1780147 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1780148 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1780148 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1780148 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54804/solr
[junit4] 2> 1780148 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1780148 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1780148 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1780150 INFO (zkCallback-1098-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@20214727
name:ZooKeeperConnection Watcher:127.0.0.1:54804 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1780151 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1780151 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1780153 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1780154 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@33a9c8e4
name:ZooKeeperConnection Watcher:127.0.0.1:54804/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1780154 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1780155 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1780158 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1780163 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1780166 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1780168 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1780170 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1780172 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1780173 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/clusterstate.json
[junit4] 2> 1780174 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1780175 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:54698_da_gh
[junit4] 2> 1780176 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:54698_da_gh
[junit4] 2> 1780177 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1780178 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1780179 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1780180 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94905938134827012-127.0.0.1:54698_da_gh-n_0000000000
[junit4] 2> 1780180 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:54698_da_gh
[junit4] 2> 1780180 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 1780182 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.Overseer Overseer
(id=94905938134827012-127.0.0.1:54698_da_gh-n_0000000000) starting
[junit4] 2> 1780183 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 1780189 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.OverseerAutoReplicaFailoverThread
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=10000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1780190 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1780190 INFO
(OverseerCollectionConfigSetProcessor-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 1780190 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.Overseer Starting to work on the main
queue
[junit4] 2> 1780208 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.CoreContainer Security conf doesn't
exist. Skipping setup for authorization module.
[junit4] 2> 1780208 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1780209 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.CoresLocator Looking for core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores
[junit4] 2> 1780210 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.SolrCore Created CoreDescriptor:
{loadOnStartup=true, coreNodeName=,
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1,
config=solrconfig.xml, configSetProperties=configsetprops.json,
transient=false,
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1/,
dataDir=data/, schema=schema.xml, shard=, name=collection1,
collection=control_collection}
[junit4] 2> 1780210 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.CoresLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1/
[junit4] 2> 1780211 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.c.CoresLocator Found 1 core definitions
[junit4] 2> 1780212 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
[junit4] 2> 1780212 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:54698_da_gh ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1780212 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 1780212 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 1780214 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "node_name":"127.0.0.1:54698_da_gh",
[junit4] 2> "state":"down",
[junit4] 2> "numShards":"1",
[junit4] 2> "base_url":"http://127.0.0.1:54698/da_gh",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1"} current state version: 0
[junit4] 2> 1780215 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 1780215 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "node_name":"127.0.0.1:54698_da_gh",
[junit4] 2> "state":"down",
[junit4] 2> "numShards":"1",
[junit4] 2> "base_url":"http://127.0.0.1:54698/da_gh",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1"}
[junit4] 2> 1780215 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ClusterStateMutator building a new
cName: control_collection
[junit4] 2> 1780216 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 1780217 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 1781215 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 1781215 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.ZkController Check for collection zkNode:control_collection
[junit4] 2> 1781216 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 1781216 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Load collection config
from:/collections/control_collection
[junit4] 2> 1781217 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1
specified config exists in ZooKeeper
[junit4] 2> 1781217 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1'
[junit4] 2> 1781217 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1781217 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1781219 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 1781225 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1781238 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
[junit4] 2> 1781285 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1] o.a.s.c.Config
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1781292 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1781529 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1781536 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1781538 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1781547 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1781550 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1781552 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1781553 WARN
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1781553 WARN
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1781553 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1781554 WARN
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1781554 WARN
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1781555 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
[junit4] 2> 1781555 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 1781555 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1781555 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1],
dataDir=[null]
[junit4] 2> 1781555 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e15c1ec
[junit4] 2> 1781556 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1/data
[junit4] 2> 1781556 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1/data/index/
[junit4] 2> 1781556 WARN
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1781557 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1/data/index
[junit4] 2> 1781557 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=8, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.43692037758476887]
[junit4] 2> 1781557 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@12484a6
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@480aee0),segFN=segments_1,generation=1}
[junit4] 2> 1781557 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 1781558 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1/data/
[junit4] 2> 1781558 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.DirectoryFactory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/control-001/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1781562 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1781562 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1781562 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1781562 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1781563 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1781563 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1781563 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1781563 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1781563 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1781563 WARN
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
{type = requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 1781566 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781567 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781568 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781569 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1781573 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/logging,/admin/threads,/replication,/admin/segments,/admin/plugins,/admin/ping,/dump,/config,/admin/properties,/admin/mbeans,/schema,/update/json,standard,/admin/file,/get,/update/csv,/admin/luke,/admin/system,/update/json/docs,/update
[junit4] 2> 1781574 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1781575 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1781575 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1781576 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 1781576 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 1781576 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=63.697265625,
floorSegmentMB=2.177734375, forceMergeDeletesPctAllowed=18.46726359604167,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1781577 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@12484a6
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@480aee0),segFN=segments_1,generation=1}
[junit4] 2> 1781577 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 1781577 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@16f3fe24[collection1]
main
[junit4] 2> 1781577 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader Load collection config
from:/collections/control_collection
[junit4] 2> 1781578 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1781578 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based
storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1781578 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO
with znodeBase: /configs/conf1
[junit4] 2> 1781578 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 1781578 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1781579 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 1781579 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1781579 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1781579 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1781580 INFO
(searcherExecutor-3519-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@16f3fe24[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1781580 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1781580 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1781580 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1781580 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1518495012192518144
[junit4] 2> 1781582 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with
highest version 1518495012192518144
[junit4] 2> 1781582 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
[junit4] 2> 1781583 INFO
(coreLoadExecutor-3518-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1781583 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
Register replica - core:collection1 address:http://127.0.0.1:54698/da_gh
collection:control_collection shard:shard1
[junit4] 2> 1781584 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1781588 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector
Joined leadership election with path:
/collections/control_collection/leader_elect/shard1/election/94905938134827012-core_node1-n_0000000000
[junit4] 2> 1781592 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
[junit4] 2> 1781594 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1781594 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1781594 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:54698/da_gh/collection1/
[junit4] 2> 1781594 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state version: 1
[junit4] 2> 1781594 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1781594 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:54698/da_gh/collection1/ has no replicas
[junit4] 2> 1781596 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
[junit4] 2> 1781598 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
[junit4] 2> 1781600 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:54698/da_gh/collection1/ shard1
[junit4] 2> 1781601 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:54698/da_gh",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 1781703 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 1781713 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1781716 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1781717 INFO (zkCallback-1101-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@52e4cb3f
name:ZooKeeperConnection Watcher:127.0.0.1:54804/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1781717 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1781717 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1781717 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1781720 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1781720 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 1781720 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1781727 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1781727 INFO (zkCallback-1102-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@37899c4a
name:ZooKeeperConnection Watcher:127.0.0.1:54804/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1781728 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1781728 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1781732 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":"2"} current state version: 2
[junit4] 2> 1781732 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection1
[junit4] 2> 1781751 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
We are http://127.0.0.1:54698/da_gh/collection1/ and leader is
http://127.0.0.1:54698/da_gh/collection1/
[junit4] 2> 1781752 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54698/da_gh
[junit4] 2> 1781752 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1781752 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
publishing state=active
[junit4] 2> 1781752 INFO
(coreZkRegister-3512-thread-1-processing-n:127.0.0.1:54698_da_gh r:core_node1
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:54698_da_gh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
numShards not found on descriptor - reading it from system property
[junit4] 2> 1781755 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "node_name":"127.0.0.1:54698_da_gh",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "numShards":"2",
[junit4] 2> "base_url":"http://127.0.0.1:54698/da_gh",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1"} current state version: 2
[junit4] 2> 1781756 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ReplicaMutator Update state numShards=2
message={
[junit4] 2> "node_name":"127.0.0.1:54698_da_gh",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "numShards":"2",
[junit4] 2> "base_url":"http://127.0.0.1:54698/da_gh",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1"}
[junit4] 2> 1781756 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ZkStateWriter going to
create_collection /collections/collection1/state.json
[junit4] 2> 1781860 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 1781860 INFO (zkCallback-1101-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred
- updating... (live nodes size: 1)
[junit4] 2> 1782032 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/cores/collection1
[junit4] 2> 1782033 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001
[junit4] 2> 1782034 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1782036 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@52b5ad1a{/da_gh,null,AVAILABLE}
[junit4] 2> 1782036 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@64dcfcf0{HTTP/1.1}{127.0.0.1:39166}
[junit4] 2> 1782036 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.e.j.s.Server Started @1784817ms
[junit4] 2> 1782036 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=39166,
hostContext=/da_gh,
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/tempDir-001/jetty1,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/cores,
solrconfig=solrconfig.xml}
[junit4] 2> 1782037 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@7b3cb2c6
[junit4] 2> 1782037 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001'
[junit4] 2> 1782037 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1782037 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1782037 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1782038 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1782039 INFO (zkCallback-1103-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@10354b81
name:ZooKeeperConnection Watcher:127.0.0.1:54804/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1782039 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1782039 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1782041 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1782041 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/solr.xml
[junit4] 2> 1782055 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/cores
[junit4] 2> 1782055 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.CoreContainer New CoreContainer 29968421
[junit4] 2> 1782055 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001]
[junit4] 2> 1782055 WARN
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/lib
[junit4] 2> 1782056 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1782057 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1782057 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1782057 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1782057 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54804/solr
[junit4] 2> 1782058 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1782058 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1782058 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1782060 INFO (zkCallback-1105-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@32e62e29
name:ZooKeeperConnection Watcher:127.0.0.1:54804 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1782060 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1782061 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1782062 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1782064 INFO
(zkCallback-1106-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7253d80a
name:ZooKeeperConnection Watcher:127.0.0.1:54804/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1782064 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1782069 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1783075 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39166_da_gh
[junit4] 2> 1783075 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:39166_da_gh
[junit4] 2> 1783076 INFO
(zkCallback-1106-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 1)
[junit4] 2> 1783076 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:54698_da_gh)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 1)
[junit4] 2> 1783076 INFO (zkCallback-1101-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live
nodes size: 1)
[junit4] 2> 1783078 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1783079 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94905938134827017-127.0.0.1:39166_da_gh-n_0000000001
[junit4] 2> 1783080 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94905938134827012-127.0.0.1:54698_da_gh-n_0000000000
to know if I could be the leader
[junit4] 2> 1783094 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.CoreContainer Security conf doesn't
exist. Skipping setup for authorization module.
[junit4] 2> 1783094 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1783095 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.CoresLocator Looking for core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/cores
[junit4] 2> 1783097 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.SolrCore Created CoreDescriptor:
{absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/cores/collection1/,
config=solrconfig.xml, dataDir=data/, configSetProperties=configsetprops.json,
coreNodeName=, loadOnStartup=true, collection=collection1, transient=false,
shard=,
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/cores/collection1,
name=collection1, schema=schema.xml}
[junit4] 2> 1783097 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.CoresLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/cores/collection1/
[junit4] 2> 1783098 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.c.CoresLocator Found 1 core definitions
[junit4] 2> 1783100 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
[junit4] 2> 1783100 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[99E29040E82FC4E0])
[n:127.0.0.1:39166_da_gh ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1783100 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 1783100 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.ZkController
numShards not found on descriptor - reading it from system property
[junit4] 2> 1783102 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.ZkController
Registering watch for collection collection1
[junit4] 2> 1783102 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
addZkWatch collection1
[junit4] 2> 1783102 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "node_name":"127.0.0.1:39166_da_gh",
[junit4] 2> "state":"down",
[junit4] 2> "numShards":"2",
[junit4] 2> "base_url":"http://127.0.0.1:39166/da_gh",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1"} current state version: 3
[junit4] 2> 1783103 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
Add data for collection1 ver 0
[junit4] 2> 1783103 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ReplicaMutator Update state numShards=2
message={
[junit4] 2> "node_name":"127.0.0.1:39166_da_gh",
[junit4] 2> "state":"down",
[junit4] 2> "numShards":"2",
[junit4] 2> "base_url":"http://127.0.0.1:39166/da_gh",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core":"collection1"}
[junit4] 2> 1783103 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.ZkController
look for our core node name
[junit4] 2> 1783103 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ReplicaMutator Collection already
exists with numShards=2
[junit4] 2> 1783103 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard2
[junit4] 2> 1783206 INFO
(OverseerStateUpdate-94905938134827012-127.0.0.1:54698_da_gh-n_0000000000)
[n:127.0.0.1:54698_da_gh ] o.a.s.c.o.ZkStateWriter going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 1783206 INFO
(zkCallback-1106-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 1783207 INFO
(zkCallback-1106-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh ] o.a.s.c.c.ZkStateReader Updating data for
collection1 from 0 to 1
[junit4] 2> 1784103 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.ZkController
waiting to find shard id in clusterstate for collection1
[junit4] 2> 1784103 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.ZkController
Check for collection zkNode:collection1
[junit4] 2> 1784104 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.ZkController
Collection zkNode exists
[junit4] 2> 1784104 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
Load collection config from:/collections/collection1
[junit4] 2> 1784105 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1784105 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_99E29040E82FC4E0-001/shard-1-001/cores/collection1'
[junit4] 2> 1784105 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1784105 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1784108 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.Config loaded
config solrconfig.xml with version 0
[junit4] 2> 1784118 INFO
(coreLoadExecutor-3529-thread-1-processing-n:127.0.0.1:39166_da_gh)
[n:127.0.0.1:39166_da_gh c:collection1 x:collection1] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 1784147 IN
[...truncated too long message...]
ctionContextBase.cancelElection(ElectionContext.java:167)
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:269)
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:441)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:197)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:157)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:58)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:388)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 3210619 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[99E29040E82FC4E0])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@4e4ac73a{HTTP/1.1}{127.0.0.1:50191}
[junit4] 2> 3210619 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[99E29040E82FC4E0])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1867ea5a{/,null,UNAVAILABLE}
[junit4] 2> 3210621 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[99E29040E82FC4E0])
[n:127.0.0.1:50191_ c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33316 33316
[junit4] 2> 3210920 INFO (Thread-167371) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:33316 33316
[junit4] 2> 3210921 WARN (Thread-167371) [ ] o.a.s.c.ZkTestServer
Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 11 /solr/aliases.json
[junit4] 2> 10 /solr/security.json
[junit4] 2> 10 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 19 /solr/collections/all_in_lir/state.json
[junit4] 2> 11 /solr/clusterstate.json
[junit4] 2> 9 /solr/collections/collection1/state.json
[junit4] 2> 5
/solr/overseer_elect/election/94906005542666244-127.0.0.1:52876_-n_0000000000
[junit4] 2> 2
/solr/collections/all_in_lir/leader_elect/shard1/election/94906005542666252-core_node2-n_0000000000
[junit4] 2> 2
/solr/collections/all_in_lir/leader_elect/shard1/election/94906005542666267-core_node3-n_0000000051
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 12 /solr/live_nodes
[junit4] 2> 11 /solr/collections
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2>
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderInitiatedRecoveryOnShardRestartTest
-Dtests.method=testRestartWithAllInLIR -Dtests.seed=99E29040E82FC4E0
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=hu -Dtests.timezone=Africa/Dakar -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 403s J2 |
LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR <<<
[junit4] > Throwable #1: java.lang.AssertionError: There are still nodes
recoverying - waited for 330 seconds
[junit4] > at
__randomizedtesting.SeedInfo.seed([99E29040E82FC4E0:4768FE3DD38DA613]:0)
[junit4] > at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:170)
[junit4] > at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4] > at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:830)
[junit4] > at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR(LeaderInitiatedRecoveryOnShardRestartTest.java:109)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 3210925 INFO
(SUITE-LeaderInitiatedRecoveryOnShardRestartTest-seed#[99E29040E82FC4E0]-worker)
[n:127.0.0.1:50191_ c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_99E29040E82FC4E0-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene54): {},
docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {},
locale=hu, timezone=Africa/Dakar
[junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation
1.7.0_80 (64-bit)/cpus=4,threads=1,free=262252936,total=493355008
[junit4] 2> NOTE: All tests run in this JVM: [TestCoreDiscovery,
SaslZkACLProviderTest, ClusterStateTest, TestManagedSchemaFieldTypeResource,
TestAuthenticationFramework, TestBlobHandler,
AsyncCallRequestStatusResponseTest, SampleTest,
TestLeaderInitiatedRecoveryThread, BufferStoreTest, ForceLeaderTest,
TestSweetSpotSimilarityFactory, TestFileDictionaryLookup, DocValuesMultiTest,
AtomicUpdatesTest, TestFastWriter, SuggesterTSTTest,
TestBlendedInfixSuggestions, DebugComponentTest, AddBlockUpdateTest,
HdfsBasicDistributedZkTest, CircularListTest, TestRuleBasedAuthorizationPlugin,
AnalyticsMergeStrategyTest, CloneFieldUpdateProcessorFactoryTest,
FacetPivotSmallTest, HardAutoCommitTest, TestElisionMultitermQuery,
HdfsDirectoryFactoryTest, TestWriterPerf, TestSimpleQParserPlugin,
TestSolrQueryParserResource, TestSort, NoCacheHeaderTest,
PrimitiveFieldTypeTest, TestStressReorder, TestLRUStatsCache,
SolrCoreCheckLockOnStartupTest, RequestLoggingTest, TestManagedResourceStorage,
OverseerTaskQueueTest, TestPerFieldSimilarity, TestStandardQParsers,
QueryParsingTest, TestSchemaVersionResource, TestSolrDeletionPolicy1,
BigEndianAscendingWordSerializerTest, TestExtendedDismaxParser, AutoCommitTest,
TestJsonFacets, TestIndexingPerformance, TestSolrIndexConfig, RankQueryTest,
TestXIncludeConfig, TestRestManager, TestJmxMonitoredMap, EnumFieldTest,
TestJettySolrRunner, StatsComponentTest, TestConfigOverlay,
TestDynamicFieldResource, TestCustomDocTransformer, TestFieldTypeResource,
TestRecovery, FullSolrCloudDistribCmdsTest, TestReplicationHandlerBackup,
ShardSplitTest, TestReloadDeadlock, BinaryUpdateRequestHandlerTest,
TestHashQParserPlugin, TestIndexSearcher, UpdateParamsTest,
DocValuesMissingTest, TestSolrCloudWithKerberosAlt, SecurityConfHandlerTest,
TestNamedUpdateProcessors, RegexBoostProcessorTest,
DistributedFacetPivotLongTailTest, TestEmbeddedSolrServerConstructors,
RecoveryAfterSoftCommitTest, TestDownShardTolerantSearch,
BasicAuthIntegrationTest, DocExpirationUpdateProcessorFactoryTest,
TestCSVResponseWriter, TestSolrQueryParser, PluginInfoTest,
ShowFileRequestHandlerTest, TestSuggestSpellingConverter, ShardRoutingTest,
RecoveryZkTest, LeaderElectionTest, TestZkChroot, TestDistributedSearch,
SpellingQueryConverterTest, TestSolrJ, TestUtils, SliceStateTest,
UUIDFieldTest, DistributedMLTComponentTest, TestHighlightDedupGrouping,
TestSimpleTrackingShardHandler, CollectionStateFormat2Test,
CollectionTooManyReplicasTest, DeleteLastCustomShardedReplicaTest,
DeleteReplicaTest, DistribCursorPagingTest,
LeaderInitiatedRecoveryOnShardRestartTest]
[junit4] Completed [435/548] on J2 in 402.80s, 1 test, 1 failure <<<
FAILURES!
[...truncated 374 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:792:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:729:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:526:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1452:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1006:
There were test failures: 548 suites (7 ignored), 2165 tests, 1 error, 1
failure, 32 ignored (18 assumptions) [seed: 99E29040E82FC4E0]
Total time: 199 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
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]