aryangupta1998 opened a new pull request, #8285: URL: https://github.com/apache/ozone/pull/8285
## What changes were proposed in this pull request? Currently, the SafeModeRules are loaded by SafeModeManager in a hardcoded way. This logic is moved to a factory class in [HDDS-11694](https://issues.apache.org/jira/browse/HDDS-11694). We are using a service loader to load the SafeModeRules, which will simplify the steps to add new rules in the future. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11730 ## How was this patch tested? Tested Manually. -- 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]
