vogievetsky opened a new pull request, #19007: URL: https://github.com/apache/druid/pull/19007
The web console adaptation to the new `storage_size` column added in https://github.com/apache/druid/pull/18979 The way I incorporated it is as follows: - Rename "Current size" column to "Assigned size" which I believe is more accurate - Rename the "Max size" column to "Effective size" and have the value be the smaller of `max_size` and `storage_size` (`max_size` is still shown as a tooltip) - Use effective_size for usage calculation (this fixes the key issue that required the storage_size to be added in the first place - the usage was meaningless with the fake huge max_size) Here is how it looks on the quickstart cluster which is admittedly not the best way to showcase it. Unfortunately I can not show a real cluster in this public PR. <img width="363" height="386" alt="image" src="https://github.com/user-attachments/assets/4e3a969d-ab03-43a2-892a-bddccd196869" /> Thoughts and feedback welcome -- 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]
