Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AEA4617EC5 for ; Wed, 11 Mar 2015 22:00:42 +0000 (UTC) Received: (qmail 87842 invoked by uid 500); 11 Mar 2015 22:00:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 87791 invoked by uid 500); 11 Mar 2015 22:00:42 -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 87779 invoked by uid 99); 11 Mar 2015 22:00:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 22:00:42 +0000 Date: Wed, 11 Mar 2015 22:00:42 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13063) Allow to turn off memstore replication for region replicas 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/HBASE-13063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-13063: ---------------------------------- Attachment: hbase-13063-addendum.patch Thanks [~mbertozzi]. I have committed the addendum with a simple change (use Boolean.toString(memstoreReplication) instead of hard coding "false" as the value. Attaching for ref. > Allow to turn off memstore replication for region replicas > ---------------------------------------------------------- > > Key: HBASE-13063 > URL: https://issues.apache.org/jira/browse/HBASE-13063 > Project: HBase > Issue Type: New Feature > Components: regionserver, Replication > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Priority: Minor > Fix For: 2.0.0, 1.1.0 > > Attachments: HBASE-13063-v0.patch, HBASE-13063-v1-branch-1.patch, HBASE-13063-v1.patch, HBASE-13063-v1.patch, HBASE-13063-v2.patch, HBASE-13063-v2.patch, hbase-13063-addendum.patch, hbase-13063-addendum.patch > > > HBASE-11568 allows to use replication to send wal edits from the primary to the replicas. > sometimes the memstore replication is not required, so it will be nice have a flag to disable it. > the result will be more or less the same to what we have in phase-1, but with the row-level consistency provided by the "flush" edit transfered via replication to refresh the hfiles. > create 't1', 'f', {REGION_REPLICATION => 2, REGION_MEMSTORE_REPLICATION => false} -- This message was sent by Atlassian JIRA (v6.3.4#6332)