[
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.2.patch
Changed the name of the parameter.
And I am now using -1 as the default value for clarity. In the implementation
of the Server if the parameters are not -1 they will be used for server
configuration, otherwise the
CommonConfigurationKeys.IPC_SERVER_HANDLER_QUEUE_SIZE_KEY and
CommonConfigurationKeys.IPC_SERVER_RPC_READ_THREADS_KEY will be fetched from
the conf and used.
> 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.2.patch, 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.