aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2023-01-25 17:38:51 +0100
committerGitHub <noreply@github.com>2023-01-25 17:38:51 +0100
commita0deac28d2261734f6c3be07c4a4041b0f8d52af (patch)
treee2949cbf5fb684e86ed8feea8e3fe203f63a6a31 /config-model-api
parentbcf49ef8c4efe4e9ff47fc456937560371c7fce1 (diff)
parent7ae15f46b9a27d2689d47da92bed7079418c7fa6 (diff)
Merge pull request #25730 from vespa-engine/bratseth/resource-reduction-rebased
Bratseth/resource reduction rebased
Diffstat (limited to 'config-model-api')
-rw-r--r--config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java b/config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java
index b4be99ad20b..e2e2f317cee 100644
--- a/config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java
+++ b/config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java
@@ -13,9 +13,9 @@ public enum ValidationId {
indexingChange("indexing-change"), // Changing what tokens are expected and stored in field indexes
indexModeChange("indexing-mode-change"), // Changing the index mode (streaming, indexed, store-only) of documents
fieldTypeChange("field-type-change"), // Field type changes
- clusterSizeReduction("cluster-size-reduction"), // Large reductions in cluster size
+ clusterSizeReduction("cluster-size-reduction"), // NOT USED. TODO: Remove on Vespa 9
tensorTypeChange("tensor-type-change"), // Tensor type change
- resourcesReduction("resources-reduction"), // Large reductions in node resources (> 50% of the current min resources)
+ resourcesReduction("resources-reduction"), // Large reductions in node resources (> 50% of the current max total resources)
contentTypeRemoval("schema-removal"), // Removal of a schema (causes deletion of all documents)
contentClusterRemoval("content-cluster-removal"), // Removal (or id change) of content clusters
deploymentRemoval("deployment-removal"), // Removal of production zones from deployment.xml