yujun777 opened a new pull request, #39333: URL: https://github.com/apache/doris/pull/39333
BUG: partition rebalancer migrates tablets back and forth: move from A to B, then B to A, then A to B, ... . The reason is the counting tablet num of backends is incorrect. It doesn't considering the pending and running sched tasks. After these tasks finished, the tablet num will change. Fix: when calcuting the tablet num of backend, it should consider the in-progress moves which will chang tablet num later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org