You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "jiatao.tao (JIRA)" <ji...@apache.org> on 2018/01/02 03:41:00 UTC

[jira] [Assigned] (KYLIN-3083) potential overflow in CubeHBaseRPC#getCoprocessorTimeoutMillis

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

jiatao.tao reassigned KYLIN-3083:
---------------------------------

    Assignee: jiatao.tao

> potential overflow in CubeHBaseRPC#getCoprocessorTimeoutMillis
> --------------------------------------------------------------
>
>                 Key: KYLIN-3083
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3083
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: jiatao.tao
>            Priority: Minor
>
> {code}
>         } else {
>             coopTimeout = cubeSeg.getConfig().getQueryCoprocessorTimeoutSeconds() * 1000;
> {code}
> Two integers are multiplied whose result is expected to be long.
> The operand should be cast to long first.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)