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

Jingcheng Du commented on HBASE-12332:
--------------------------------------

Hi Jon [~jmhsieh]. We've added the test case in the patch of HBASE-12673, and 
make sure the current implementation could work well with this above case. 
Please help review and comment. Thanks.
The mob ref cell in the HBase only contains the mob file name (not the 
HFileLink pattern), it's hard to know whether the mob file is a HFileLink in 
the read path. Instead reading the file via the value of the ref cell in HBase 
(which is a mob file name, not a HFileLink pattern) through the read paths(two 
possible locations) is much easier. How do you think about this? Thanks.

> [mob] use filelink instad of retry when resolving an hfilelink.
> ---------------------------------------------------------------
>
>                 Key: HBASE-12332
>                 URL: https://issues.apache.org/jira/browse/HBASE-12332
>             Project: HBase
>          Issue Type: Sub-task
>          Components: mob
>    Affects Versions: hbase-11339
>            Reporter: Jonathan Hsieh
>             Fix For: hbase-11339
>
>         Attachments: HBASE-12332-V1.diff
>
>
> in the snapshot code, hmobstore was modified to traverse an hfile link to a 
> mob.   Ideally this should use the transparent filelink code to read the data.
> Also there will likely be some issues with the mob file cache with these 
> links.



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

Reply via email to