mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
chore(master): skip useless logs.#22834621
Signed-off-by: wu huocheng <wuhuocheng@oppo.com>
This commit is contained in:
parent
a2f6f97dfc
commit
10d378fb19
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user