[ 
https://issues.apache.org/jira/browse/KYLIN-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307654#comment-16307654
 ] 

jiatao.tao commented on KYLIN-3083:
-----------------------------------

Recently, I'll enhance the logic that query timeout, I will take this.

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

Reply via email to