You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Hector Sandoval Chaverri (Jira)" <ji...@apache.org> on 2020/10/09 20:23:00 UTC

[jira] [Created] (HDFS-15623) Respect configured values of rpc.engine

Hector Sandoval Chaverri created HDFS-15623:
-----------------------------------------------

             Summary: Respect configured values of rpc.engine
                 Key: HDFS-15623
                 URL: https://issues.apache.org/jira/browse/HDFS-15623
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: hdfs
            Reporter: Hector Sandoval Chaverri


The HDFS Configuration allows users to specify the RPCEngine implementation to use when communicating with Datanodes and Namenodes. However, the value is overwritten to ProtobufRpcEngine.class in different classes. As an example in NameNodeRpcServer:

{{RPC.setProtocolEngine(conf, ClientNamenodeProtocolPB.class, ProtobufRpcEngine.class);}}

{{The configured value of rpc.engine.[protocolName] should be respected to allow for other implementations of RPCEngine to be used}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org