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 4B3B9200BEF for ; Tue, 20 Dec 2016 09:14:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4A03B160B1B; Tue, 20 Dec 2016 08:14:00 +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 BF099160B29 for ; Tue, 20 Dec 2016 09:13:59 +0100 (CET) Received: (qmail 85739 invoked by uid 500); 20 Dec 2016 08:13: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 85707 invoked by uid 99); 20 Dec 2016 08:13:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2016 08:13:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7C3DF2C2A6C for ; Tue, 20 Dec 2016 08:13:58 +0000 (UTC) Date: Tue, 20 Dec 2016 08:13:58 +0000 (UTC) From: "Phil Yang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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: Tue, 20 Dec 2016 08:14:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Yang updated HBASE-17314: ------------------------------ Attachment: HBASE-17314.v04.patch Change variable names and fix failed tests. > Limit total buffered size for all replication sources > ----------------------------------------------------- > > Key: HBASE-17314 > URL: https://issues.apache.org/jira/browse/HBASE-17314 > Project: HBase > Issue Type: Bug > Components: Replication > Reporter: Phil Yang > Assignee: Phil Yang > Attachments: HBASE-17314.v01.patch, HBASE-17314.v02.patch, HBASE-17314.v03.patch, HBASE-17314.v04.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)