Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1E0C7200C00 for ; Tue, 3 Jan 2017 12:50:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1CC3E160B33; Tue, 3 Jan 2017 11:50:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 91078160B46 for ; Tue, 3 Jan 2017 12:50:00 +0100 (CET) Received: (qmail 49140 invoked by uid 500); 3 Jan 2017 11:49:59 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 49009 invoked by uid 99); 3 Jan 2017 11:49:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2017 11:49:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E991E2C2A67 for ; Tue, 3 Jan 2017 11:49:58 +0000 (UTC) Date: Tue, 3 Jan 2017 11:49:58 +0000 (UTC) From: "Jan Hentschel (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17390) Online update of configuration for all servers leaves out masters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 Jan 2017 11:50:01 -0000 [ https://issues.apache.org/jira/browse/HBASE-17390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel updated HBASE-17390: ---------------------------------- Attachment: HBASE-17390.master.003.patch > 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 > Attachments: HBASE-17390.master.001.patch, HBASE-17390.master.002.patch, HBASE-17390.master.003.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)