errose28 opened a new pull request, #10205: URL: https://github.com/apache/ozone/pull/10205
## What changes were proposed in this pull request? The `@BelongsTo[HDDS]LayoutVersion` annotations are largely unused, and have minimal built in handling. To simplify the options for developers using the framework, avoid confusion, and reduce the amount items to track for ZDU, we should remove them. Currently the only usage in `DatanodeDetails` incorrectly brings server side layout features into the client dependency scope in `hdds-common`. In this change equivalent functionality is achieved with the existing server side `VersionedDatanodeFeatures` utility class which is used in other places to handle version specific formatting. This sets us up to remove all server side upgrade functionality from `hdds-common` in HDDS-15196. ## What is the link to the Apache JIRA HDDS-15197 ## How was this patch tested? Refactor and delete only, existing tests should pass. -- 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]
