[
https://issues.apache.org/jira/browse/HBASE-27619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wellington Chevreuil resolved HBASE-27619.
------------------------------------------
Resolution: Fixed
Merged into master, branch-2 and branch-2.5 branches. Thanks for reviewing it,
[~swu]
> Bulkload fails when trying to bulkload files with invalid names after
> HBASE-26707
> ---------------------------------------------------------------------------------
>
> Key: HBASE-27619
> URL: https://issues.apache.org/jira/browse/HBASE-27619
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.6.0, 3.0.0-alpha-3, 2.5.3
> Reporter: Wellington Chevreuil
> Assignee: Wellington Chevreuil
> Priority: Major
> Fix For: 2.6.0, 3.0.0-alpha-4, 2.5.4
>
>
> HBASE-26707 has introduced changes to reduce renames on bulkload when using
> FILE based SFT. However, if the bulkloading file has an invalid hfile name,
> or has been split in the bulkload process, we don't do any renaming when FILE
> based SFT is enabled, and we place the file name as "it is" in the store dir.
> This later fails the validations performed by StoreFileReader when it tries
> to open the file.
> This jira adds extra validation for the bulkloading file name format in
> HRegion.bulkLoadHFiles and also extends TestLoadIncrementalHFiles to run the
> same test suite with FILE based SFT enabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)