From 34e83218cc7b210137b633bc3e99f9b99dda3e19 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 18 Nov 2019 13:16:54 +0100 Subject: Do rebalancing deployments in the Rebalancer This avoids cases where the Rebalancer chooses a move which turns out to not be legal when actually making the redeployment, causing another node to be selected as target. --- .../com/yahoo/vespa/model/container/search/DispatcherComponent.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config-model') diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/search/DispatcherComponent.java b/config-model/src/main/java/com/yahoo/vespa/model/container/search/DispatcherComponent.java index 7f51efcd092..704188e80e8 100644 --- a/config-model/src/main/java/com/yahoo/vespa/model/container/search/DispatcherComponent.java +++ b/config-model/src/main/java/com/yahoo/vespa/model/container/search/DispatcherComponent.java @@ -10,6 +10,8 @@ import com.yahoo.vespa.model.search.IndexedSearchCluster; /** * Represents a dispatcher component - an instance of a dispatcher in a search container cluster * knows how to communicate with one indexed search cluster and owns the connections to it. + * + * @author bratseth */ public class DispatcherComponent extends Component implements DispatchConfig.Producer { -- cgit v1.2.3