devmadhuu opened a new pull request, #7723: URL: https://github.com/apache/ozone/pull/7723
## What changes were proposed in this pull request? This PR change fixes improper error handling in processing of NSSummary task events. Please describe your PR in detail: Robust error handling is needed in Recon OM tasks to avoid data inconsistency. E.g. improper exception handling for a partial batch of events processing. E.g. it could be possible that some events in the NSSummary task are already processed and flushed to DB for some keys having the same parentId as those keys which are failed. So re-processing of those same events should be handled separately for failed events in a set. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12062 ## How was this patch tested? This patch is tested with junit test cases. -- 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]
