hemantk-12 opened a new pull request, #5652: URL: https://github.com/apache/ozone/pull/5652
## What changes were proposed in this pull request? As fix of HDDS-9199, exceptions in snapshot chain creation were changed IllegalStateException. We have seen couple of issues with this as in HDDS-9685 and HDDS-9745. This change is to change unchecked `IllegalStateException` to checked `IOException` so that OM state machine can handle the exception properly and doesn't crash the system. ## What is the link to the Apache JIRA [HDDS-9745](https://issues.apache.org/jira/browse/HDDS-9745) ## How was this patch tested? Updated unit and integration tests. -- 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]
