summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2019-09-19 08:33:23 +0200
committerJon Marius Venstad <venstad@gmail.com>2019-09-19 08:33:23 +0200
commitb426af4ae76b23650d4ce2f98cfc8a2ed8c2cbe2 (patch)
tree76bdceabd3e503d935685421081d154b7adaeed4 /controller-server
parentf4ce1ace529c4aad63c49e40c1f4d96263596ea4 (diff)
Doc in OldCuratorDb
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/OldCuratorDb.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/OldCuratorDb.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/OldCuratorDb.java
index 61fd8dd0396..ef85da1100c 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/OldCuratorDb.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/OldCuratorDb.java
@@ -56,11 +56,9 @@ import static java.util.Comparator.comparing;
import static java.util.stream.Collectors.collectingAndThen;
/**
- * Curator backed database for storing the persistence state of controllers. This maps controller specific operations
- * to general curator operations.
+ * Copy the current to replace this class before doing a data migration.
+ * Use old serializers too, if needed.
*
- * @author bratseth
- * @author mpolden
* @author jonmv
*/
public class OldCuratorDb {