Wellington Chevreuil created HBASE-27619:
--------------------------------------------
Summary: 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
Reporter: Wellington Chevreuil
Assignee: Wellington Chevreuil
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)