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

ASF GitHub Bot commented on KYLIN-3584:
---------------------------------------

asfgit commented on issue #259: KYLIN-3584,  KYLIN-3585
URL: https://github.com/apache/kylin/pull/259#issuecomment-424608713
 
 
   Can one of the admins verify this patch?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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
>            Priority: Minor
>
> 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)

Reply via email to