kfaraz commented on PR #16335: URL: https://github.com/apache/druid/pull/16335#issuecomment-2080331283
> Now that I start to dig in more after looking at CoordinatorSimulationBaseTest I'm wondering if changes in coordination have made this new balancer less required for the case that I currently see. Yes, I was thinking the same. There have been several major improvements to the Coordinator starting with Druid 27. I would recommend you to try out a newer Druid version and see if it solves the problems with your cluster. It would also be a nice validation of the latest changes made to the Coordinator. > I do wonder though, if we would still be compute constrained in an env like mine. I shouldn't think so, because initial assignments are very fast thanks to `RoundRobinServerSelector`. For balancing, the coordinator dynamically decides what it can take up without becoming too slow and balances only that. Let me know what you think. -- 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]
