You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Hassan Eslami (JIRA)" <ji...@apache.org> on 2016/04/26 19:59:13 UTC

[jira] [Created] (GIRAPH-1056) Setting auto-read in Netty to false

Hassan Eslami created GIRAPH-1056:
-------------------------------------

             Summary: Setting auto-read in Netty to false
                 Key: GIRAPH-1056
                 URL: https://issues.apache.org/jira/browse/GIRAPH-1056
             Project: Giraph
          Issue Type: Improvement
            Reporter: Hassan Eslami
            Priority: Minor


By default, auto-read flag is set to true in Netty. This means Netty proactively read requests as they become available to a worker. However, this behavior sometime causes the off-heap memory to increase continuously. This happens specifically in presence of a spike in the amount of received requests. In that situation, the processing/handling rate of incoming requests may be less than the request receipt rate leading to high-memory kill (CGroup kill or OOM). With auto-read flag set to false, we read and process requests one by one and (hopefully/presumably) letting the transport layer do the flow control (i.e. dropping packets or reducing congestion window of TCP).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)