[ 
https://issues.apache.org/jira/browse/HADOOP-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmytro Molkov updated HADOOP-6764:
----------------------------------

    Attachment: HADOOP-6764.patch

Please have a look at the patch.
It is a rather simple one. Just adding the number of readers and the queue size 
per handler as parameters to the RPC.getServer in case the application wants to 
provide those in the code rather than through the configuration.
The main reason for this is HDFS-599 where we are introducing two RPC Servers 
inside the same process and we want to be able to configure them differently.

> Add number of reader threads and queue length as configuration parameters in 
> RPC.getServer
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6764
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Dmytro Molkov
>            Assignee: Dmytro Molkov
>         Attachments: HADOOP-6764.patch
>
>
> In HDFS-599 we are introducing multiple RPC servers running inside of the 
> same process on different ports. Since one might want to configure these 
> servers differently we need a good abstraction to pass configuration values 
> to servers as parameters, not through Configuration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to