navinko opened a new pull request, #10962: URL: https://github.com/apache/ozone/pull/10962
## What changes were proposed in this pull request? Removed org.apache.commons.lang3.tuple.Pair usage from hadoop-hdds/* ## Please describe your PR in detail: Removed Pair usage from hadoop-hdds and replaced it with named value classes so the code is clearer and the APIs are easier to understand. I replaced generic Pair usages with named value classes like SafeModeRuleStatus, ScmNodeAddress, PendingRead, RpcRequest, and similar helpers. I updated the affected interfaces, implementations, and tests so everything still matches and compiles together. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15942 ## How was this patch tested? Updated related test cases and ran locally. Successful CI build : https://github.com/navinko/ozone/actions/runs/31095580829 -- 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]
