adoroszlai opened a new pull request, #7129: URL: https://github.com/apache/ozone/pull/7129
## What changes were proposed in this pull request? `OzoneManagerVersion` lets client know what kind of requests OM supports. The goal of this task is to allow disabling version-specific features in OM, even if it supports the feature according to versioning. This is achieved by a private config (not added to `ozone-default.xml`, nor any `@Config` objects). The config itself is just a way to indicate that the feature is to be disabled. Actual restriction needs to be implemented for each feature where desired. As part of this task, it is implemented for the "atomic rewrite key" feature (added in HDDS-10656). https://issues.apache.org/jira/browse/HDDS-11378 ## How was this patch tested? Added acceptance test case in `compatibility`, ran locally. CI (pending): https://github.com/adoroszlai/ozone/actions/runs/10593377482 -- 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]
