Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/208/
4 tests failed.
FAILED: org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics
Error Message:
Could not load collection from ZK: testkerberoscollection
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
testkerberoscollection
at
__randomizedtesting.SeedInfo.seed([F5ED2FA789C57E6A:C835818BB12B201A]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1321)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:737)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
at
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testCollectionCreateSearchDelete(TestSolrCloudWithKerberosAlt.java:137)
at
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics(TestSolrCloudWithKerberosAlt.java:127)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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/testkerberoscollection/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1333)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1319)
... 45 more
FAILED: org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testTrigger
Error Message:
[127.0.0.1:36643_solr] doesn't contain 127.0.0.1:33489_solr
Stack Trace:
java.lang.AssertionError: [127.0.0.1:36643_solr] doesn't contain
127.0.0.1:33489_solr
at
__randomizedtesting.SeedInfo.seed([F5ED2FA789C57E6A:96261925100A0D47]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testTrigger(NodeLostTriggerTest.java:117)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup
Error Message:
missing cleanup event: [CapturedEvent{timestamp=23768846050320774,
stage=STARTED, actionName='null', event={
"id":"5471a3b96fe2cdTeocfh341izkaluihstwll6vm0",
"source":".scheduled_maintenance", "eventTime":23768846048420557,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431445109,
"_enqueue_time_":23768846049328365}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768846062754772,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a3b96fe2cdTeocfh341izkaluihstwll6vm0",
"source":".scheduled_maintenance", "eventTime":23768846048420557,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431445109,
"_enqueue_time_":23768846049328365}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768846074803593,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a3b96fe2cdTeocfh341izkaluihstwll6vm0",
"source":".scheduled_maintenance", "eventTime":23768846048420557,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431445109,
"_enqueue_time_":23768846049328365}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance,
properties.inactive_shard_plan={staleLocks={ScheduledMaintenanceTriggerTest_collection1/staleShard-splitting={stateTimestamp=1541258645080521698,
currentTimeNs=1541431445128279713, deltaSec=172800, ttlSec=20}}},
properties.AFTER_ACTION=[inactive_shard_plan, execute_plan, test]}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768846075996319, stage=SUCCEEDED,
actionName='null', event={ "id":"5471a3b96fe2cdTeocfh341izkaluihstwll6vm0",
"source":".scheduled_maintenance", "eventTime":23768846048420557,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431445109,
"_enqueue_time_":23768846049328365}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768851078318496, stage=STARTED,
actionName='null', event={ "id":"5471a4e5326946Teocfh341izkaluihstwll6vm6",
"source":".scheduled_maintenance", "eventTime":23768851077556550,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431450139,
"_enqueue_time_":23768851077753536}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768851078861024,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a4e5326946Teocfh341izkaluihstwll6vm6",
"source":".scheduled_maintenance", "eventTime":23768851077556550,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431450139,
"_enqueue_time_":23768851077753536}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768851081576242,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a4e5326946Teocfh341izkaluihstwll6vm6",
"source":".scheduled_maintenance", "eventTime":23768851077556550,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431450139,
"_enqueue_time_":23768851077753536}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance, properties.AFTER_ACTION=[inactive_shard_plan,
execute_plan, test]}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768851082631142, stage=SUCCEEDED,
actionName='null', event={ "id":"5471a4e5326946Teocfh341izkaluihstwll6vm6",
"source":".scheduled_maintenance", "eventTime":23768851077556550,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431450139,
"_enqueue_time_":23768851077753536}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768856083783268, stage=STARTED,
actionName='null', event={ "id":"5471a60f8c64ceTeocfh341izkaluihstwll6vm7",
"source":".scheduled_maintenance", "eventTime":23768856083064014,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431455145,
"_enqueue_time_":23768856083266165}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768856084354445,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a60f8c64ceTeocfh341izkaluihstwll6vm7",
"source":".scheduled_maintenance", "eventTime":23768856083064014,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431455145,
"_enqueue_time_":23768856083266165}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768856086268867,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a60f8c64ceTeocfh341izkaluihstwll6vm7",
"source":".scheduled_maintenance", "eventTime":23768856083064014,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431455145,
"_enqueue_time_":23768856083266165}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance, properties.AFTER_ACTION=[inactive_shard_plan,
execute_plan, test]}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768856087236649, stage=SUCCEEDED,
actionName='null', event={ "id":"5471a60f8c64ceTeocfh341izkaluihstwll6vm7",
"source":".scheduled_maintenance", "eventTime":23768856083064014,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431455145,
"_enqueue_time_":23768856083266165}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768861088410170, stage=STARTED,
actionName='null', event={ "id":"5471a739d8f737Teocfh341izkaluihstwll6vm8",
"source":".scheduled_maintenance", "eventTime":23768861087692599,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431460149,
"_enqueue_time_":23768861087890448}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768861088896836,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a739d8f737Teocfh341izkaluihstwll6vm8",
"source":".scheduled_maintenance", "eventTime":23768861087692599,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431460149,
"_enqueue_time_":23768861087890448}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768861090728960,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a739d8f737Teocfh341izkaluihstwll6vm8",
"source":".scheduled_maintenance", "eventTime":23768861087692599,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431460149,
"_enqueue_time_":23768861087890448}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance, properties.AFTER_ACTION=[inactive_shard_plan,
execute_plan, test]}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768861091789319, stage=SUCCEEDED,
actionName='null', event={ "id":"5471a739d8f737Teocfh341izkaluihstwll6vm8",
"source":".scheduled_maintenance", "eventTime":23768861087692599,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431460149,
"_enqueue_time_":23768861087890448}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768866092881970, stage=STARTED,
actionName='null', event={ "id":"5471a864246cfaTeocfh341izkaluihstwll6vm9",
"source":".scheduled_maintenance", "eventTime":23768866092248314,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431465154,
"_enqueue_time_":23768866092440193}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768866093435300,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a864246cfaTeocfh341izkaluihstwll6vm9",
"source":".scheduled_maintenance", "eventTime":23768866092248314,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431465154,
"_enqueue_time_":23768866092440193}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768866095226686,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a864246cfaTeocfh341izkaluihstwll6vm9",
"source":".scheduled_maintenance", "eventTime":23768866092248314,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431465154,
"_enqueue_time_":23768866092440193}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance, properties.AFTER_ACTION=[inactive_shard_plan,
execute_plan, test]}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768866096159390, stage=SUCCEEDED,
actionName='null', event={ "id":"5471a864246cfaTeocfh341izkaluihstwll6vm9",
"source":".scheduled_maintenance", "eventTime":23768866092248314,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431465154,
"_enqueue_time_":23768866092440193}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768871097418063, stage=STARTED,
actionName='null', event={ "id":"5471a98e6d061bTeocfh341izkaluihstwll6vma",
"source":".scheduled_maintenance", "eventTime":23768871096616475,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431470158,
"_enqueue_time_":23768871096823589}}, context={}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768871097945533,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a98e6d061bTeocfh341izkaluihstwll6vma",
"source":".scheduled_maintenance", "eventTime":23768871096616475,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431470158,
"_enqueue_time_":23768871096823589}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={ "trigger":".scheduled_maintenance",
"stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED"],
"beforeAction":"inactive_shard_plan", "afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768871115893345,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a98e6d061bTeocfh341izkaluihstwll6vma",
"source":".scheduled_maintenance", "eventTime":23768871096616475,
"eventType":"SCHEDULED", "properties":{ "actualEventTime":1541431470158,
"_enqueue_time_":23768871096823589}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance,
properties.inactive_shard_plan={staleLocks={ScheduledMaintenanceTriggerTest_collection1/shard1-splitting={stateTimestamp=1541431445112138098,
currentTimeNs=1541431470177413628, deltaSec=25, ttlSec=20}}},
properties.AFTER_ACTION=[inactive_shard_plan, execute_plan, test]}, config={
"trigger":".scheduled_maintenance", "stage":[ "STARTED", "ABORTED",
"SUCCEEDED", "FAILED"], "beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}]
Stack Trace:
java.lang.AssertionError: missing cleanup event:
[CapturedEvent{timestamp=23768846050320774, stage=STARTED, actionName='null',
event={
"id":"5471a3b96fe2cdTeocfh341izkaluihstwll6vm0",
"source":".scheduled_maintenance",
"eventTime":23768846048420557,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431445109,
"_enqueue_time_":23768846049328365}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768846062754772,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a3b96fe2cdTeocfh341izkaluihstwll6vm0",
"source":".scheduled_maintenance",
"eventTime":23768846048420557,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431445109,
"_enqueue_time_":23768846049328365}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768846074803593,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a3b96fe2cdTeocfh341izkaluihstwll6vm0",
"source":".scheduled_maintenance",
"eventTime":23768846048420557,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431445109,
"_enqueue_time_":23768846049328365}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance,
properties.inactive_shard_plan={staleLocks={ScheduledMaintenanceTriggerTest_collection1/staleShard-splitting={stateTimestamp=1541258645080521698,
currentTimeNs=1541431445128279713, deltaSec=172800, ttlSec=20}}},
properties.AFTER_ACTION=[inactive_shard_plan, execute_plan, test]}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768846075996319, stage=SUCCEEDED,
actionName='null', event={
"id":"5471a3b96fe2cdTeocfh341izkaluihstwll6vm0",
"source":".scheduled_maintenance",
"eventTime":23768846048420557,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431445109,
"_enqueue_time_":23768846049328365}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768851078318496, stage=STARTED,
actionName='null', event={
"id":"5471a4e5326946Teocfh341izkaluihstwll6vm6",
"source":".scheduled_maintenance",
"eventTime":23768851077556550,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431450139,
"_enqueue_time_":23768851077753536}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768851078861024,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a4e5326946Teocfh341izkaluihstwll6vm6",
"source":".scheduled_maintenance",
"eventTime":23768851077556550,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431450139,
"_enqueue_time_":23768851077753536}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768851081576242,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a4e5326946Teocfh341izkaluihstwll6vm6",
"source":".scheduled_maintenance",
"eventTime":23768851077556550,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431450139,
"_enqueue_time_":23768851077753536}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance, properties.AFTER_ACTION=[inactive_shard_plan,
execute_plan, test]}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768851082631142, stage=SUCCEEDED,
actionName='null', event={
"id":"5471a4e5326946Teocfh341izkaluihstwll6vm6",
"source":".scheduled_maintenance",
"eventTime":23768851077556550,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431450139,
"_enqueue_time_":23768851077753536}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768856083783268, stage=STARTED,
actionName='null', event={
"id":"5471a60f8c64ceTeocfh341izkaluihstwll6vm7",
"source":".scheduled_maintenance",
"eventTime":23768856083064014,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431455145,
"_enqueue_time_":23768856083266165}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768856084354445,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a60f8c64ceTeocfh341izkaluihstwll6vm7",
"source":".scheduled_maintenance",
"eventTime":23768856083064014,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431455145,
"_enqueue_time_":23768856083266165}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768856086268867,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a60f8c64ceTeocfh341izkaluihstwll6vm7",
"source":".scheduled_maintenance",
"eventTime":23768856083064014,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431455145,
"_enqueue_time_":23768856083266165}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance, properties.AFTER_ACTION=[inactive_shard_plan,
execute_plan, test]}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768856087236649, stage=SUCCEEDED,
actionName='null', event={
"id":"5471a60f8c64ceTeocfh341izkaluihstwll6vm7",
"source":".scheduled_maintenance",
"eventTime":23768856083064014,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431455145,
"_enqueue_time_":23768856083266165}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768861088410170, stage=STARTED,
actionName='null', event={
"id":"5471a739d8f737Teocfh341izkaluihstwll6vm8",
"source":".scheduled_maintenance",
"eventTime":23768861087692599,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431460149,
"_enqueue_time_":23768861087890448}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768861088896836,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a739d8f737Teocfh341izkaluihstwll6vm8",
"source":".scheduled_maintenance",
"eventTime":23768861087692599,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431460149,
"_enqueue_time_":23768861087890448}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768861090728960,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a739d8f737Teocfh341izkaluihstwll6vm8",
"source":".scheduled_maintenance",
"eventTime":23768861087692599,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431460149,
"_enqueue_time_":23768861087890448}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance, properties.AFTER_ACTION=[inactive_shard_plan,
execute_plan, test]}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768861091789319, stage=SUCCEEDED,
actionName='null', event={
"id":"5471a739d8f737Teocfh341izkaluihstwll6vm8",
"source":".scheduled_maintenance",
"eventTime":23768861087692599,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431460149,
"_enqueue_time_":23768861087890448}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768866092881970, stage=STARTED,
actionName='null', event={
"id":"5471a864246cfaTeocfh341izkaluihstwll6vm9",
"source":".scheduled_maintenance",
"eventTime":23768866092248314,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431465154,
"_enqueue_time_":23768866092440193}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768866093435300,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a864246cfaTeocfh341izkaluihstwll6vm9",
"source":".scheduled_maintenance",
"eventTime":23768866092248314,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431465154,
"_enqueue_time_":23768866092440193}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768866095226686,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a864246cfaTeocfh341izkaluihstwll6vm9",
"source":".scheduled_maintenance",
"eventTime":23768866092248314,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431465154,
"_enqueue_time_":23768866092440193}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance, properties.AFTER_ACTION=[inactive_shard_plan,
execute_plan, test]}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768866096159390, stage=SUCCEEDED,
actionName='null', event={
"id":"5471a864246cfaTeocfh341izkaluihstwll6vm9",
"source":".scheduled_maintenance",
"eventTime":23768866092248314,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431465154,
"_enqueue_time_":23768866092440193}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768871097418063, stage=STARTED,
actionName='null', event={
"id":"5471a98e6d061bTeocfh341izkaluihstwll6vma",
"source":".scheduled_maintenance",
"eventTime":23768871096616475,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431470158,
"_enqueue_time_":23768871096823589}}, context={}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768871097945533,
stage=BEFORE_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a98e6d061bTeocfh341izkaluihstwll6vma",
"source":".scheduled_maintenance",
"eventTime":23768871096616475,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431470158,
"_enqueue_time_":23768871096823589}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}, CapturedEvent{timestamp=23768871115893345,
stage=AFTER_ACTION, actionName='inactive_shard_plan', event={
"id":"5471a98e6d061bTeocfh341izkaluihstwll6vma",
"source":".scheduled_maintenance",
"eventTime":23768871096616475,
"eventType":"SCHEDULED",
"properties":{
"actualEventTime":1541431470158,
"_enqueue_time_":23768871096823589}},
context={properties.BEFORE_ACTION=[inactive_shard_plan, execute_plan, test],
source=.scheduled_maintenance,
properties.inactive_shard_plan={staleLocks={ScheduledMaintenanceTriggerTest_collection1/shard1-splitting={stateTimestamp=1541431445112138098,
currentTimeNs=1541431470177413628, deltaSec=25, ttlSec=20}}},
properties.AFTER_ACTION=[inactive_shard_plan, execute_plan, test]}, config={
"trigger":".scheduled_maintenance",
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED"],
"beforeAction":"inactive_shard_plan",
"afterAction":"inactive_shard_plan",
"class":"org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest$CapturingTriggerListener"},
message='null'}]
at
__randomizedtesting.SeedInfo.seed([F5ED2FA789C57E6A:E8C1EFD5E8865961]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup(ScheduledMaintenanceTriggerTest.java:253)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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.client.solrj.impl.CloudSolrClientTest.testCollectionDoesntExist
Error Message:
Tried fetching cluster state using the node names we knew of, i.e.
[127.0.0.1:32855_solr, 127.0.0.1:37759_solr, 127.0.0.1:37238_solr]. However,
succeeded in obtaining the cluster state from none of them.If you think your
Solr cluster is up and is accessible, you could try re-creating a new
CloudSolrClient using working solrUrl(s) or zkHost(s).
Stack Trace:
java.lang.RuntimeException: Tried fetching cluster state using the node names
we knew of, i.e. [127.0.0.1:32855_solr, 127.0.0.1:37759_solr,
127.0.0.1:37238_solr]. However, succeeded in obtaining the cluster state from
none of them.If you think your Solr cluster is up and is accessible, you could
try re-creating a new CloudSolrClient using working solrUrl(s) or zkHost(s).
at
__randomizedtesting.SeedInfo.seed([66A19153D7FA998E:4028FFDD578FD9E]:0)
at
org.apache.solr.client.solrj.impl.HttpClusterStateProvider.getState(HttpClusterStateProvider.java:108)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.resolveAliases(CloudSolrClient.java:1115)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:844)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testCollectionDoesntExist(CloudSolrClientTest.java:779)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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 14242 lines...]
[junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithKerberosAlt
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/init-core-data-001
[junit4] 2> 4008340 WARN
(SUITE-TestSolrCloudWithKerberosAlt-seed#[F5ED2FA789C57E6A]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
[junit4] 2> 4008340 INFO
(SUITE-TestSolrCloudWithKerberosAlt-seed#[F5ED2FA789C57E6A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 4008342 INFO
(SUITE-TestSolrCloudWithKerberosAlt-seed#[F5ED2FA789C57E6A]-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> 4008342 INFO
(SUITE-TestSolrCloudWithKerberosAlt-seed#[F5ED2FA789C57E6A]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 4008358 INFO
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBasics
[junit4] 2> 4057233 WARN
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.d.s.c.DefaultDirectoryService You didn't change the admin password of
directory service instance 'DefaultKrbServer'. Please update the admin
password as soon as possible to prevent a possible security breach.
[junit4] 2> 4065342 INFO
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.s.c.TestSolrCloudWithKerberosAlt Enable delegation token: false
[junit4] 2> 4065432 INFO
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-002
[junit4] 2> 4065433 INFO
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 4065558 INFO (Thread-5928) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 4065559 INFO (Thread-5928) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 4065617 INFO
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.s.c.ZkTestServer start zk server on port:42867
[junit4] 2> 4065652 WARN
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]-SendThread(127.0.0.1:42867))
[ ] o.a.z.ClientCnxn SASL configuration failed:
javax.security.auth.login.LoginException: No JAAS configuration section named
'Client' was found in specified JAAS configuration file:
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/jaas-client.conf'.
Will continue connection to Zookeeper server without SASL authentication, if
Zookeeper server allows it.
[junit4] 2> 4065652 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Exception causing close of session 0x0: ZooKeeperServer
not running
[junit4] 2> 4065724 ERROR (Thread-5928) [ ] 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> 4065724 WARN (zkConnectionManagerCallback-10351-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7ae97222 name:
ZooKeeperConnection Watcher:127.0.0.1:42867 got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 4065794 WARN (zkConnectionManagerCallback-10351-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 4065794 WARN (zkConnectionManagerCallback-10351-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7ae97222 name:
ZooKeeperConnection Watcher:127.0.0.1:42867 got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 4065795 WARN (zkConnectionManagerCallback-10351-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 4067377 WARN
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]-SendThread(127.0.0.1:42867))
[ ] o.a.z.ClientCnxn SASL configuration failed:
javax.security.auth.login.LoginException: No JAAS configuration section named
'Client' was found in specified JAAS configuration file:
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/jaas-client.conf'.
Will continue connection to Zookeeper server without SASL authentication, if
Zookeeper server allows it.
[junit4] 2> 4067377 WARN (zkConnectionManagerCallback-10351-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7ae97222 name:
ZooKeeperConnection Watcher:127.0.0.1:42867 got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 4067377 WARN (zkConnectionManagerCallback-10351-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 4067379 INFO (zkConnectionManagerCallback-10351-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4067483 INFO (jetty-launcher-10348-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 4067596 INFO (jetty-launcher-10348-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 4067596 INFO (jetty-launcher-10348-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 4067596 INFO (jetty-launcher-10348-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 4067596 INFO (jetty-launcher-10348-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@27cbd326{/solr,null,AVAILABLE}
[junit4] 2> 4067597 INFO (jetty-launcher-10348-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@cdc00e3{SSL,[ssl,
http/1.1]}{127.0.0.1:45812}
[junit4] 2> 4067597 INFO (jetty-launcher-10348-thread-1) [ ]
o.e.j.s.Server Started @4067807ms
[junit4] 2> 4067597 INFO (jetty-launcher-10348-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45812}
[junit4] 2> 4067597 ERROR (jetty-launcher-10348-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4067597 INFO (jetty-launcher-10348-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 4067597 INFO (jetty-launcher-10348-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 4067597 INFO (jetty-launcher-10348-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 4067597 INFO (jetty-launcher-10348-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 4067597 INFO (jetty-launcher-10348-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-05T15:19:05.982Z
[junit4] 2> 4067618 WARN
(jetty-launcher-10348-thread-1-SendThread(127.0.0.1:42867)) [ ]
o.a.z.ClientCnxn SASL configuration failed:
javax.security.auth.login.LoginException: No JAAS configuration section named
'Client' was found in specified JAAS configuration file:
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/jaas-client.conf'.
Will continue connection to Zookeeper server without SASL authentication, if
Zookeeper server allows it.
[junit4] 2> 4067633 WARN (zkConnectionManagerCallback-10353-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@12c7b0c6 name:
ZooKeeperConnection Watcher:127.0.0.1:42867/solr got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 4067633 WARN (zkConnectionManagerCallback-10353-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 4067633 INFO (zkConnectionManagerCallback-10353-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4067633 INFO (jetty-launcher-10348-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 4068381 INFO (jetty-launcher-10348-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42867/solr
[junit4] 2> 4068416 WARN
(jetty-launcher-10348-thread-1-SendThread(127.0.0.1:42867)) [ ]
o.a.z.ClientCnxn SASL configuration failed:
javax.security.auth.login.LoginException: No JAAS configuration section named
'Client' was found in specified JAAS configuration file:
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/jaas-client.conf'.
Will continue connection to Zookeeper server without SASL authentication, if
Zookeeper server allows it.
[junit4] 2> 4068436 WARN (zkConnectionManagerCallback-10357-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6073a33e name:
ZooKeeperConnection Watcher:127.0.0.1:42867 got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 4068437 WARN (zkConnectionManagerCallback-10357-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 4068437 INFO (zkConnectionManagerCallback-10357-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4068474 WARN
(jetty-launcher-10348-thread-1-SendThread(127.0.0.1:42867)) [ ]
o.a.z.ClientCnxn SASL configuration failed:
javax.security.auth.login.LoginException: No JAAS configuration section named
'Client' was found in specified JAAS configuration file:
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/jaas-client.conf'.
Will continue connection to Zookeeper server without SASL authentication, if
Zookeeper server allows it.
[junit4] 2> 4068476 WARN (zkConnectionManagerCallback-10359-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@36263af9 name:
ZooKeeperConnection Watcher:127.0.0.1:42867/solr got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 4068476 WARN (zkConnectionManagerCallback-10359-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 4068476 INFO (zkConnectionManagerCallback-10359-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4069260 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45812_solr
[junit4] 2> 4069260 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.c.Overseer Overseer
(id=73615289395314691-127.0.0.1:45812_solr-n_0000000000) starting
[junit4] 2> 4069367 WARN
(jetty-launcher-10348-thread-1-SendThread(127.0.0.1:42867)) [ ]
o.a.z.ClientCnxn SASL configuration failed:
javax.security.auth.login.LoginException: No JAAS configuration section named
'Client' was found in specified JAAS configuration file:
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/jaas-client.conf'.
Will continue connection to Zookeeper server without SASL authentication, if
Zookeeper server allows it.
[junit4] 2> 4069368 WARN (zkConnectionManagerCallback-10366-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@f9e8239 name:
ZooKeeperConnection Watcher:127.0.0.1:42867/solr got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 4069368 WARN (zkConnectionManagerCallback-10366-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 4069368 INFO (zkConnectionManagerCallback-10366-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4069369 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:42867/solr ready
[junit4] 2> 4069369 INFO
(OverseerStateUpdate-73615289395314691-127.0.0.1:45812_solr-n_0000000000)
[n:127.0.0.1:45812_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:45812_solr
[junit4] 2> 4069468 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45812_solr
[junit4] 2> 4069538 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: org.apache.solr.security.KerberosPlugin
[junit4] 2> 4069539 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.s.KerberosPlugin Params: {token.valid=30,
kerberos.principal=HTTP/127.0.0.1,
kerberos.keytab=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/keytabs,
cookie.domain=127.0.0.1, cookie.path=/, type=kerberos,
kerberos.name.rules=RULE:[1:$1@$0](.*EXAMPLE.COM)s/@.*//
[junit4] 2> RULE:[2:$2@$0](.*EXAMPLE.COM)s/@.*//
[junit4] 2> DEFAULT}
[junit4] 2> 4069540 INFO (zkCallback-10365-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 4069611 INFO (zkCallback-10358-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 4069955 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up
SPNego auth with config:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/jaas-client.conf
[junit4] 2> 4070230 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 4070596 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45812.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35a27869
[junit4] 2> 4070705 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45812.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35a27869
[junit4] 2> 4070705 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45812.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35a27869
[junit4] 2> 4070776 INFO (jetty-launcher-10348-thread-1)
[n:127.0.0.1:45812_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-002/node1/.
[junit4] 2> 4071101 WARN
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]-SendThread(127.0.0.1:42867))
[ ] o.a.z.ClientCnxn SASL configuration failed:
javax.security.auth.login.LoginException: No JAAS configuration section named
'Client' was found in specified JAAS configuration file:
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/jaas-client.conf'.
Will continue connection to Zookeeper server without SASL authentication, if
Zookeeper server allows it.
[junit4] 2> 4071116 WARN (zkConnectionManagerCallback-10369-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5550e30b name:
ZooKeeperConnection Watcher:127.0.0.1:42867 got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 4071116 WARN (zkConnectionManagerCallback-10369-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 4071117 INFO (zkConnectionManagerCallback-10369-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4071248 WARN
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]-SendThread(127.0.0.1:42867))
[ ] o.a.z.ClientCnxn SASL configuration failed:
javax.security.auth.login.LoginException: No JAAS configuration section named
'Client' was found in specified JAAS configuration file:
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/jaas-client.conf'.
Will continue connection to Zookeeper server without SASL authentication, if
Zookeeper server allows it.
[junit4] 2> 4071249 WARN (zkConnectionManagerCallback-10374-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@22e7aea7 name:
ZooKeeperConnection Watcher:127.0.0.1:42867/solr got event WatchedEvent
state:AuthFailed type:None path:null path: null type: None
[junit4] 2> 4071249 WARN (zkConnectionManagerCallback-10374-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
[junit4] 2> 4071263 INFO (zkConnectionManagerCallback-10374-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4071265 INFO
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 4071265 INFO
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42867/solr ready
[junit4] 1> Debug is true storeKey true useTicketCache false useKeyTab
true doNotPrompt false ticketCache is null isInitiator true KeyTab is
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/keytabs
refreshKrb5Config is true principal is solr tryFirstPass is false useFirstPass
is false storePass is false clearPass is false
[junit4] 1> Refreshing Kerberos configuration
[junit4] 1> principal is [email protected]
[junit4] 1> Will use keytab
[junit4] 1> Commit Succeeded
[junit4] 1>
[junit4] 2> 4081712 INFO (qtp281409440-32232) [n:127.0.0.1:45812_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testkerberoscollection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4081729 INFO
(OverseerThreadFactory-10987-thread-1-processing-n:127.0.0.1:45812_solr)
[n:127.0.0.1:45812_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testkerberoscollection
[junit4] 1> Debug is true storeKey true useTicketCache false useKeyTab
true doNotPrompt false ticketCache is null isInitiator true KeyTab is
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/keytabs
refreshKrb5Config is true principal is solr tryFirstPass is false useFirstPass
is false storePass is false clearPass is false
[junit4] 1> Refreshing Kerberos configuration
[junit4] 1> principal is [email protected]
[junit4] 1> Will use keytab
[junit4] 1> Commit Succeeded
[junit4] 1>
[junit4] 2> 4082607 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4082730 INFO
(OverseerStateUpdate-73615289395314691-127.0.0.1:45812_solr-n_0000000000)
[n:127.0.0.1:45812_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testkerberoscollection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testkerberoscollection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:45812/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 1> Debug is true storeKey true useTicketCache false useKeyTab
true doNotPrompt false ticketCache is null isInitiator true KeyTab is
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/keytabs
refreshKrb5Config is true principal is solr tryFirstPass is false useFirstPass
is false storePass is false clearPass is false
[junit4] 1> Refreshing Kerberos configuration
[junit4] 1> principal is [email protected]
[junit4] 1> Will use keytab
[junit4] 1> Commit Succeeded
[junit4] 1>
[junit4] 2> 4083464 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
x:testkerberoscollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testkerberoscollection_shard1_replica_n1&action=CREATE&numShards=1&collection=testkerberoscollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 4083518 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
x:testkerberoscollection_shard1_replica_n1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 4084704 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 4084757 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.s.IndexSchema
[testkerberoscollection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 4084759 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 4084760 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'testkerberoscollection_shard1_replica_n1' using configuration from
collection testkerberoscollection, trusted=true
[junit4] 2> 4084779 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_45812.solr.core.testkerberoscollection.shard1.replica_n1'
(registry 'solr.core.testkerberoscollection.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@35a27869
[junit4] 2> 4084779 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.SolrCore
[[testkerberoscollection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-002/node1/testkerberoscollection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-002/node1/./testkerberoscollection_shard1_replica_n1/data/]
[junit4] 2> 4085246 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 4085246 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 4085260 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 4085260 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 4085281 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@34d22e9[testkerberoscollection_shard1_replica_n1] main]
[junit4] 2> 4085282 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
[junit4] 2> 4085296 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
[junit4] 2> 4085297 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 4085298 INFO
(searcherExecutor-10992-thread-1-processing-n:127.0.0.1:45812_solr
x:testkerberoscollection_shard1_replica_n1 c:testkerberoscollection s:shard1
r:core_node2) [n:127.0.0.1:45812_solr c:testkerberoscollection s:shard1
r:core_node2 x:testkerberoscollection_shard1_replica_n1] o.a.s.c.SolrCore
[testkerberoscollection_shard1_replica_n1] Registered new searcher
Searcher@34d22e9[testkerberoscollection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4085298 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1616307723890065408
[junit4] 2> 4085336 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/testkerberoscollection/terms/shard1 to
Terms{values={core_node2=0}, version=0}
[junit4] 2> 4085372 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 4085372 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
I may be the new leader - try and sync
[junit4] 2> 4085372 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas
to https://127.0.0.1:45812/solr/testkerberoscollection_shard1_replica_n1/
[junit4] 2> 4085372 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 4085372 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.SyncStrategy
https://127.0.0.1:45812/solr/testkerberoscollection_shard1_replica_n1/ has no
replicas
[junit4] 2> 4085372 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 4085391 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
I am the new leader:
https://127.0.0.1:45812/solr/testkerberoscollection_shard1_replica_n1/ shard1
[junit4] 2> 4085583 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 4085602 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testkerberoscollection_shard1_replica_n1&action=CREATE&numShards=1&collection=testkerberoscollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2137
[junit4] 2> 4085626 INFO (qtp281409440-32232) [n:127.0.0.1:45812_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 4085714 INFO (zkCallback-10358-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testkerberoscollection/state.json] for collection
[testkerberoscollection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 4085747 INFO
(OverseerCollectionConfigSetProcessor-73615289395314691-127.0.0.1:45812_solr-n_0000000000)
[n:127.0.0.1:45812_solr ] 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> 4086628 INFO (qtp281409440-32232) [n:127.0.0.1:45812_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testkerberoscollection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=4969
[junit4] 2> 4086629 WARN
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=solr&[email protected]&t=kerberos&e=1541467160043&s=6nrajhoUWXRTdl1yb/8CcnqmKhg=";
Path=/; Domain=127.0.0.1; Expires=O, 06-nov.-2018 01:19:20 GMT; Secure;
HttpOnly". Invalid 'expires' attribute: O, 06-nov.-2018 01:19:20 GMT
[junit4] 2> 4086629 INFO
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
testkerberoscollection failOnTimeout:true timeout (sec):330
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 2> 4086631 INFO
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[F5ED2FA789C57E6A]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
testkerberoscollection
[junit4] 1> Debug is true storeKey true useTicketCache false useKeyTab
true doNotPrompt false ticketCache is null isInitiator true KeyTab is
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_F5ED2FA789C57E6A-001/tempDir-001/minikdc/keytabs
refreshKrb5Config is true principal is solr tryFirstPass is false useFirstPass
is false storePass is false clearPass is false
[junit4] 1> Refreshing Kerberos configuration
[junit4] 1> principal is [email protected]
[junit4] 1> Will use keytab
[junit4] 1> Commit Succeeded
[junit4] 1>
[junit4] 2> 4087124 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/testkerberoscollection/terms/shard1 to
Terms{values={core_node2=1}, version=1}
[junit4] 2> 4087124 INFO (qtp281409440-32237) [n:127.0.0.1:45812_solr
c:testkerberoscollection s:shard1 r:core_node2
x:testkerberoscollection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory
[testkerberoscollection_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=testkerberoscollection:4&wt=javabin&version=2}{add=[1
(1616307725757579264)]} 0 45
[junit4] 2> 4087124 WARN (CloudSolrClient
ThreadPool-10370-thread-1-processing-https:////127.0.0.1:45812//solr//testkerberoscollection_shard1_replica_n1//)
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=solr&[email protected]&t=kerberos&e=1541467165410&s=cGkZN5ZRKkayGYGMhrP45wysPGc=";
Path=/; Domain=127.0.0.1; Expires=O, 06-nov.-2018 01:19:25 GMT; Secure;
HttpOnly". Invalid 'expires' attribute: O, 06-nov.-2018 01:19:25 GMT
[junit4] 1> Debug is true storeKey true useTicketCache false useKeyTab
true doNotPrompt false ticketCache is null isInitiator true KeyTab
[...truncated too long message...]
home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1370056633
[copy] Copying 241 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1370056633
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1370056633
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 20ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 215 minutes 5 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$34.hasMatch(FilePath.java:2678)
at hudson.FilePath$34.invoke(FilePath.java:2557)
at hudson.FilePath$34.invoke(FilePath.java:2547)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1036)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1038)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]