[ 
https://issues.apache.org/jira/browse/HADOOP-10389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000270#comment-14000270
 ] 

Colin Patrick McCabe commented on HADOOP-10389:
-----------------------------------------------

bq. Neither a server nor a client must implement multiple calls in flight. Both 
the Java client and server do implement this feature. But if a client only ever 
submits requests serially over a connection then it can ignore the response 
callid, since while only a single call is ever outstanding then only that call 
will ever be responded to.

Thanks, Doug.  That is the strategy we're using now in the native client-- one 
call at a time.  I don't think it would be too tough to put multiple calls in 
flight at some point, though... maybe I'll take a look...

> Native RPCv9 client
> -------------------
>
>                 Key: HADOOP-10389
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10389
>             Project: Hadoop Common
>          Issue Type: Sub-task
>    Affects Versions: HADOOP-10388
>            Reporter: Binglin Chang
>            Assignee: Colin Patrick McCabe
>         Attachments: HADOOP-10388.001.patch, HADOOP-10389.002.patch, 
> HADOOP-10389.004.patch, HADOOP-10389.005.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to