You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2014/12/24 17:43:13 UTC

[jira] [Commented] (HBASE-12758) treat mob region as any other region when generating rs manifest.

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

Matteo Bertozzi commented on HBASE-12758:
-----------------------------------------

looks ok to me. +1 if the tests are passing

is there a way to remove that for loop and have a if (region.hasMob()) instead or something similar? do we have anything at the region level that tell us that the region is using Mob aside the column descriptor? does it even make sense? (maybe not)

> treat mob region as any other region when generating rs manifest.
> -----------------------------------------------------------------
>
>                 Key: HBASE-12758
>                 URL: https://issues.apache.org/jira/browse/HBASE-12758
>             Project: HBase
>          Issue Type: Bug
>          Components: mob, snapshots
>    Affects Versions: hbase-11339
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: hbase-11339
>
>         Attachments: hbase-12758.patch
>
>
> Matteo on inspection noticed that we created two separate manifest files on the region server that adds the mob region when we snapshot.  This patch makes it so that we only create one on that region server. 



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