vogievetsky opened a new pull request, #14143: URL: https://github.com/apache/druid/pull/14143
There is a Catch-22 issue with the retention dialog: - It uses the `GET /druid/coordinator/v1/tiers` API to get the list of available tiers and does not let you type in your own tier - That API only reports on tiers that have data assigned to them This PR addresses this by: 1. Using a different API to fetch tiers (same as the Services view) 2. Giving users a JSON fallback for the RetentionDialog 3. There is also some code cleanup, tier fetching is now done by the dialog and not by the datasources view This PR does not let users assign data for tires that do not yet have historicals via the point-and-click (non-JSON) ui - this will be added later. <img width="763" alt="image" src="https://user-images.githubusercontent.com/177816/233741719-b21ee354-25bc-4bce-88b5-289c2064bf97.png"> -- 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]
