You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Akash Ashok (Assigned) (JIRA)" <ji...@apache.org> on 2012/01/02 15:58:31 UTC

[jira] [Assigned] (HBASE-4529) Make WAL Pluggable

     [ https://issues.apache.org/jira/browse/HBASE-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akash Ashok reassigned HBASE-4529:
----------------------------------

    Assignee:     (was: Akash Ashok)
    
> Make WAL Pluggable 
> -------------------
>
>                 Key: HBASE-4529
>                 URL: https://issues.apache.org/jira/browse/HBASE-4529
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver, wal
>            Reporter: Akash Ashok
>              Labels: regionserver, wal
>
> Make WAL a pluggable, configurable component, thus making it easier to write to different filesystems (including multiple filesystems).
> From Stack:
> Pluggable WAL component would need to check that the split can deal w/
> multiple logs written by the one server concurrently (sort by sequence
> edit id after sorting on all the rest that makes up a wal log key).
> From Jesse Yates:
> It would be nice to be able to tie pluggable WAL component into a service that logs directly to
> disk, rather than go through HDFS giving some potentially awesome speedup at
> the cost of having to write a logging service that handles replication, etc.
> From Karthik Tunga:
> Along with the log replaying part, logic is also needed for log roll.
> This, I think, is easier compared to the merging of the logs. Any edits less
> than the last sequence number on the file system can be removed from all
> the WALs.

--
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