[
https://issues.apache.org/jira/browse/HBASE-24601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dark_num updated HBASE-24601:
-----------------------------
Description:
The current HBase hfile directory specifies the *HOT* storage strategy by
default(`hbase.hstore.blockingStoreFiles` ), which is different from the
default value of HDFS *heterogeneous* strategy now(should be empty)
It should be set to *NONE* like `hbase.wal.storage.policy`'s default value on
HBASE-20691, and the reason for modification is the same
Otherwise, it may
was:
The current HBase hfile directory specifies the *HOT* storage strategy by
default(`hbase.hstore.blockingStoreFiles` ), which is different from the
default value of HDFS *heterogeneous* strategy now(should be empty)
It should be set to *NONE* like `hbase.wal.storage.policy`'s default value on
[HBASE-20691|https://issues.apache.org/jira/browse/HBASE-20691], and the reason
for modification is the same
> Change default Hfile storage policy from HOT to NONE for HDFS
> -------------------------------------------------------------
>
> Key: HBASE-24601
> URL: https://issues.apache.org/jira/browse/HBASE-24601
> Project: HBase
> Issue Type: Bug
> Components: hadoop3, HFile
> Affects Versions: 2.2.5
> Reporter: dark_num
> Priority: Major
>
> The current HBase hfile directory specifies the *HOT* storage strategy by
> default(`hbase.hstore.blockingStoreFiles` ), which is different from the
> default value of HDFS *heterogeneous* strategy now(should be empty)
> It should be set to *NONE* like `hbase.wal.storage.policy`'s default value on
> HBASE-20691, and the reason for modification is the same
> Otherwise, it may
--
This message was sent by Atlassian Jira
(v8.3.4#803005)