From c6c08db4fc7579fed53f7920e7966ede47c97e7c Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Mon, 11 Jul 2022 11:28:40 +0200 Subject: Revert update of comment --- .../java/com/yahoo/vespa/hosted/provision/maintenance/NodeFailer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node-repository') diff --git a/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/NodeFailer.java b/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/NodeFailer.java index af62579b942..f9b3dae72c5 100644 --- a/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/NodeFailer.java +++ b/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/NodeFailer.java @@ -274,8 +274,8 @@ public class NodeFailer extends NodeRepositoryMaintainer { } } - // In a dynamically provisioned zone the failing of the first child may require a new host to be provisioned, - // so failActive() may take a long time to complete, but the remaining children should be fast. + // In a dynamically provisioned zone the failing of an active child node takes ~10 minutes, + // so perhaps this should be done in parallel. activeChildrenToFail.forEach(this::failActive); return false; -- cgit v1.2.3