[
https://issues.apache.org/jira/browse/HBASE-17390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15801159#comment-15801159
]
Hudson commented on HBASE-17390:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2262 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/2262/])
HBASE-17390 Added master and backup masters to online update of (jerryjch: rev
dba103e1b6e27330a960513c65af49254d56078b)
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestUpdateConfiguration.java
> 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
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-17390.master.001.patch,
> HBASE-17390.master.002.patch, HBASE-17390.master.003.patch,
> HBASE-17390.master.004.patch
>
>
> 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)