surekhasaharan opened a new issue #8716: Handle coordinator leader changes for segments view URL: https://github.com/apache/incubator-druid/issues/8716 ### Affected Version Druid 0.16 ### Description The web-console's Datasources view and the Segments view would not work if there is a leader change in the background. It's because the backend API which invokes the coordinator to get segments does not handle leader changes. The workaround for now would be to restart the coordinator, so that router connects to the current leader.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
