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 ED10411950 for ; Fri, 22 Aug 2014 22:56:11 +0000 (UTC) Received: (qmail 31492 invoked by uid 500); 22 Aug 2014 22:56:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 31441 invoked by uid 500); 22 Aug 2014 22:56:11 -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 31428 invoked by uid 99); 22 Aug 2014 22:56:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2014 22:56:11 +0000 Date: Fri, 22 Aug 2014 22:56:11 +0000 (UTC) From: "Alex Newman (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11567) Write bulk load COMMIT events to WAL 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-11567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14107648#comment-14107648 ] Alex Newman commented on HBASE-11567: ------------------------------------- Sounds good, although I can't really +1 since I am not a committer. But upon brief glance, it seems as though you have. Good on you! > Write bulk load COMMIT events to WAL > ------------------------------------ > > Key: HBASE-11567 > URL: https://issues.apache.org/jira/browse/HBASE-11567 > Project: HBase > Issue Type: Sub-task > Reporter: Enis Soztutar > Assignee: Alex Newman > Attachments: HBASE-11567-v1.patch, HBASE-11567-v2.patch, hbase-11567-v3.patch, hbase-11567-v4.patch > > > Similar to writing flush (HBASE-11511), compaction(HBASE-2231) to WAL and region open/close (HBASE-11512) , we should persist bulk load events to WAL. > This is especially important for secondary region replicas, since we can use this information to pick up primary regions' files from secondary replicas. > A design doc for secondary replica replication can be found at HBASE-11183. -- This message was sent by Atlassian JIRA (v6.2#6252)