Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-1038

Multiple instances of AtlasPluginClassloader getting initialized

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.8-incubating
    • None
    • None

    Description

      Current code doesnt not synchronize the instance creation and hence results in multiple instances getting created

      AtlasPluginClassLoader ret =
      AccessController.doPrivileged(new PrivilegedExceptionAction<AtlasPluginClassLoader>() {
      public AtlasPluginClassLoader run() throws Exception

      { return new AtlasPluginClassLoader(pluginType, pluginClass); }

      });

      return ret;

      Attachments

        1. ATLAS-1038.patch
          2 kB
          Suma Shivaprasad

        Activity

          People

            suma.shivaprasad Suma Shivaprasad
            suma.shivaprasad Suma Shivaprasad
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: