Merge pull request #16154 from zexi/automated-cherry-pick-of-#16152-upstream-master

Automated cherry pick of #16152: fix(monitor): balancer pair ignored error
This commit is contained in:
Zexi Li
2023-03-07 14:05:15 +08:00
committed by GitHub

View File

@@ -557,6 +557,7 @@ func pairMigratResult(gsts []ICandidate, target *TargetRule, cond ICondition, mu
return nil, err
} else {
errs = append(errs, err)
continue
}
}
host.Selected(gst)