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 835E518BAA for ; Mon, 3 Aug 2015 22:59:05 +0000 (UTC) Received: (qmail 11729 invoked by uid 500); 3 Aug 2015 22:59:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 11681 invoked by uid 500); 3 Aug 2015 22:59:05 -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 11667 invoked by uid 99); 3 Aug 2015 22:59:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2015 22:59:05 +0000 Date: Mon, 3 Aug 2015 22:59:05 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13965) Stochastic Load Balancer JMX Metrics MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13965?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-13965: --------------------------- Attachment: (was: 13965-addendum.txt) > Stochastic Load Balancer JMX Metrics > ------------------------------------ > > Key: HBASE-13965 > URL: https://issues.apache.org/jira/browse/HBASE-13965 > Project: HBase > Issue Type: Improvement > Components: Balancer, metrics > Reporter: Lei Chen > Assignee: Lei Chen > Fix For: 2.0.0 > > Attachments: HBASE-13965-v10.patch, HBASE-13965-v11.patch, HBASE-= 13965-v3.patch, HBASE-13965-v4.patch, HBASE-13965-v5.patch, HBASE-13965-v6.= patch, HBASE-13965-v7.patch, HBASE-13965-v8.patch, HBASE-13965-v9.patch, HB= ASE-13965_v2.patch, HBase-13965-JConsole.png, HBase-13965-v1.patch, stochas= ticloadbalancerclasses_v2.png > > > Today=E2=80=99s default HBase load balancer (the Stochastic load balancer= ) is cost function based. The cost function weights are tunable but no visi= bility into those cost function results is directly provided. > A driving example is a cluster we have been tuning which has skewed rack = size (one rack has half the nodes of the other few racks). We are tuning th= e cluster for uniform response time from all region servers with the abilit= y to tolerate a rack failure. Balancing LocalityCost, RegionReplicaRack Cos= t and RegionCountSkew Cost is difficult without a way to attribute each cos= t function=E2=80=99s contribution to overall cost.=20 > What this jira proposes is to provide visibility via JMX into each cost f= unction of the stochastic load balancer, as well as the overall cost of the= balancing plan. -- This message was sent by Atlassian JIRA (v6.3.4#6332)