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 3AB64119F9 for ; Tue, 10 Jun 2014 17:59:03 +0000 (UTC) Received: (qmail 10871 invoked by uid 500); 10 Jun 2014 17:59:02 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 10247 invoked by uid 500); 10 Jun 2014 17:59:02 -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 10236 invoked by uid 99); 10 Jun 2014 17:59:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2014 17:59:02 +0000 Date: Tue, 10 Jun 2014 17:59:02 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-11319) No need to use favored node mapping initialization to find all regions 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-11319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-11319: -------------------------------- Summary: No need to use favored node mapping initialization to find all regions (was: No need for favored node mapping initialization to scan meta) > No need to use favored node mapping initialization to find all regions > ---------------------------------------------------------------------- > > Key: HBASE-11319 > URL: https://issues.apache.org/jira/browse/HBASE-11319 > Project: HBase > Issue Type: Improvement > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Minor > > During a clean re/start, favored node mapping initialization scans meta for an assignment snapshot. We can avoid this scan since such info is already loaded into region states. For small cluster, this is not a big deal. However, if there are lots of regions, the scan is better not to do. -- This message was sent by Atlassian JIRA (v6.2#6252)