adoroszlai opened a new pull request, #10263: URL: https://github.com/apache/ozone/pull/10263
## What changes were proposed in this pull request? Hadoop `RetryInvocationHandler` is coupled with RPC implementation. It references code in `org.apache.hadoop.ipc` and most importantly, keeps state in `Client`'s static variables. Thus it should be forked, too, along with dependent classes. This PR: - copies code from Hadoop as is from 3.2.4 - backports some minor changes from 3.4.3 - changes package name to `org.apache.hadoop.io_.retry` - removes Hadoop-specific `InterfaceAudience`/`InterfaceStability` - removes `VisibleForTesting` and unused code - changes existing Ozone code to use the forked classes https://issues.apache.org/jira/browse/HDDS-15264 ## How was this patch tested? https://github.com/adoroszlai/ozone/actions/runs/25825251785 -- 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]
