From 9ea89a0063842b1cc2c1fdd76453805789d4060d Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 6 Oct 2023 14:22:36 +0300 Subject: [PATCH] Update src/backend/distributed/operations/rebalancer_placement_isolation.c --- .../operations/rebalancer_placement_isolation.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/backend/distributed/operations/rebalancer_placement_isolation.c b/src/backend/distributed/operations/rebalancer_placement_isolation.c index 6b91f9db7..6197004cf 100644 --- a/src/backend/distributed/operations/rebalancer_placement_isolation.c +++ b/src/backend/distributed/operations/rebalancer_placement_isolation.c @@ -50,14 +50,6 @@ typedef struct /* * Whether given node is allowed to separate any shard placement groups. - * - * This is set only if we're draining a single node because otherwise - * we have the control to separate shard placement groups on any node. - * - * However if we're draining a single node, we cannot separate shard - * placement groups on the node that already has some placements because - * we cannot move the existing placements from a node that we're not - * draining to another node when we're draining a single node. */ bool allowedToSeparateAnyPlacementGroup;