Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/234/
6 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.test
Error Message:
Could not load collection from ZK: collection1
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
collection1
at
__randomizedtesting.SeedInfo.seed([C593D9B662B48288:4DC7E66CCC48EF70]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1172)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:692)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1206)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:848)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
at
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
at
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.del(AbstractFullDistribZkTestBase.java:887)
at
org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.test(LeaderFailureAfterFreshStartTest.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/collection1/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1184)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
... 51 more
FAILED: org.apache.solr.cloud.TestTlogReplica.testCreateDelete
{seed=[C593D9B662B48288:DE8328FA94447AB8]}
Error Message:
Error from server at http://127.0.0.1:57447/solr: KeeperErrorCode = NoNode for
/overseer/collection-queue-work/qnr-0000000010
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:57447/solr: KeeperErrorCode = NoNode for
/overseer/collection-queue-work/qnr-0000000010
at
__randomizedtesting.SeedInfo.seed([C593D9B662B48288:DE8328FA94447AB8]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:211)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([C593D9B662B48288:92BA2203B9466093]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:709)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test
Error Message:
wrong number of events added to .system expected:<9> but was:<10>
Stack Trace:
java.lang.AssertionError: wrong number of events added to .system expected:<9>
but was:<10>
at
__randomizedtesting.SeedInfo.seed([C593D9B662B48288:4DC7E66CCC48EF70]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test(SystemLogListenerTest.java:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown
Error Message:
[TestEvent{timestamp=1510432156162000000, config={
"trigger":"node_added_cooldown_trigger", "afterAction":[], "stage":[
"FAILED", "SUCCEEDED", "IGNORED"],
"class":"org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerListener",
"beforeAction":[]}, stage=SUCCEEDED, actionName='null', event={
"id":"14f6220aa1af07c0T4skpl4kevyltx5m1mxg0japeq",
"source":"node_added_cooldown_trigger", "eventTime":1510432154087000000,
"eventType":"NODEADDED", "properties":{
"eventTimes":[1510432154087000000], "_enqueue_time_":1510432156119000000,
"nodeNames":["127.0.0.1:58329_solr"]}}, message='null'}]
Stack Trace:
java.lang.AssertionError: [TestEvent{timestamp=1510432156162000000, config={
"trigger":"node_added_cooldown_trigger",
"afterAction":[],
"stage":[
"FAILED",
"SUCCEEDED",
"IGNORED"],
"class":"org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerListener",
"beforeAction":[]}, stage=SUCCEEDED, actionName='null', event={
"id":"14f6220aa1af07c0T4skpl4kevyltx5m1mxg0japeq",
"source":"node_added_cooldown_trigger",
"eventTime":1510432154087000000,
"eventType":"NODEADDED",
"properties":{
"eventTimes":[1510432154087000000],
"_enqueue_time_":1510432156119000000,
"nodeNames":["127.0.0.1:58329_solr"]}}, message='null'}]
at
__randomizedtesting.SeedInfo.seed([C593D9B662B48288:F42DB4521C1EF77A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown(TriggerIntegrationTest.java:1210)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration
Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:37744_solr wasn't created
Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:37744_solr
wasn't created
at
__randomizedtesting.SeedInfo.seed([C593D9B662B48288:DD2951BA6C814F67]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:919)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 13538 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailureAfterFreshStartTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/init-core-data-001
[junit4] 2> 7310410 WARN
(SUITE-LeaderFailureAfterFreshStartTest-seed#[C593D9B662B48288]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=105 numCloses=105
[junit4] 2> 7310410 INFO
(SUITE-LeaderFailureAfterFreshStartTest-seed#[C593D9B662B48288]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 7310523 INFO
(SUITE-LeaderFailureAfterFreshStartTest-seed#[C593D9B662B48288]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 7310535 INFO
(SUITE-LeaderFailureAfterFreshStartTest-seed#[C593D9B662B48288]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 7310535 INFO
(SUITE-LeaderFailureAfterFreshStartTest-seed#[C593D9B662B48288]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 7310544 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 7310574 INFO (Thread-4933) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 7310574 INFO (Thread-4933) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 7311071 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.ZkTestServer start zk server on port:40771
[junit4] 2> 7311093 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to
java.io.IOException: ZooKeeperServer not running
[junit4] 2> 7312830 ERROR (Thread-4933) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 7314717 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 7314718 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 7314728 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 7314729 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 7314746 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 7314747 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 7314763 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 7314767 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 7314771 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 7314778 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 7314786 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 7314800 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 7317637 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 7318074 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@306e0863{/,null,AVAILABLE}
[junit4] 2> 7318075 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@205b7288{SSL,[ssl,
http/1.1]}{127.0.0.1:34724}
[junit4] 2> 7318075 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.Server Started @7337204ms
[junit4] 2> 7318075 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=34724,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/control-001/cores}
[junit4] 2> 7318092 ERROR
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 7318092 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.2.0
[junit4] 2> 7318092 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 7318092 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 7318092 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-11T19:59:33.716Z
[junit4] 2> 7318123 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 7318123 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/control-001/solr.xml
[junit4] 2> 7318126 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 7318126 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 7318165 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 7318295 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40771/solr
[junit4] 2> 7319607 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:34724_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 7319615 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:34724_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:34724_
[junit4] 2> 7319615 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:34724_ ] o.a.s.c.Overseer Overseer
(id=98987564479938565-127.0.0.1:34724_-n_0000000000) starting
[junit4] 2> 7321990 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:34724_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34724_
[junit4] 2> 7322010 INFO
(zkCallback-3714-thread-1-processing-n:127.0.0.1:34724_) [n:127.0.0.1:34724_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 7323951 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:34724_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7324037 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:34724_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7324037 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:34724_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7324038 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:34724_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/control-001/cores
[junit4] 2> 7324703 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 7324703 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
[junit4] 2> 7325003 INFO (qtp2028048442-20943) [n:127.0.0.1:34724_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34724_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 7325067 INFO
(OverseerThreadFactory-6920-thread-1-processing-n:127.0.0.1:34724_)
[n:127.0.0.1:34724_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 7326343 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 7326343 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 7326468 INFO
(zkCallback-3714-thread-1-processing-n:127.0.0.1:34724_) [n:127.0.0.1:34724_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 7327432 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 7327548 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 7329066 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 7329138 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 7329138 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7329139 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 7329139 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 7329175 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1603084367,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 7329236 WARN (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 7329534 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 7329535 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 7329539 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 7329539 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 7329540 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 7329578 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@207abba[control_collection_shard1_replica_n1] main]
[junit4] 2> 7329579 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 7329579 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 7329580 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 7329581 INFO
(searcherExecutor-6923-thread-1-processing-n:127.0.0.1:34724_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:34724_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@207abba[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 7329581 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1583801051596718080
[junit4] 2> 7329615 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 7329615 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 7329615 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:34724/control_collection_shard1_replica_n1/
[junit4] 2> 7329615 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 7329615 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:34724/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 7329615 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 7329617 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:34724/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 7329618 INFO
(zkCallback-3714-thread-2-processing-n:127.0.0.1:34724_) [n:127.0.0.1:34724_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 7329674 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 7329676 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3332
[junit4] 2> 7329698 INFO (qtp2028048442-20943) [n:127.0.0.1:34724_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 7329867 INFO
(zkCallback-3714-thread-2-processing-n:127.0.0.1:34724_) [n:127.0.0.1:34724_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 7330706 INFO (qtp2028048442-20943) [n:127.0.0.1:34724_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34724_&wt=javabin&version=2}
status=0 QTime=5703
[junit4] 2> 7330732 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 7330733 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
[junit4] 2> 7330733 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 7330743 INFO (qtp2028048442-20944) [n:127.0.0.1:34724_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 7330911 INFO
(OverseerCollectionConfigSetProcessor-98987564479938565-127.0.0.1:34724_-n_0000000000)
[n:127.0.0.1:34724_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 7330911 INFO
(OverseerThreadFactory-6920-thread-2-processing-n:127.0.0.1:34724_)
[n:127.0.0.1:34724_ ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 7330913 WARN
(OverseerThreadFactory-6920-thread-2-processing-n:127.0.0.1:34724_)
[n:127.0.0.1:34724_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a
collection (collection1) without cores.
[junit4] 2> 7331083 INFO (qtp2028048442-20944) [n:127.0.0.1:34724_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 7331083 INFO (qtp2028048442-20944) [n:127.0.0.1:34724_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=340
[junit4] 2> 7331107 INFO
(OverseerCollectionConfigSetProcessor-98987564479938565-127.0.0.1:34724_-n_0000000000)
[n:127.0.0.1:34724_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 7331753 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-1-001
of type NRT
[junit4] 2> 7331787 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 7331903 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@51ed3e4a{/,null,AVAILABLE}
[junit4] 2> 7331903 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@24810a20{SSL,[ssl,
http/1.1]}{127.0.0.1:46964}
[junit4] 2> 7331903 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.Server Started @7351032ms
[junit4] 2> 7331904 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=46964,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-1-001/cores}
[junit4] 2> 7331904 ERROR
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 7331904 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.2.0
[junit4] 2> 7331904 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 7331904 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 7331904 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-11T19:59:47.528Z
[junit4] 2> 7332075 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 7332075 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-1-001/solr.xml
[junit4] 2> 7332094 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 7332094 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 7332095 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 7332098 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40771/solr
[junit4] 2> 7332203 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:46964_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 7332223 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:46964_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 7332224 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:46964_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46964_
[junit4] 2> 7332225 INFO
(zkCallback-3714-thread-2-processing-n:127.0.0.1:34724_) [n:127.0.0.1:34724_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 7332477 INFO (zkCallback-3722-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 7332487 INFO
(zkCallback-3727-thread-1-processing-n:127.0.0.1:46964_) [n:127.0.0.1:46964_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 7333217 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:46964_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7333329 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:46964_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7333329 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:46964_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7333330 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:46964_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-1-001/cores
[junit4] 2> 7333525 INFO (qtp2028048442-20939) [n:127.0.0.1:34724_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:46964_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 7333577 INFO
(OverseerThreadFactory-6920-thread-3-processing-n:127.0.0.1:34724_)
[n:127.0.0.1:34724_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:46964_
for creating new replica
[junit4] 2> 7333728 INFO (qtp352277377-20990) [n:127.0.0.1:46964_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 7333729 INFO (qtp352277377-20990) [n:127.0.0.1:46964_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 7333747 INFO
(zkCallback-3727-thread-1-processing-n:127.0.0.1:46964_) [n:127.0.0.1:46964_
] 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> 7334905 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.2.0
[junit4] 2> 7335030 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema
[collection1_shard1_replica_n21] Schema name=test
[junit4] 2> 7335972 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 7336064 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n21' using configuration from
collection collection1, trusted=true
[junit4] 2> 7336064 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n21' (registry
'solr.core.collection1.shard1.replica_n21') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7336064 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 7336064 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[[collection1_shard1_replica_n21] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-1-001/cores/collection1_shard1_replica_n21],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
[junit4] 2> 7336094 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1603084367,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 7336113 WARN (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 7336951 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 7336951 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 7336952 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 7336952 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 7336953 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 7336972 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6080605c[collection1_shard1_replica_n21] main]
[junit4] 2> 7336973 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 7336973 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 7336974 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 7336974 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1583801059348840448
[junit4] 2> 7337043 INFO
(searcherExecutor-6934-thread-1-processing-n:127.0.0.1:46964_
x:collection1_shard1_replica_n21 s:shard1 c:collection1) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[collection1_shard1_replica_n21] Registered new searcher
Searcher@6080605c[collection1_shard1_replica_n21]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 7337063 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 7337063 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 7337063 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:46964/collection1_shard1_replica_n21/
[junit4] 2> 7337063 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 7337063 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
https://127.0.0.1:46964/collection1_shard1_replica_n21/ has no replicas
[junit4] 2> 7337063 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 7337083 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:46964/collection1_shard1_replica_n21/ shard1
[junit4] 2> 7337086 INFO
(zkCallback-3727-thread-1-processing-n:127.0.0.1:46964_) [n:127.0.0.1:46964_
] 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> 7337136 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 7337137 INFO (qtp352277377-20990) [n:127.0.0.1:46964_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3408
[junit4] 2> 7337144 INFO (qtp2028048442-20939) [n:127.0.0.1:34724_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:46964_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=3618
[junit4] 2> 7337469 INFO
(zkCallback-3727-thread-1-processing-n:127.0.0.1:46964_) [n:127.0.0.1:46964_
] 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> 7337728 INFO
(OverseerCollectionConfigSetProcessor-98987564479938565-127.0.0.1:34724_-n_0000000000)
[n:127.0.0.1:34724_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 7337772 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-2-001
of type NRT
[junit4] 2> 7337773 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 7337795 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@25a56a51{/,null,AVAILABLE}
[junit4] 2> 7337795 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@488783b6{SSL,[ssl,
http/1.1]}{127.0.0.1:49136}
[junit4] 2> 7337795 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.e.j.s.Server Started @7356924ms
[junit4] 2> 7337796 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=49136,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-2-001/cores}
[junit4] 2> 7337796 ERROR
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 7337807 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.2.0
[junit4] 2> 7337807 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 7337807 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 7337807 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-11T19:59:53.431Z
[junit4] 2> 7337809 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 7337809 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-2-001/solr.xml
[junit4] 2> 7337839 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 7337839 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 7337840 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 7337851 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40771/solr
[junit4] 2> 7337929 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:49136_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 7337930 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:49136_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 7338054 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:49136_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:49136_
[junit4] 2> 7338055 INFO
(zkCallback-3727-thread-1-processing-n:127.0.0.1:46964_) [n:127.0.0.1:46964_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 7338062 INFO (zkCallback-3722-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 7338067 INFO
(zkCallback-3714-thread-1-processing-n:127.0.0.1:34724_) [n:127.0.0.1:34724_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 7338112 INFO
(zkCallback-3733-thread-1-processing-n:127.0.0.1:49136_) [n:127.0.0.1:49136_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 7338594 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:49136_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7338643 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:49136_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7338643 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:49136_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7338644 INFO
(TEST-LeaderFailureAfterFreshStartTest.test-seed#[C593D9B662B48288])
[n:127.0.0.1:49136_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-2-001/cores
[junit4] 2> 7339910 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:49136_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 7340257 INFO
(OverseerThreadFactory-6920-thread-4-processing-n:127.0.0.1:34724_)
[n:127.0.0.1:34724_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:49136_
for creating new replica
[junit4] 2> 7341711 INFO (qtp879045045-21019) [n:127.0.0.1:49136_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 7341712 INFO (qtp879045045-21019) [n:127.0.0.1:49136_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 7341714 INFO
(zkCallback-3727-thread-1-processing-n:127.0.0.1:46964_) [n:127.0.0.1:46964_
] 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: [3])
[junit4] 2> 7342189 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.2.0
[junit4] 2> 7342395 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema
[collection1_shard1_replica_n23] Schema name=test
[junit4] 2> 7343237 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 7344218 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n23' using configuration from
collection collection1, trusted=true
[junit4] 2> 7344218 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n23' (registry
'solr.core.collection1.shard1.replica_n23') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79fc5bc1
[junit4] 2> 7344219 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 7344219 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
[[collection1_shard1_replica_n23] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-2-001/cores/collection1_shard1_replica_n23],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailureAfterFreshStartTest_C593D9B662B48288-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
[junit4] 2> 7344473 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1603084367,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 7344484 WARN (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 7345519 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 7345519 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 7345520 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 7345520 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 7345521 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 7345550 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@34500242[collection1_shard1_replica_n23] main]
[junit4] 2> 7345554 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 7345554 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 7345555 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 7345555 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1583801068346671104
[junit4] 2> 7345575 INFO
(searcherExecutor-6945-thread-1-processing-n:127.0.0.1:49136_
x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
[collection1_shard1_replica_n23] Registered new searcher
Searcher@34500242[collection1_shard1_replica_n23]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 7345587 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.ZkController
Core needs to recover:collection1_shard1_replica_n23
[junit4] 2> 7345595 INFO (qtp879045045-21019) [n:127.0.0.1:49136_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3883
[junit4] 2> 7345595 INFO
(updateExecutor-3730-thread-1-processing-n:127.0.0.1:49136_
x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:49136_
c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 7345598 INFO
(recoveryExecutor-3731-thread-1-processing-n:127.0.0.1:49136_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:49136_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 7345598 INFO
(recoveryExecutor-3731-thread-1-processing-n:127.0.0.1:49136_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:49136_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 7345598 INFO
(recoveryExecutor-3731-thread-1-processing-n:127.0.0.1:49136_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:49136_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard1_replica_n23]
[junit4] 2> 7345599 INFO
(recoveryExecutor-3731-thread-1-processing-n:127.0.0.1:49136_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:49136_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 7345599 INFO
(recoveryExecutor-3731-thread-1-processing-n:127.0.0.1:49136_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:49136_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard1_replica_n23] as recovering, leader is
[https://127.0.0.1:46964/collection1_shard1_replica_n21/] and I am
[https://127.0.0.1:49136/collection1_shard1_replica_n23/]
[junit4] 2> 7345617 INFO (qtp2028048442-20945) [n:127.0.0.1:34724_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:49136_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=5706
[junit4] 2> 7345635 INFO
(zkCallback-3727-thread-1-processing-n:127.0.0.1:46964_) [n:127.0.0.1:46964_
] 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: [3])
[junit4] 2> 7345638 INFO
(zkCallback-3733-thread-1-processing-n:127.0.0.1:49136_) [n:127.0.0.1:49136_
] 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: [3])
[junit4] 2> 7345667 INFO
(recoveryExecutor-3731-thread-1-processing-n:127.0.0.1:49136_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:49136_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [https://127.0.0.1:46964]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:49136_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 7345763 INFO (qtp352277377-20985) [n:127.0.0.1:46964_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[...truncated too long message...]
rocessing-n:127.0.0.1:37744_solr) [n:127.0.0.1:37744_solr ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 9181035 INFO
(zkCallback-3447-thread-1-processing-n:127.0.0.1:58329_solr)
[n:127.0.0.1:58329_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (0)
[junit4] 2> 9181051 INFO (jetty-closer-3337-thread-9) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@34fc7d83{/solr,null,UNAVAILABLE}
[junit4] 2> 9181070 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15facc3f62c001c, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 9181981 WARN
(zkCallback-3390-thread-2-processing-n:127.0.0.1:36807_solr)
[n:127.0.0.1:36807_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 9181982 INFO (jetty-closer-3337-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@11122763{/solr,null,UNAVAILABLE}
[junit4] 2> 9182338 WARN
(zkCallback-3411-thread-1-processing-n:127.0.0.1:35038_solr)
[n:127.0.0.1:35038_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 9182339 INFO (jetty-closer-3337-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4f55bf62{/solr,null,UNAVAILABLE}
[junit4] 2> 9182577 INFO (jetty-closer-3337-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@78bffac{/solr,null,UNAVAILABLE}
[junit4] 2> 9182589 INFO (jetty-closer-3337-thread-6) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@33e0e0cc{/solr,null,UNAVAILABLE}
[junit4] 2> 9182609 ERROR
(SUITE-TriggerIntegrationTest-seed#[C593D9B662B48288]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 9182610 INFO
(SUITE-TriggerIntegrationTest-seed#[C593D9B662B48288]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51131 51131
[junit4] 2> 9182710 INFO (Thread-5744) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:51131 51131
[junit4] 2> 9182711 WARN (Thread-5744) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 41 /solr/aliases.json
[junit4] 2> 16 /solr/security.json
[junit4] 2> 2 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 41 /solr/clusterprops.json
[junit4] 2> 41 /solr/clusterstate.json
[junit4] 2> 14 /solr/collections/collection1/state.json
[junit4] 2> 5 /solr/autoscaling.json
[junit4] 2> 3
/solr/overseer_elect/election/98987674474119200-127.0.0.1:35038_solr-n_0000000007
[junit4] 2> 3
/solr/overseer_elect/election/98987674474119215-127.0.0.1:58329_solr-n_0000000010
[junit4] 2> 2
/solr/overseer_elect/election/98987674474119196-127.0.0.1:53189_solr-n_0000000006
[junit4] 2> 2
/solr/overseer_elect/election/98987674474119219-127.0.0.1:60417_solr-n_0000000011
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 41 /solr/live_nodes
[junit4] 2> 41 /solr/collections
[junit4] 2> 5 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 5 /solr/overseer/queue
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 5 /solr/overseer/queue-work
[junit4] 2> 3 /solr/autoscaling/events/node_added_trigger
[junit4] 2> 2 /solr/autoscaling/events/node_added_trigger1
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C593D9B662B48288-001
[junit4] 2> Nov 11, 2017 8:30:38 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=295, maxMBSortInHeap=5.379301516412422,
sim=RandomSimilarity(queryNorm=false): {}, locale=es-NI,
timezone=Australia/Queensland
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=256102592,total=525336576
[junit4] 2> NOTE: All tests run in this JVM: [CreateCollectionCleanupTest,
TestBM25SimilarityFactory, ParsingFieldUpdateProcessorsTest,
TestConfigSetsAPIExclusivity, TestCloudJSONFacetJoinDomain,
HdfsBasicDistributedZkTest, TestHighFrequencyDictionaryFactory,
TestPrepRecovery, ZkStateReaderTest, TestManagedResource,
BinaryUpdateRequestHandlerTest, TestFieldCacheSort, TestSolr4Spatial2,
ChaosMonkeySafeLeaderWithPullReplicasTest, TestReRankQParserPlugin,
TestCloudSchemaless, MetricUtilsTest, TestPerFieldSimilarity,
BasicAuthStandaloneTest, TriLevelCompositeIdRoutingTest,
DocumentAnalysisRequestHandlerTest, TestJsonFacets, TestLegacyFieldReuse,
TestWriterPerf, ComputePlanActionTest, ZkSolrClientTest, TestRTGBase,
NotRequiredUniqueKeyTest, SolrSlf4jReporterTest, TestCloudNestedDocsSort,
TestSQLHandlerNonCloud, PathHierarchyTokenizerFactoryTest,
PropertiesRequestHandlerTest, DateRangeFieldTest, MoveReplicaHDFSFailoverTest,
PeerSyncWithIndexFingerprintCachingTest, TestReplicaProperties,
RequestLoggingTest, TestBulkSchemaAPI, ClusterStateUpdateTest,
OverseerRolesTest, ConjunctionSolrSpellCheckerTest,
DistributedFacetPivotWhiteBoxTest, TestPushWriter, TestConfigReload,
TestConfigSets, PingRequestHandlerTest, LegacyCloudClusterPropTest,
SignatureUpdateProcessorFactoryTest, AnalysisErrorHandlingTest,
SimpleMLTQParserTest, DOMUtilTest, DocValuesMultiTest,
ShowFileRequestHandlerTest, TestStressLucene,
TestEmbeddedSolrServerAdminHandler, TestManagedSchema,
DistributedIntervalFacetingTest, TestBinaryResponseWriter, TestSchemaResource,
TestConfigsApi, SolrCmdDistributorTest, SolrRequestParserTest,
TestNumericTerms64, HttpPartitionTest, CircularListTest, CoreSorterTest,
UUIDUpdateProcessorFallbackTest, TestInitParams, TestShardHandlerFactory,
TestInitQParser, SolrIndexSplitterTest, TestNumericTokenStream, PrimUtilsTest,
ShardRoutingCustomTest, CdcrRequestHandlerTest, LukeRequestHandlerTest,
TestExceedMaxTermLength, HdfsWriteToMultipleCollectionsTest,
TestCollationField, OpenCloseCoreStressTest, TestExclusionRuleCollectionAccess,
ShardRoutingTest, DeleteLastCustomShardedReplicaTest,
TestSizeLimitedDistributedMap, ManagedSchemaRoundRobinCloudTest,
NumericFieldsTest, TestMissingGroups, OpenExchangeRatesOrgProviderTest,
TestLeaderElectionZkExpiry, HdfsThreadLeakTest, SpellingQueryConverterTest,
SolrCLIZkUtilsTest, TestUseDocValuesAsStored, TestSubQueryTransformer,
SpatialRPTFieldTypeTest, RuleEngineTest,
ConcurrentDeleteAndCreateCollectionTest, TestDeleteCollectionOnDownNodes,
CdcrBootstrapTest, TestReqParamsAPI, TermVectorComponentDistributedTest,
TestFastLRUCache, QueryEqualityTest, AnalyticsQueryTest,
TestManagedSynonymFilterFactory, TestFieldTypeCollectionResource, TestSolrXml,
TestSolrCLIRunExample, HdfsRecoveryZkTest, TestCollectionAPI,
TestDelegationWithHadoopAuth, ZkCLITest, TestJmxIntegration, SuggesterFSTTest,
TestOverriddenPrefixQueryForCustomFieldType, MBeansHandlerTest,
HdfsDirectoryFactoryTest, SuggestComponentContextFilterQueryTest, SampleTest,
TestSSLRandomization, RegexBoostProcessorTest, ChaosMonkeySafeLeaderTest,
UnloadDistributedZkTest, LeaderElectionIntegrationTest, TestReplicationHandler,
TestDistributedGrouping, TestFaceting, ZkControllerTest, TestRealTimeGet,
TestStressReorder, DistributedTermsComponentTest, TestSolr4Spatial,
StatsComponentTest, TestLazyCores, DirectUpdateHandlerTest,
DistributedQueryElevationComponentTest, SimplePostToolTest,
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest,
SuggesterTSTTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest,
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest,
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields,
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases,
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest,
DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming,
XsltUpdateRequestHandlerTest, TestSurroundQueryParser,
DirectSolrSpellCheckerTest, TestQueryTypes, TermsComponentTest,
HighlighterConfigTest, SOLR749Test, UpdateParamsTest, AlternateDirectoryTest,
TestQuerySenderNoQuery, CopyFieldTest, TestStressRecovery, PluginInfoTest,
PreAnalyzedFieldTest, TestSystemIdResolver, RAMDirectoryFactoryTest, TestSolrJ,
TestLRUCache, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest,
UUIDFieldTest, DistributedMLTComponentTest, CursorPagingTest,
TestCrossCoreJoin, TestSimpleTrackingShardHandler, TestTolerantSearch,
TestJettySolrRunner, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest,
AssignTest, DeleteNodeTest, DistribCursorPagingTest,
MissingSegmentRecoveryTest, MoveReplicaHDFSTest, RecoveryAfterSoftCommitTest,
RemoteQueryErrorTest, ReplaceNodeTest, ShardSplitTest, TestSegmentSorting,
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud,
AutoAddReplicasIntegrationTest, ExecutePlanActionTest, TriggerIntegrationTest]
[junit4] Completed [592/748 (5!)] on J1 in 194.81s, 12 tests, 2 failures <<<
FAILURES!
[...truncated 47792 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]