You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Chao Long (JIRA)" <ji...@apache.org> on 2018/09/24 09:11:00 UTC

[jira] [Commented] (KYLIN-3585) Ineffective declaration of volatile field in SparkFactDistinct

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

Chao Long commented on KYLIN-3585:
----------------------------------

I would like to fix this issue.

> Ineffective declaration of volatile field in SparkFactDistinct
> --------------------------------------------------------------
>
>                 Key: KYLIN-3585
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3585
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> In CuboidStatCalculator :
> {code}
>         private volatile HLLCounter[] cuboidsHLL;
> {code}
> Though the array is declared volatile, the array elements are not.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)