Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 27277 invoked from network); 19 Mar 2011 21:28:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Mar 2011 21:28:51 -0000 Received: (qmail 7739 invoked by uid 500); 19 Mar 2011 21:28:51 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 7714 invoked by uid 500); 19 Mar 2011 21:28:51 -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 7706 invoked by uid 99); 19 Mar 2011 21:28:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Mar 2011 21:28:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Mar 2011 21:28:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 881DF3B1724 for ; Sat, 19 Mar 2011 21:28:29 +0000 (UTC) Date: Sat, 19 Mar 2011 21:28:29 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <603796302.13869.1300570109554.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <350103091.13812.1300566929557.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (HBASE-3676) Update region server load for AssignmentManager through regionServerReport() 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-3676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3676: -------------------------- Attachment: hbase-3676.txt Also includes change of regionLoad to TreeMap in HServerLoad.java This would facilitate making better load balancing decision in the future. > Update region server load for AssignmentManager through regionServerReport() > ---------------------------------------------------------------------------- > > Key: HBASE-3676 > URL: https://issues.apache.org/jira/browse/HBASE-3676 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Assignee: Ted Yu > Attachments: hbase-3676.txt > > > Currently the following method only calls serverManager.regionServerReport(): > public HMsg [] regionServerReport(HServerInfo serverInfo, HMsg msgs[], > HRegionInfo[] mostLoadedRegions) > This means AssignmentManager doesn't have valid server load information. > The following method would be added to AssignmentManager: > public void regionServerReport(HServerInfo serverInfo, HRegionInfo[] mostLoadedRegions) > For HBASE-1502, we would figure out how to store load information through zk. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira