diff --git a/src/backend/distributed/operations/shard_rebalancer.c b/src/backend/distributed/operations/shard_rebalancer.c index 8c966c82a..9cb6ecd6d 100644 --- a/src/backend/distributed/operations/shard_rebalancer.c +++ b/src/backend/distributed/operations/shard_rebalancer.c @@ -1102,6 +1102,7 @@ RebalanceTableShards(RebalanceOptions *options, Oid shardReplicationModeOid) if (list_length(placementUpdateList) == 0) { + ereport(NOTICE, (errmsg("There are no rebalance moves for your current cluster."))); return; }