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 ba5a9c8 commit 826115dCopy full SHA for 826115d
x-pack/plugin/migrate/src/main/java/org/elasticsearch/xpack/migrate/task/ReindexDataStreamTask.java
@@ -55,6 +55,7 @@ public ReindexDataStreamTask(
55
this.persistentTaskStartTime = persistentTaskStartTime;
56
this.initialTotalIndices = initialTotalIndices;
57
this.initialTotalIndicesToBeUpgraded = initialTotalIndicesToBeUpgraded;
58
+ this.pending.set(initialTotalIndicesToBeUpgraded);
59
this.completeTask = new RunOnce(() -> {
60
if (exception == null) {
61
markAsCompleted();
0 commit comments