Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Look into S3g gRPC feature to support non-persistent connection with original hadoop rpc based ozone client.
Preliminary, this requires:
i.) configurable service provider META-INF for OmTransportFactory. Selecting between GprcOmTransport and Hadoop3OmTransport.
ii.) interface for OzoneClientProducer; through configuration selecting between Grpc based OzoneClientProducer (persistent connection) and original hadoop rpc (new connection per request).