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 ...')?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to