[ 
https://issues.apache.org/jira/browse/HADOOP-2975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer resolved HADOOP-2975.
--------------------------------------

    Resolution: Incomplete

A lot has changed here. Closing as stale.

> IPC server should not allocate a buffer for each request
> --------------------------------------------------------
>
>                 Key: HADOOP-2975
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2975
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.16.0
>            Reporter: Hairong Kuang
>            Assignee: Ankur
>         Attachments: Hadoop-2975-v1.patch, Hadoop-2975-v2.patch, 
> Hadoop-2975-v3.patch
>
>
> Currently the IPC server allocates a buffer for each incoming request. The 
> buffer is thrown away after the request is serialized. This leads to very 
> inefficient heap utilization. It would be nicer if all requests from one 
> connection could share a same common buffer since the ipc server has only one 
> request is being read from a socket at a time.



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

Reply via email to