You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jan Hentschel (JIRA)" <ji...@apache.org> on 2016/12/29 16:08:58 UTC

[jira] [Assigned] (HBASE-17390) Online update of configuration for all servers leaves out masters

     [ https://issues.apache.org/jira/browse/HBASE-17390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Hentschel reassigned HBASE-17390:
-------------------------------------

    Assignee: Jan Hentschel

> Online update of configuration for all servers leaves out masters
> -----------------------------------------------------------------
>
>                 Key: HBASE-17390
>                 URL: https://issues.apache.org/jira/browse/HBASE-17390
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Lars George
>            Assignee: Jan Hentschel
>
> Looking at the admin API and this method
> {code}
>   public void updateConfiguration() throws IOException {
>     for (ServerName server : this.getClusterStatus().getServers()) {
>       updateConfiguration(server);
>     }
>   }
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)