Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-913

Thread safe improvement for sqoop binding singleton

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.7.0
    • None
    • None

    Description

      public static SqoopAuthBindingSingleton getInstance() {
      if (instance != null)

      { return instance; }

      instance = new SqoopAuthBindingSingleton();
      return instance;
      }

      getInstance() has Thread safe issue.

      Attachments

        1. SENTRY-913.001.patch
          0.9 kB
          Dapeng Sun

        Activity

          People

            dapengsun Dapeng Sun
            dapengsun Dapeng Sun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: