summaryrefslogtreecommitdiffstats
path: root/clustercontroller-reindexer
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-12-07 15:52:52 +0100
committerGitHub <noreply@github.com>2020-12-07 15:52:52 +0100
commitf561afbb3620b796d7321cde8c11d75a6bc6b2cf (patch)
tree69b7afbf913d23cb65909065b092d7e77e70a837 /clustercontroller-reindexer
parent339996348953bc9661c9cef12af7e944f9f66bc8 (diff)
Revert "Revert "Always deconstruct in reverse creation order, including Provider objects""
Diffstat (limited to 'clustercontroller-reindexer')
-rw-r--r--clustercontroller-reindexer/src/main/java/ai/vespa/reindexing/Reindexer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/clustercontroller-reindexer/src/main/java/ai/vespa/reindexing/Reindexer.java b/clustercontroller-reindexer/src/main/java/ai/vespa/reindexing/Reindexer.java
index 5c7b6839d8a..4349a662025 100644
--- a/clustercontroller-reindexer/src/main/java/ai/vespa/reindexing/Reindexer.java
+++ b/clustercontroller-reindexer/src/main/java/ai/vespa/reindexing/Reindexer.java
@@ -169,7 +169,7 @@ public class Reindexer {
// Wait until done; or until termination is forced, in which we shut down the visitor session immediately.
phaser.arriveAndAwaitAdvance(); // Synchronize with visitor completion.
- sessionShutdown.run(); // Shutdown aborts the session, then waits for it to terminate normally.
+ sessionShutdown.run(); // Shutdown aborts the session unless already complete, then waits for it to terminate normally.
switch (control.getResult().getCode()) {
default: