You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/07/17 00:07:10 UTC

[jira] [Resolved] (HBASE-2642) Common interface for HBase classes that append, sync, etc.

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

Andrew Purtell resolved HBASE-2642.
-----------------------------------

    Resolution: Fixed

Done. Now we have 'Mutation' 

> Common interface for HBase classes that append, sync, etc.
> ----------------------------------------------------------
>
>                 Key: HBASE-2642
>                 URL: https://issues.apache.org/jira/browse/HBASE-2642
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: stack
>
> A suggestion by Cosmin over in review of hbase-2437 (http://review.hbase.org/r/74/)  is as follows:
> {code}
> ....[b]y "writers" I mean the classes that implement the Writer interface (sync, append, etc). There's a HLog.Writer interface and the implementation is SequenceFileLogWriter that encapsulates a SequenceFile.Writer 
> We should have a common interface for HBase classes that append, sync, etc. 
> If the filesystem doesn't support append - that should be taken care in the Writer implementation that actually talks with HDFS. i.e. do it in a single class and avoid duplicating the appendSupport logic through code.
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)