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

Janus Chow commented on HADOOP-13144:
-------------------------------------

[~elgoiri], I was trying to apply this patch, but seems there are some problems.
 # The key of DFS_ROUTER_NAMENODE_CONNECTION_MULTIPLE should be 
"""FEDERATION_ROUTER_PREFIX + "connection.multiple"""", not 
"""FEDERATION_ROUTER_PREFIX + ".connection.multiple"""".
 # The code of newClientConnectionMulti and newClientConnection in 
[^HADOOP-13144-performance.patch] are same, the patch didn't use the new proxy 
interface.
 # There was no definition of "FederationConnectionId" in the patch, is there 
any other thing I should add to this class other than just extending the 
ConnectionId?

> Enhancing IPC client throughput via multiple connections per user
> -----------------------------------------------------------------
>
>                 Key: HADOOP-13144
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13144
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: Jason Kace
>            Assignee: Íñigo Goiri
>            Priority: Minor
>         Attachments: HADOOP-13144-performance.patch, HADOOP-13144.000.patch, 
> HADOOP-13144.001.patch, HADOOP-13144.002.patch, HADOOP-13144.003.patch
>
>
> The generic IPC client ({{org.apache.hadoop.ipc.Client}}) utilizes a single 
> connection thread for each {{ConnectionId}}.  The {{ConnectionId}} is unique 
> to the connection's remote address, ticket and protocol.  Each ConnectionId 
> is 1:1 mapped to a connection thread by the client via a map cache.
> The result is to serialize all IPC read/write activity through a single 
> thread for a each user/ticket + address.  If a single user makes repeated 
> calls (1k-100k/sec) to the same destination, the IPC client becomes a 
> bottleneck.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to