chore(master): skip useless logs.#22834621

Signed-off-by: wu huocheng <wuhuocheng@oppo.com>
This commit is contained in:
wu huocheng 2025-02-25 15:22:22 +08:00 committed by zhumingze1108
parent a2f6f97dfc
commit 10d378fb19

View File

@ -1224,7 +1224,7 @@ func (c *Cluster) scheduleStartBalanceTask() {
}
err := c.RestartMetaPartitionBalanceTask()
if err != nil {
if err != nil && err != proto.ErrNoMpMigratePlan {
log.LogErrorf("RestartMetaPartitionBalanceTask err: %s", err.Error())
}
case <-c.stopc: