You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/03/06 18:54:47 UTC

[jira] [Assigned] (HBASE-10694) TableSkewCostFunction#cost() casts integral division result to double

     [ https://issues.apache.org/jira/browse/HBASE-10694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu reassigned HBASE-10694:
------------------------------

    Assignee: Ted Yu

> 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
>
> {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)