elek opened a new pull request #900:
URL: https://github.com/apache/hadoop-ozone/pull/900


   ## What changes were proposed in this pull request?
   
   `OzoneManagerProtocolClientSideTranslatorPB` uses `OmFailoverProxyProvider` 
to access OM HA, but this class is not supported in Hadoop 2.x environment.
   
   It would be better to
   1. separated `ProtocolClientSideTranslator` from the transport layer logic
   2. Remove implementation specific method from the `OzoneManagerProtocol` 
(`getOMFailoverProxyProvider` should be removed)
   3. Use a simple `OMTransport` interface to handle all the connection logic 
in one, isolated place
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3500
   
   ## How was this patch tested?
   
   With my own form


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to