[
https://issues.apache.org/jira/browse/HBASE-26261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yi Mei resolved HBASE-26261.
----------------------------
Fix Version/s: 2.4.7
2.3.7
3.0.0-alpha-2
2.5.0
Resolution: Fixed
Pushed to branch-2.3. Thanks [~zhangduo] for reviewing.
> Store configuration loss when use update_config
> -----------------------------------------------
>
> Key: HBASE-26261
> URL: https://issues.apache.org/jira/browse/HBASE-26261
> Project: HBase
> Issue Type: Bug
> Reporter: Yi Mei
> Assignee: Yi Mei
> Priority: Minor
> Fix For: 2.5.0, 3.0.0-alpha-2, 2.3.7, 2.4.7
>
>
> When use update_config shell command, some store configuration is loss.
> When initialize store, the conf is set by:
> {code:java}
> this.conf = new CompoundConfiguration()
> .add(confParam)
> .addBytesMap(region.getTableDescriptor().getValues())
> .addStringMap(family.getConfiguration())
> .addBytesMap(family.getValues());
> {code}
> when change configuration, the conf is set by:
> {code:java}
> this.conf = new CompoundConfiguration()
> .add(conf)
> .addBytesMap(getColumnFamilyDescriptor().getValues());
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)