Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E2F4C200BE3 for ; Thu, 22 Dec 2016 12:06:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E1C41160B26; Thu, 22 Dec 2016 11:06:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5AF2C160B1F for ; Thu, 22 Dec 2016 12:06:59 +0100 (CET) Received: (qmail 68943 invoked by uid 500); 22 Dec 2016 11:06:58 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 68910 invoked by uid 99); 22 Dec 2016 11:06:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2016 11:06:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 65B9E2C0453 for ; Thu, 22 Dec 2016 11:06:58 +0000 (UTC) Date: Thu, 22 Dec 2016 11:06:58 +0000 (UTC) From: "Phil Yang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17314) Limit total buffered size for all replication sources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Dec 2016 11:07:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769788#comment-15769788 ] Phil Yang commented on HBASE-17314: ----------------------------------- Branch-1 is also failing, let me revert the commit of this issue, changing HBASE-17314 is easier than changing HBASE-17341 > Limit total buffered size for all replication sources > ----------------------------------------------------- > > Key: HBASE-17314 > URL: https://issues.apache.org/jira/browse/HBASE-17314 > Project: HBase > Issue Type: Improvement > Components: Replication > Reporter: Phil Yang > Assignee: Phil Yang > Fix For: 2.0.0, 1.4.0 > > Attachments: HBASE-17314.branch-1.v01.patch, HBASE-17314.v01.patch, HBASE-17314.v02.patch, HBASE-17314.v03.patch, HBASE-17314.v04.patch, HBASE-17314.v05.patch, HBASE-17314.v06.patch > > > If we have many peers or some servers have many recovered queues, we will hold many entries in memory which will increase the pressure of GC, even maybe OOM because we will read entries for 64MB to buffer in default for one source. -- This message was sent by Atlassian JIRA (v6.3.4#6332)