yinzhijian commented on pull request #8553: URL: https://github.com/apache/incubator-doris/pull/8553#issuecomment-1074830965
@caiconghui @yiguolei It does increase FE's responsibilities, but putting it in FE has its benefits: 1. It can control disk balance globally and avoid competing with recovery and cluster balancing. 2. It reuses the Rebalance mechanism of FE, and there is no need to add a new mechanism for FE. If it is implemented in BE, a set of balance mechanism needs to be repeatedly designed without additional income. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
