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 6F71211203 for ; Fri, 15 Aug 2014 23:48:19 +0000 (UTC) Received: (qmail 43711 invoked by uid 500); 15 Aug 2014 23:48:19 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 43674 invoked by uid 500); 15 Aug 2014 23:48:19 -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 43661 invoked by uid 99); 15 Aug 2014 23:48:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2014 23:48:19 +0000 Date: Fri, 15 Aug 2014 23:48:19 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11755) VisibilityController returns the wrong value for preBalanceSwitch() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14099359#comment-14099359 ] Hudson commented on HBASE-11755: -------------------------------- SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #426 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/426/]) HBASE-11755 VisibilityController returns the wrong value for preBalanceSwitch (Matteo Bertozzi) (apurtell: rev 76f5699925f9fc55959830710f273df61a333c1d) * hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java > VisibilityController returns the wrong value for preBalanceSwitch() > ------------------------------------------------------------------- > > Key: HBASE-11755 > URL: https://issues.apache.org/jira/browse/HBASE-11755 > Project: HBase > Issue Type: Bug > Components: Coprocessors > Affects Versions: 1.0.0, 0.98.5, 2.0.0 > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.98.6 > > Attachments: HBASE-11755-v0.patch > > > VisibilityController returns false instead of the newValue for the preBalanceSwitch() call. > VisibilityController extends both RegionObserver and MasterObserver, unfortunately only 1 of the two can use the Base implementation. in this case the BaseRegionObserver is used and all most of the MasterObserver methods are a noop. Any idea on how to avoid reimplementing all the interface methods as noop, and avoid problems like the preBalanceSwitch()? -- This message was sent by Atlassian JIRA (v6.2#6252)