Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
When use update_config shell command, some store configuration is loss.
When initialize store, the conf is set by:
this.conf = new CompoundConfiguration() .add(confParam) .addBytesMap(region.getTableDescriptor().getValues()) .addStringMap(family.getConfiguration()) .addBytesMap(family.getValues());
when change configuration, the conf is set by:
this.conf = new CompoundConfiguration() .add(conf) .addBytesMap(getColumnFamilyDescriptor().getValues());
Attachments
Issue Links
- links to