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 77FEBD53B for ; Wed, 11 Jul 2012 22:21:37 +0000 (UTC) Received: (qmail 24142 invoked by uid 500); 11 Jul 2012 22:21:37 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24097 invoked by uid 500); 11 Jul 2012 22:21:37 -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 24086 invoked by uid 99); 11 Jul 2012 22:21:37 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 22:21:37 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 03072142822 for ; Wed, 11 Jul 2012 22:21:37 +0000 (UTC) Date: Wed, 11 Jul 2012 22:21:37 +0000 (UTC) From: "Flavio Junqueira (JIRA)" To: issues@hbase.apache.org Message-ID: <445918223.38464.1342045297014.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-2315) BookKeeper for write-ahead logging 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-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412065#comment-13412065 ] Flavio Junqueira commented on HBASE-2315: ----------------------------------------- Hi Ted, fs is part of the issue I was discussing before. We don't have a filesystem implementation for bookkeeper, so we can't use the filesystem instance passed. About the reader and the writer, I was configuring them in the hbase-default configuration file: {noformat} hbase.regionserver.hlog.reader.impl org.apache.hadoop.hbase.regionserver.wal.BookKeeperLogReader The HLog file reader implementation. hbase.regionserver.hlog.writer.impl org.apache.hadoop.hbase.regionserver.wal.BookKeeperLogWriter The HLog file writer implementation. {noformat} I assumed previously that HLog was instantiated elsewhere. > BookKeeper for write-ahead logging > ---------------------------------- > > Key: HBASE-2315 > URL: https://issues.apache.org/jira/browse/HBASE-2315 > Project: HBase > Issue Type: New Feature > Components: regionserver > Reporter: Flavio Junqueira > Attachments: HBASE-2315.patch, bookkeeperOverview.pdf, zookeeper-dev-bookkeeper.jar > > > BookKeeper, a contrib of the ZooKeeper project, is a fault tolerant and high throughput write-ahead logging service. This issue provides an implementation of write-ahead logging for hbase using BookKeeper. Apart from expected throughput improvements, BookKeeper also has stronger durability guarantees compared to the implementation currently used by hbase. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira