[
https://issues.apache.org/jira/browse/HBASE-26261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17418546#comment-17418546
]
Yi Mei edited comment on HBASE-26261 at 9/22/21, 11:33 AM:
-----------------------------------------------------------
Pushed to branch-2.3+. Thanks [~zhangduo] for reviewing.
was (Author: yi mei):
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)