Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-3584

Incorrect lazy initialization of DefaultScheduler.INSTANCE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Here is related code:

          public static DefaultScheduler getInstance() {
              if (INSTANCE == null) {
                  INSTANCE = createInstance();
      

      The check against may not be effective.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: