errose28 commented on PR #7976: URL: https://github.com/apache/ozone/pull/7976#issuecomment-2686509166
If the system sees this type of data we should track it instead of deleting it to be safe, which this patch does. Once reconciliation has support for deleting blocks when reconciling replicas we will be able to cover all cases where block deletes got missed as long as there is intersection of datanode replica membership. Even before this, a small amount of orphan data is better than missing data. We do need to handle all state combinations so the patch needs to be more involved unfortunately. For example, non-closed replicas would probably need to move the container back to a quasi-closed state. The deleted entry may have a BCSID in it that could help us here. -- 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]
