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

Billy Liu resolved KYLIN-3083.
------------------------------
    Resolution: Fixed

Commit: 
https://github.com/apache/kylin/commit/5bf5099e15cf732f4b77773061743558fb4508ef

> 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
>             Fix For: v2.3.0
>
>
> {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
(v7.6.3#76005)

Reply via email to