Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-42585

PluginManager uses obsolete Hashtable instead of the more efficient ConcurrentHashMap

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core

      Placeholder issue for https://github.com/jenkinsci/jenkins/pull/2769

      jimilian reported that they see a significant performance degradation of Jenkins, and this issue is one of the causes.

          [JENKINS-42585] PluginManager uses obsolete Hashtable instead of the more efficient ConcurrentHashMap

          Code changed in jenkins
          User: Akbashev Alexander
          Path:
          core/src/main/java/hudson/PluginManager.java
          http://jenkins-ci.org/commit/jenkins/22e729cc0b3d17bbee99597bdedb6a7ee571d29d
          Log:
          JENKINS-42585 - Replace Hashtable by more efficient ConcurrentHashMap (#2769)

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Akbashev Alexander Path: core/src/main/java/hudson/PluginManager.java http://jenkins-ci.org/commit/jenkins/22e729cc0b3d17bbee99597bdedb6a7ee571d29d Log: JENKINS-42585 - Replace Hashtable by more efficient ConcurrentHashMap (#2769)

            jimilian Alexander A
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: