aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/processing/request/Properties.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-03-21 11:39:17 +0100
committerJon Bratseth <bratseth@gmail.com>2023-03-21 11:39:17 +0100
commit298dc193826defb9067bbb58ec2cf89ffc280e3c (patch)
tree9fb8e332399083c880b624c942b9d99164677dc0 /container-core/src/main/java/com/yahoo/processing/request/Properties.java
parent01d979598823255af37bd3dde53bea888e31d7b3 (diff)
Disallow incremental non-exclusive container allocation
Disallow shared allocation of containers also when there is an existing non-exclusive host which can fit the requested node.
Diffstat (limited to 'container-core/src/main/java/com/yahoo/processing/request/Properties.java')
-rw-r--r--container-core/src/main/java/com/yahoo/processing/request/Properties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/java/com/yahoo/processing/request/Properties.java b/container-core/src/main/java/com/yahoo/processing/request/Properties.java
index ac43f99472e..060916a0298 100644
--- a/container-core/src/main/java/com/yahoo/processing/request/Properties.java
+++ b/container-core/src/main/java/com/yahoo/processing/request/Properties.java
@@ -265,7 +265,7 @@ public class Properties implements Cloneable {
/**
* Sets all properties having this name as a compound prefix to null.
- * I.e clearAll("a") will clear the value of "a" and "a.b" but not "ab".
+ * I.e. clearAll("a") will clear the value of "a" and "a.b" but not "ab".
*
* @param name the compound prefix of the properties to clear
* @throws RuntimeException if no instance in the chain accepted this name-value pair