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 18AEA105DF for ; Thu, 6 Mar 2014 20:38:05 +0000 (UTC) Received: (qmail 40381 invoked by uid 500); 6 Mar 2014 20:37:51 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 40245 invoked by uid 500); 6 Mar 2014 20:37:49 -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 40140 invoked by uid 99); 6 Mar 2014 20:37:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 20:37:47 +0000 Date: Thu, 6 Mar 2014 20:37:47 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10694) TableSkewCostFunction#cost() casts integral division result to double 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-10694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-10694: --------------------------- Fix Version/s: 0.99.0 0.98.1 Hadoop Flags: Reviewed > TableSkewCostFunction#cost() casts integral division result to double > --------------------------------------------------------------------- > > Key: HBASE-10694 > URL: https://issues.apache.org/jira/browse/HBASE-10694 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Minor > Fix For: 0.98.1, 0.99.0 > > Attachments: 10694-v1.txt > > > {code} > double min = cluster.numRegions / cluster.numServers; > {code} > Integral division result is cast to double. -- This message was sent by Atlassian JIRA (v6.2#6252)