clintropolis commented on pull request #10418: URL: https://github.com/apache/druid/pull/10418#issuecomment-754406290
>So, based on #10680, we still have to do some work on the web console side. I wonder what's your suggestion for the web console to show the leader indicator, is the indicator displayed in a new column or displayed in tier column ? Ah that is a good point, I didn't consider the 'services' tab of the web-console, currently you can only determine leadership after #10680 by querying sys.servers directly in the query tab, so it doesn't really resolve #10329 without additional work to the web-console. I'm not sure what would be the best UX to indicate which servers are the leaders on the 'services' tab, I guess the most straightforward way would be to just add the column, but I would imagine there are alternative ways this could be done? I think re-using 'tier' is sort of confusing, which is why I ended up just added a new column to the underlying table. @vogievetsky any ideas? ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
