peterxcli opened a new pull request, #11289: URL: https://github.com/apache/ozone/pull/11289
## What changes were proposed in this pull request? Replace reflective OM follower routing with a concrete `OzoneManagerProtocolPB` implementation. Direct `submitRequest` calls remove argument-array parsing and reflective dispatch. A shared `RpcProxy` contract preserves connection lookup and lazy proxy creation, and consistency hints are applied before retries so fallback cannot change a request's hint. ## What is the link to the Apache JIRA Pending Jira ID. ## How was this patch tested? 33 focused follower-routing and retry tests passed, along with checkstyle and RAT. The full `mvn clean install -DskipTests -DskipRecon` build also passed. Generated-by: Codex (GPT-6) -- 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]
