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 399BAEC83 for ; Thu, 29 Nov 2012 22:22:59 +0000 (UTC) Received: (qmail 16133 invoked by uid 500); 29 Nov 2012 22:22:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 16091 invoked by uid 500); 29 Nov 2012 22:22:59 -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 16080 invoked by uid 99); 29 Nov 2012 22:22:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 22:22:58 +0000 Date: Thu, 29 Nov 2012 22:22:58 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <410889570.42635.1354227778966.JavaMail.jiratomcat@arcas> In-Reply-To: <476409168.19573.1353700738525.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-7213) Have HLog files for .META. edits only 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-7213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506884#comment-13506884 ] Ted Yu commented on HBASE-7213: ------------------------------- We already have HLogFactory in trunk. bq. to lump this with the multi-WAL work Can I interpret the above as saying that multi-WAL work should be done at the same time, if not earlier ? Since HLogFactory can hand out the unique instance for .META., it is not far from handing out different instances (for different regions) which is what HBASE-5699 tries to do. > Have HLog files for .META. edits only > ------------------------------------- > > Key: HBASE-7213 > URL: https://issues.apache.org/jira/browse/HBASE-7213 > Project: HBase > Issue Type: Improvement > Components: master, regionserver > Reporter: Devaraj Das > Assignee: Devaraj Das > Attachments: 7213-in-progress.patch > > > Over on HBASE-6774, there is a discussion on separating out the edits for .META. regions from the other regions' edits w.r.t where the edits are written. This jira is to track an implementation of that. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira