Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-26261

Store configuration loss when use update_config

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.5.0, 3.0.0-alpha-2, 2.3.7, 2.4.7
    • 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

          Activity

            People

              meiyi Yi Mei
              meiyi Yi Mei
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: