You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2019/03/20 23:18:00 UTC

[jira] [Comment Edited] (HBASE-22075) Potential data loss when MOB compaction fails

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

Vladimir Rodionov edited comment on HBASE-22075 at 3/20/19 11:17 PM:
---------------------------------------------------------------------

The patch v1. The patch do the following:
# Increases number of bulk load retries (for MOB compaction only) to 1000, which can be overwritten
# Keeps newly created MOB file even if compaction fails. This will be taken care of next time MOB compaction will run.

cc: [~elserj], [~busbey]


was (Author: vrodionov):
The patch v1. The patch do the following:
# Increases number of bulk load retries (for MOB compaction only) to 1000, which can be overwritten
# Keeps newly created MOB file even if compaction fails. This will be taken care of next time MOB compaction will run.



> Potential data loss when MOB compaction fails
> ---------------------------------------------
>
>                 Key: HBASE-22075
>                 URL: https://issues.apache.org/jira/browse/HBASE-22075
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>            Priority: Major
>         Attachments: HBASE-22075-v1.patch
>
>
> When MOB compaction fails during last step (bulk load of a newly created reference file) there is a high chance of a data loss due to partially loaded reference file, cells of which refer to (now) non-existent MOB file. The newly created MOB file is deleted automatically in case of a MOB compaction failure, but some cells with the references to this file might be loaded to HBase. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)