mirror of https://github.com/citusdata/citus.git
comment
parent
db43b6fdce
commit
aa8733faa7
|
@ -201,6 +201,7 @@ InitRebalancerPlacementSeparationContext(RebalancerPlacementSeparationContext *c
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* node is of type S */
|
||||||
nodePlacementGroupHashEntry->hasPlacementsThatCannotBeMovedAway =
|
nodePlacementGroupHashEntry->hasPlacementsThatCannotBeMovedAway =
|
||||||
NodeGroupHasDistributedTableShardPlacements(
|
NodeGroupHasDistributedTableShardPlacements(
|
||||||
nodePlacementGroupHashEntry->nodeGroupId);
|
nodePlacementGroupHashEntry->nodeGroupId);
|
||||||
|
|
Loading…
Reference in New Issue