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

Online update of configuration for all servers leaves out masters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.0
    • 1.4.0, 2.0.0
    • None
    • None
    • Reviewed

    Description

      Looking at the admin API and this method

        public void updateConfiguration() throws IOException {
          for (ServerName server : this.getClusterStatus().getServers()) {
            updateConfiguration(server);
          }
        }
      

      you can see that it calls getServers() which only returns the region servers.

      What is missing is also calling on getMaster() and getBackupMasters() to also send them a signal.

      Attachments

        1. HBASE-17390.master.001.patch
          1 kB
          Jan Hentschel
        2. HBASE-17390.master.002.patch
          3 kB
          Jan Hentschel
        3. HBASE-17390.master.003.patch
          4 kB
          Jan Hentschel
        4. HBASE-17390.master.004.patch
          4 kB
          Jan Hentschel

        Issue Links

          Activity

            People

              janh Jan Hentschel
              larsgeorge Lars George
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: