summaryrefslogtreecommitdiffstats
path: root/config-model/src
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-08-22 15:00:08 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-08-22 15:00:08 +0200
commitd503773b68f9f89a5607749e822c9dcbeba12dfc (patch)
tree379669b34d477bf911b4155e365b56d60e22226f /config-model/src
parent5fb8e66dbd2d6e02a64a054e147ac7214943d563 (diff)
Handle inherited variants with different dimensions
Diffstat (limited to 'config-model/src')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/content/cluster/ContentCluster.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/content/cluster/ContentCluster.java b/config-model/src/main/java/com/yahoo/vespa/model/content/cluster/ContentCluster.java
index 48779657162..4751fd17087 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/content/cluster/ContentCluster.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/content/cluster/ContentCluster.java
@@ -425,7 +425,7 @@ public class ContentCluster extends AbstractConfigProducer implements
* physical node. It will not achieve maximum spread over all levels in a multilevel group hierarchy.
*/
// Note: This method cannot be changed to draw different nodes without ensuring that it will draw nodes
- // which overlaps with previously drawn nodes as this will prevent rolling upgrade
+ // which overlaps with previously drawn nodes as that will prevent rolling upgrade
private List<HostResource> drawContentHostsRecursively(int count, StorageGroup group) {
Set<HostResource> hosts = new HashSet<>();
if (group.getNodes().isEmpty()) {