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 14ac833 commit 34e9808Copy full SHA for 34e9808
x-pack/plugin/migrate/src/main/java/org/elasticsearch/xpack/migrate/task/ReindexDataStreamTask.java
@@ -74,7 +74,7 @@ public ReindexDataStreamStatus getStatus() {
74
int totalIndices = initialTotalIndices;
75
int totalIndicesToBeUpgraded = initialTotalIndicesToBeUpgraded;
76
PersistentTasksCustomMetadata.PersistentTask<?> persistentTask = PersistentTasksCustomMetadata.getTaskWithId(
77
- clusterService.state().projectState(projectId).metadata(),
+ clusterService.state().metadata().getProject(projectId),
78
getPersistentTaskId()
79
);
80
boolean isComplete;
0 commit comments