-
Bug
-
Resolution: Fixed
-
Minor
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
Issue Type | Original: Improvement [ 4 ] | New: Bug [ 1 ] |
Labels | New: performance |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Assignee | New: Alexander A [ jimilian ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Labels | Original: performance | New: lts-candidate performance |
Labels | Original: lts-candidate performance | New: performance |
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)