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

ASF GitHub Bot commented on HADOOP-18406:
-----------------------------------------

simbadzina opened a new pull request, #4748:
URL: https://github.com/apache/hadoop/pull/4748

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   [HDFS-13274](https://issues.apache.org/jira/browse/HDFS-13274) (RBF: Extend 
RouterRpcClient to use multiple sockets) gets the RPC proxy using methods which 
do not allow using an alignment context. These methods were added in 
[HADOOP-13144](https://issues.apache.org/jira/browse/HADOOP-13144) (Enhancing 
IPC client throughput via multiple connections per user).
   
   This change adds an alignment context as an argument for methods in the call 
path for creating the proxy.
   
   ### How was this patch tested?
   Ran tests in TestConnectionManager and TestRPC.
   
   ### For code changes:
   
   - [ x] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   
   




> Adds alignment context to call path for creating RPC proxy with multiple 
> connections per user.
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-18406
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18406
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: Simbarashe Dzinamarira
>            Priority: Major
>
> HDFS-13274 (RBF: Extend RouterRpcClient to use multiple sockets) gets the RPC 
> proxy using methods which do not allow using an alignment context. These 
> methods were added in HADOOP-13144 (Enhancing IPC client throughput via 
> multiple connections per user).
> This change adds an alignment context as an argument for methods in the call 
> path for creating the proxy.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to