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 8F4C810A03 for ; Mon, 11 Nov 2013 22:28:17 +0000 (UTC) Received: (qmail 32846 invoked by uid 500); 11 Nov 2013 22:28:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32816 invoked by uid 500); 11 Nov 2013 22:28:17 -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 32807 invoked by uid 99); 11 Nov 2013 22:28:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 22:28:17 +0000 Date: Mon, 11 Nov 2013 22:28:17 +0000 (UTC) From: "Ishan Chhabra (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9950) Row level replication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ishan Chhabra created HBASE-9950: ------------------------------------ Summary: Row level replication Key: HBASE-9950 URL: https://issues.apache.org/jira/browse/HBASE-9950 Project: HBase Issue Type: Bug Components: Replication Reporter: Ishan Chhabra Priority: Minor We have a replication setup with the same table and column family being present in multiple data centers. Currently, all of them have exactly the same data, but each cluster doesn't need all the data. Rows need to be present in only x out of the total y clusters. This information varies at the row level and thus more granular replication cannot be achieved by setting up cluster level replication. Adding row level replication should solve this. -- This message was sent by Atlassian JIRA (v6.1#6144)