aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api
diff options
context:
space:
mode:
authorBjørn Meland <bjormel@users.noreply.github.com>2022-11-01 09:15:40 +0100
committerGitHub <noreply@github.com>2022-11-01 09:15:40 +0100
commitc8cff28c70aa53bf679ec14dfcf4ef8fd659a462 (patch)
treee47b4cfa8b414bb467ad4d7a29d38131b7efccfe /config-model-api
parentdc6e9b09c471a4d75871401a36e20540c88b2fef (diff)
Large reductions in node resources, > 50%
Diffstat (limited to 'config-model-api')
-rw-r--r--config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java2
1 files changed, 1 insertions, 1 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 8784167a3e2..33b7e9e6a57 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
@@ -15,7 +15,7 @@ public enum ValidationId {
fieldTypeChange("field-type-change"), // Field type changes
clusterSizeReduction("cluster-size-reduction"), // Large reductions in cluster size
tensorTypeChange("tensor-type-change"), // Tensor type change
- resourcesReduction("resources-reduction"), // Large reductions in node resources
+ resourcesReduction("resources-reduction"), // Large reductions in node resources (> 50% of the current min 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