vogievetsky opened a new pull request #7770: Web console: Adding a server view that can display all servers URL: https://github.com/apache/incubator-druid/pull/7770 This PR is the web console followup to https://github.com/apache/incubator-druid/pull/7654 which satisfies https://github.com/apache/incubator-druid/issues/7005 The "Data servers" view is renamed to "Servers": Like so:  This is how it used to look:  This change is pretty cool because it increases the utility of that view while also reducing complexity. Notice that you can now group the table by "Type". Misc important notes: - To save space there is now a `Detail` field for the table that is the load queue status for historical servers and last task (+ blacklist date) run for MMs - `Usage` is similarly overloaded to be capacity usage or task slot usage... I think it makes sense - A few properties of the react table moved to the default declaration - Fixed a typos and little issues discovered during coding
---------------------------------------------------------------- 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]
