Ted Yu created KYLIN-3584:
-----------------------------
Summary: Incorrect lazy initialization of DefaultScheduler.INSTANCE
Key: KYLIN-3584
URL: https://issues.apache.org/jira/browse/KYLIN-3584
Project: Kylin
Issue Type: Bug
Reporter: Ted Yu
Here is related code:
{code}
public static DefaultScheduler getInstance() {
if (INSTANCE == null) {
INSTANCE = createInstance();
{code}
The check against may not be effective.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
