JiangHua Zhu created HDFS-16107:
-----------------------------------

             Summary: Split RPC configuration to isolate RPC
                 Key: HDFS-16107
                 URL: https://issues.apache.org/jira/browse/HDFS-16107
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: JiangHua Zhu


For RPC of different ports, there are some common configurations, such as:
ipc.server.read.threadpool.size
ipc.server.read.connection-queue.size
ipc.server.handler.queue.size
Once we configure these values, it will affect all requests (including client 
and requests within the cluster).
It is necessary for us to split these configurations to adapt to different 
ports, such as:
ipc.8020.server.read.threadpool.size
ipc.8021.server.read.threadpool.size
ipc.8020.server.read.connection-queue.size
ipc.8021.server.read.connection-queue.size
The advantage of this is to isolate the RPC to deal with the pressure of 
requests from all sides.



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

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

Reply via email to