Ted Yu created KYLIN-3585:
-----------------------------
Summary: 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
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)
