Skip to content

Commit

Permalink
Update src/backend/distributed/operations/rebalancer_placement_isolat…
Browse files Browse the repository at this point in the history
…ion.c
  • Loading branch information
onurctirtir committed Oct 10, 2023
1 parent 2fc1411 commit 9ea89a0
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9ea89a0

Please sign in to comment.