[
https://issues.apache.org/jira/browse/HBASE-13151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingcheng Du updated HBASE-13151:
---------------------------------
Attachment: HBASE-13151.diff
Hi [~jmhsieh], in testing of the mob compaction an issue was found when the
table had a namespace due to illegal file path which was caused by the bulkload
path.
I've fixed it in this patch. Please take a look at it. Thanks a lot.
> IllegalArgumentException in compaction when table has a namespace
> -----------------------------------------------------------------
>
> Key: HBASE-13151
> URL: https://issues.apache.org/jira/browse/HBASE-13151
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver, Scanners
> Affects Versions: hbase-11339
> Reporter: Jingcheng Du
> Assignee: Jingcheng Du
> Fix For: hbase-11339
>
> Attachments: HBASE-13151.diff
>
>
> In the PartitionedMobFileCompactor we have a bulk load path, currently it
> directly use table.getNameAsString as part of the path, if the table has a
> namespace, the path contains character ":" which is regarded as a illegal
> character in file path. As fixing, we need to divide the namespace and
> qualifier into directories like the way in table path.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)