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 2D62517902 for ; Mon, 8 Feb 2016 05:55:40 +0000 (UTC) Received: (qmail 52922 invoked by uid 500); 8 Feb 2016 05:55:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 52876 invoked by uid 500); 8 Feb 2016 05:55:40 -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 52865 invoked by uid 99); 8 Feb 2016 05:55:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Feb 2016 05:55:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C31142C14F6 for ; Mon, 8 Feb 2016 05:55:39 +0000 (UTC) Date: Mon, 8 Feb 2016 05:55:39 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15228) Add the methods to RegionObserver to trigger start/complete restoring WALs 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-15228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136613#comment-15136613 ] Ted Yu commented on HBASE-15228: -------------------------------- lgtm overall {code} 688 // put two times 689 table.put(put); {code} Why is the above needed ? > Add the methods to RegionObserver to trigger start/complete restoring WALs > -------------------------------------------------------------------------- > > Key: HBASE-15228 > URL: https://issues.apache.org/jira/browse/HBASE-15228 > Project: HBase > Issue Type: New Feature > Components: Coprocessors > Reporter: Toshihiro Suzuki > Assignee: Toshihiro Suzuki > Attachments: HBASE-15228.patch > > > In our use case, we write indexes to a index table when restoring WALs. We want to trigger start/complete restoring WALs for initial and end processing for writing indexes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)