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

Matteo Bertozzi updated HBASE-7535:
-----------------------------------

    Attachment: HBASE-7535-v1.patch

readded the getReferredToFile() log as debug, and remove the log.info() in the 
restoreStoreFile() since we have already the log.trace() one call before about 
the file that we are going to restore.

the "table" in the table descriptor and the "table" in the new Path(table, 
region, cf) are not related... the second one is a fake path to make happy 
StoreFile.getReferredToFile() and we don't care about the real path in the 
test. Changed the names to be more explicit about that
                
> Fix restore reference files
> ---------------------------
>
>                 Key: HBASE-7535
>                 URL: https://issues.apache.org/jira/browse/HBASE-7535
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Blocker
>         Attachments: HBASE-7535-v0.patch, HBASE-7535-v1.patch
>
>
> After HBASE-7419 the HFileLink regex became stricter, to have the proper 
> isHFileLink() check.
> but HFileLink should open both reference and hfiles
> since the main idea behind it is open stuff in /table/region/family/XYZ
> This patch fix the reference (split files) restore problem and open the 
> hfilelink regex for HFileLink(/table/region/family/xyz).open()

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to