devabhishekpal commented on PR #7420: URL: https://github.com/apache/ozone/pull/7420#issuecomment-2482283600
Thanks for the review @devmadhuu. Added the extra information to the description. Just for extra information, previously we were dependent on loading the overview page to fetch the heatmap enable flag and that was passed down the page. So if someone directly accessed the heatmap it would give 404. In the current code we add an extra verifcation where if this passed state is null (i.e the overview page was not loaded and user directly entered the Heatmap path) we will explicitly call the health check endpoint and confirm if service is enabled or not. -- 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]
