We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa041c commit abf0f97Copy full SHA for abf0f97
server/src/main/java/org/elasticsearch/upgrades/SystemIndexMigrator.java
@@ -635,7 +635,6 @@ public void markAsFailed(Exception e) {
635
String indexName = Optional.ofNullable(migrationInfo).map(SystemIndexMigrationInfo::getCurrentIndexName).orElse("<unknown index>");
636
637
MigrationResultsUpdateTask.upsert(
638
- // this is for the Custom Metadata, not the Persistent Task
639
featureName,
640
SingleFeatureMigrationResult.failure(indexName, e),
641
ActionListener.wrap(state -> super.markAsFailed(e), exception -> super.markAsFailed(e))
0 commit comments