Yiran Wu created HBASE-27755:
--------------------------------
Summary: Fix update_all_config Table-level StoreHotnessProtector
configuration was overwritten
Key: HBASE-27755
URL: https://issues.apache.org/jira/browse/HBASE-27755
Project: HBase
Issue Type: Bug
Components: regionserver
Affects Versions: 2.3.4
Reporter: Yiran Wu
Assignee: Yiran Wu
When update_config was executed, the table level configuration was
overwritten(hbase.region.store.parallel.put.limit), causing the table level
personalized configuration to be restored to the global configuration
unexpectedly. Table level attributes should be minimum scoped and should not
be affected by global configuration.
1、alter table set hbase.region.store.parallel.put.limit to 100
alter 'test',CONFIGURATION => {'hbase.region.store.parallel.put.limit' =>
100}
2、update_all_config
The table-level configuration will be overwrite
--
This message was sent by Atlassian Jira
(v8.20.10#820010)