summaryrefslogtreecommitdiffstats
path: root/configserver
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-12-19 10:40:33 +0100
committerHarald Musum <musum@oath.com>2017-12-19 10:40:33 +0100
commitcfa80dfeb639a4ea36eac23caa69965a8608a221 (patch)
tree326f53693b0f168a0b76ed65c0c6beb8657016c1 /configserver
parenta2c243875e74bf668c9103329e3dc8239c9a61d8 (diff)
Remove container-clustercontroller from list of services to check
container loads the same bundles, so it should be safe to remove clustercontroller completely
Diffstat (limited to 'configserver')
-rw-r--r--configserver/src/main/java/com/yahoo/vespa/config/server/application/ApplicationConvergenceChecker.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/configserver/src/main/java/com/yahoo/vespa/config/server/application/ApplicationConvergenceChecker.java b/configserver/src/main/java/com/yahoo/vespa/config/server/application/ApplicationConvergenceChecker.java
index 6eb942963c0..925f8324b30 100644
--- a/configserver/src/main/java/com/yahoo/vespa/config/server/application/ApplicationConvergenceChecker.java
+++ b/configserver/src/main/java/com/yahoo/vespa/config/server/application/ApplicationConvergenceChecker.java
@@ -35,8 +35,6 @@ public class ApplicationConvergenceChecker extends AbstractComponent {
private final static Set<String> serviceTypesToCheck = new HashSet<>(Arrays.asList(
"container",
- // TODO: Skip temporarily to avoid issues with clustercontrollers moving around. Add back when 6.188 is latest version in use
- //"container-clustercontroller",
"qrserver",
"docprocservice",
"searchnode",