mirror of https://github.com/citusdata/citus.git
Notice users about no shard moves in rebalance
parent
fe5c985e1d
commit
1f96a1489e
|
@ -1102,6 +1102,7 @@ RebalanceTableShards(RebalanceOptions *options, Oid shardReplicationModeOid)
|
||||||
|
|
||||||
if (list_length(placementUpdateList) == 0)
|
if (list_length(placementUpdateList) == 0)
|
||||||
{
|
{
|
||||||
|
ereport(NOTICE, (errmsg("There are no rebalance moves for your current cluster.")));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue