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 7B1621842A for ; Fri, 4 Mar 2016 15:01:41 +0000 (UTC) Received: (qmail 76490 invoked by uid 500); 4 Mar 2016 15:01:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 76370 invoked by uid 500); 4 Mar 2016 15:01:41 -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 76328 invoked by uid 99); 4 Mar 2016 15:01:41 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2016 15:01:41 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C1BEB2C1F68 for ; Fri, 4 Mar 2016 15:01:40 +0000 (UTC) Date: Fri, 4 Mar 2016 15:01:40 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15397) Create bulk load replication znode(hfile-refs) in ZK replication queue by default 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-15397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15179982#comment-15179982 ] Ted Yu commented on HBASE-15397: -------------------------------- Since this config is not in 1.2.0 release, it is Okay to take it out. > Create bulk load replication znode(hfile-refs) in ZK replication queue by default > --------------------------------------------------------------------------------- > > Key: HBASE-15397 > URL: https://issues.apache.org/jira/browse/HBASE-15397 > Project: HBase > Issue Type: Bug > Affects Versions: 1.3.0 > Reporter: Ashish Singhi > Assignee: Ashish Singhi > Fix For: 2.0.0, 1.3.0 > > Attachments: HBASE-15397.patch > > > Create bulk load replication znode(hfile-refs) in ZK replication queue by default same as hbase replication znode. > Otherwise the problem what happens is currently replication admin directly operates on ZK without routing through HM/RS. So suppose if a user enables the replication for bulk loaded data in server but fails to do the same in the client configurations then add peer will not add hfile-refs znode, resulting in replication failure for bulk loaded data. > So after fixing this the behavior will be same as mutation replication. -- This message was sent by Atlassian JIRA (v6.3.4#6332)