Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95617182F2 for ; Fri, 18 Mar 2016 23:07:34 +0000 (UTC) Received: (qmail 85472 invoked by uid 500); 18 Mar 2016 23:07:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 85375 invoked by uid 500); 18 Mar 2016 23:07:33 -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 85329 invoked by uid 99); 18 Mar 2016 23:07:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Mar 2016 23:07:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8B5DE2C1F54 for ; Fri, 18 Mar 2016 23:07:33 +0000 (UTC) Date: Fri, 18 Mar 2016 23:07:33 +0000 (UTC) From: "Esteban Gutierrez (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15489) Improve handling of hbase.rpc.protection configuration mismatch when using replication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Esteban Gutierrez created HBASE-15489: ----------------------------------------- Summary: Improve handling of hbase.rpc.protection configuration mismatch when using replication Key: HBASE-15489 URL: https://issues.apache.org/jira/browse/HBASE-15489 Project: HBase Issue Type: Improvement Reporter: Esteban Gutierrez This probably should be a sub-task for major a major revamp of how we report our replication metrics in HBase in the UI. After switching {{hbase.rpc.protection}} to {{privacy}} in one cluster I didn't noticed immediately there was a mismatch across my other clusters which caused replication to stop. Ideally if this happens we should have a better log message and show this mismatch in the RegionServer and Master UIs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)