[
https://issues.apache.org/jira/browse/HADOOP-9892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752776#comment-13752776
]
Elazar Leibovich commented on HADOOP-9892:
------------------------------------------
Here https://wiki.apache.org/hadoop/HadoopRpc#preview
Sorry for the delay.
BTW, regarding other RPC mechanisms, I've had this crazy idea of multiplexing
the RPC through SPDY. This will let you use a known request-response message
passing implementation, and, to get the efficiency that comes with SPDY.
For example, SPDY will not send redundant headers, while the current RPCv9
sends RpcRequestHeader for each and every RPC call. SPDY will compress the data
sent for free.
> Adding documentation of RPC calls to Hadoop
> -------------------------------------------
>
> Key: HADOOP-9892
> URL: https://issues.apache.org/jira/browse/HADOOP-9892
> Project: Hadoop Common
> Issue Type: Improvement
> Components: documentation
> Reporter: Elazar Leibovich
> Priority: Minor
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> I've written a short document describing the usage and underpinning of
> Hadoop's RPC mechanism. I'd like to add it to the Hadoop project.
> http://hadoop.quora.com/Hadoop-RPC-mechanism
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira