clintropolis opened a new pull request #5987: Coordinator fix balancer stuck URL: https://github.com/apache/incubator-druid/pull/5987 This appears to happen when the balancer runs before the metadata manager polls the metadata database, resulting in the `if` statement inside of the `for` loop to never get satisfied. Added max iterations to give up and log about it. I was able to duplicate in local debug cluster, which is where I should've caught this in the first place, my bad. Fixes #5981
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org For additional commands, e-mail: dev-h...@druid.apache.org