Chu Cheng Li created HDDS-16529:
-----------------------------------

             Summary: Replace reflective OM follower routing with typed dispatch
                 Key: HDDS-16529
                 URL: https://issues.apache.org/jira/browse/HDDS-16529
             Project: Apache Ozone
          Issue Type: Improvement
          Components: common
            Reporter: Chu Cheng Li
            Assignee: Chu Cheng Li


{{HadoopRpcOMFollowerReadFailoverProxyProvider}} routes requests through 
{{InvocationHandler.invoke(Object, Method, Object[])}} and reflection, even 
though the OM protocol provides a typed `submitRequest` method.

Replace the reflective wrapper with a concrete {{OzoneManagerProtocolPB}} 
implementation to improve compile-time type checking. Preserve retry behavior, 
lazy connections, cleanup, and read consistency hints across failover.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to