Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EA2017D24 for ; Sat, 11 Apr 2015 01:12:16 +0000 (UTC) Received: (qmail 11263 invoked by uid 500); 11 Apr 2015 01:12:13 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 11164 invoked by uid 500); 11 Apr 2015 01:12:13 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 11071 invoked by uid 99); 11 Apr 2015 01:12:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 01:12:13 +0000 Date: Sat, 11 Apr 2015 01:12:13 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-5280) Remove AssignmentManager#clearRegionFromTransition and replace with assignmentManager#regionOffline 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-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-5280. ----------------------------------- Resolution: Incomplete > Remove AssignmentManager#clearRegionFromTransition and replace with assignmentManager#regionOffline > --------------------------------------------------------------------------------------------------- > > Key: HBASE-5280 > URL: https://issues.apache.org/jira/browse/HBASE-5280 > Project: HBase > Issue Type: Improvement > Components: master > Affects Versions: 0.90.5, 0.92.0, 0.94.0 > Reporter: Jonathan Hsieh > > These two methods are essentially the same and both present in the code base. It was suggested in the review for HBASE-5128 to remove #clearRegionFromTransition in favor of #regionOffline (HBASE-5128 deprecates this method, but it is internal to the HMaster, so should be safely removable from 0.92 and 0.94). -- This message was sent by Atlassian JIRA (v6.3.4#6332)