Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 29809 invoked from network); 19 Dec 2009 02:41:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Dec 2009 02:41:41 -0000 Received: (qmail 66009 invoked by uid 500); 19 Dec 2009 02:41:41 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 65895 invoked by uid 500); 19 Dec 2009 02:41:40 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 65884 invoked by uid 99); 19 Dec 2009 02:41:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2009 02:41:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2009 02:41:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 179A5234C04C for ; Fri, 18 Dec 2009 18:41:18 -0800 (PST) Message-ID: <2066798866.1261190478082.JavaMail.jira@brutus> Date: Sat, 19 Dec 2009 02:41:18 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-2059) Break out WAL reader and writer impl from HLog In-Reply-To: <1636453298.1261190118072.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-2059: ---------------------------------- Attachment: HBASE-2059.patch > Break out WAL reader and writer impl from HLog > ---------------------------------------------- > > Key: HBASE-2059 > URL: https://issues.apache.org/jira/browse/HBASE-2059 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Minor > Fix For: 0.21.0 > > Attachments: HBASE-2059.patch > > > Use Configuration and reflection to bind HLog reader and writer at runtime, to allow users to chose between different HLog reader/writer implementation pairs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.