Reduce synchronization bottleneck on OsgiPlugin.isEnabled

XMLWordPrintable

      OsgiPlugin.isEnabled is a synchronized method that gets called very often creating a bottleneck in high load environments. Our bamboo high load performance build shows that threads spend 17% of overall execution time waiting on this method.

      It seems we only call this method so often because we didn't properly fix this issue: https://studio.atlassian.com/browse/PLUG-199.

              Assignee:
              Anatoli
              Reporter:
              Anatoli
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: