ArafatKhan2198 commented on PR #6178: URL: https://github.com/apache/ozone/pull/6178#issuecomment-1934665501
> > > @ArafatKhan2198 , We may consider adding a counter in Recon for the containers with negative usedBytes. It could be a useful feature for debugging and fixing clusters with such problems. > > > > > > Good idea, we could consolidate all related container information into a table, including container ID, state, and other useful details. This table could then be periodically updated by the container size count task to reflect any changes, especially if a container is found to have negative used bytes. > > Do not add a new table. Better add a new category of Unhealthy container in UNHEALTHY_CONTAINERS table. Yes, you're correct. We could utilize the existing Unhealthy Container Table. I forgot about that! -- 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]
