aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-reindexer
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2020-12-07 15:31:41 +0100
committerGitHub <noreply@github.com>2020-12-07 15:31:41 +0100
commit623ad7595b4d0685d969b4585bb73c272d7da033 (patch)
treeac2d6eb70cb4bc9b4423569538e5a164ec05d54e /clustercontroller-reindexer
parentd27544dd87c1c3d2798a10c04f22b8ff91d3185d (diff)
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 4349a662025..5c7b6839d8a 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 unless already complete, then waits for it to terminate normally.
+ sessionShutdown.run(); // Shutdown aborts the session, then waits for it to terminate normally.
switch (control.getResult().getCode()) {
default: