You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ashish Singhi (JIRA)" <ji...@apache.org> on 2016/03/08 12:57:40 UTC

[jira] [Commented] (HBASE-15424) Add bulk load hfile-refs for replication in ZK after the event is appended in the WAL

    [ https://issues.apache.org/jira/browse/HBASE-15424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15184827#comment-15184827 ] 

Ashish Singhi commented on HBASE-15424:
---------------------------------------

To fix this I am planning to move the logic of adding hfile-refs znode in ZK in post-append task of WAL append for bulk load event.

> Add bulk load hfile-refs for replication in ZK after the event is appended in the WAL
> -------------------------------------------------------------------------------------
>
>                 Key: HBASE-15424
>                 URL: https://issues.apache.org/jira/browse/HBASE-15424
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 1.3.0, 1.4.0
>            Reporter: Ashish Singhi
>            Assignee: Ashish Singhi
>            Priority: Minor
>
> Currenlty hfile-refs znode used for tracking the bulk loaded data replication is added first and then the bulk load event in appended in the WAL. So this may lead to a issue where the znode is added in ZK but append to WAL is failed(due to some probelm in DN), so this znode will be left in ZK as it is and will not allow hfile to get deleted from archive directory. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)