rich7420 opened a new pull request, #9118: URL: https://github.com/apache/ozone/pull/9118
## What changes were proposed in this pull request? This PR refactors ContainerReplicaOp and ContainerReplicaPendingOps classes to use a single constructor design. ContainerReplicaOp: Removed 5-parameter constructor, unified to use 6-parameter version as the single entry point ContainerReplicaPendingOps: Removed 1-parameter constructor, unified to use 2-parameter version as the single entry point Single constructor design eliminates this overhead, ensuring all usage scenarios go through the same code path and receive consistent test coverage. ## What is the link to the Apache JIRA [HDDS-13509](https://issues.apache.org/jira/browse/HDDS-13509) ## How was this patch tested? [workflow run on the fork git repo](https://github.com/rich7420/ozone/actions/runs/18318449398) -- 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]
