From common-issues-return-107798-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Tue Apr 26 21:46:13 2016 Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 696A119E4C for ; Tue, 26 Apr 2016 21:46:13 +0000 (UTC) Received: (qmail 74966 invoked by uid 500); 26 Apr 2016 21:46:13 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 74902 invoked by uid 500); 26 Apr 2016 21:46:13 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 74887 invoked by uid 99); 26 Apr 2016 21:46:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2016 21:46:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E89B02C1F5D for ; Tue, 26 Apr 2016 21:46:12 +0000 (UTC) Date: Tue, 26 Apr 2016 21:46:12 +0000 (UTC) From: "Xiaobing Zhou (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-12957) Limit the number of outstanding async calls MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HADOOP-12957: ----------------------------------- Attachment: HADOOP-12957.002.patch > Limit the number of outstanding async calls > ------------------------------------------- > > Key: HADOOP-12957 > URL: https://issues.apache.org/jira/browse/HADOOP-12957 > Project: Hadoop Common > Issue Type: Improvement > Components: ipc > Reporter: Xiaobing Zhou > Assignee: Xiaobing Zhou > Attachments: HADOOP-12957-HADOOP-12909.000.patch, HADOOP-12957-combo.000.patch, HADOOP-12957.001.patch, HADOOP-12957.002.patch > > > In async RPC, if the callers don't read replies fast enough, the buffer storing replies could be used up. This is to propose limiting the number of outstanding async calls to eliminate the issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)