Branch: refs/heads/master
Home: https://github.com/jenkinsci/throttle-concurrent-builds-plugin
Commit: 9b7562d4b08e0a4202130d43307082553142df82
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/9b7562d4b08e0a4202130d43307082553142df82
Author: Oleg Nenashev <[email protected]>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java
Log Message:
-----------
[FIXED JENKINS-21044] - Throttling blocks the Jenkins queue
Seems the issue was in improper usage of WeakHashMap (see analysis from
@centic).
I've managed to reproduce the behavior in the following case:
* There is a big number of jobs/configurations with throttling
* The builds queue is not empty
// Seems that ThrottleQueueTaskDispatcher tries to access the data before the
complete loading of the plugin's configuration.
This fix provides an explicit locking of any load operations + manual cleanup
of erroneous cache data, which goes to persistence in 1.8.1
Resolves https://issues.jenkins-ci.org/browse/JENKINS-21044
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: c453516716079248d74ce588efc0293669e6e1a7
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/c453516716079248d74ce588efc0293669e6e1a7
Author: Oleg Nenashev <[email protected]>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java
Log Message:
-----------
[JENKINS-21044] - Don't create a new HashMap after the load operation
Signed-off-by: Oleg Nenashev <[email protected]>
Commit: 70107b4222502935a9e46beffa31daae2e99e50b
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/70107b4222502935a9e46beffa31daae2e99e50b
Author: Andrew Bayer <[email protected]>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java
Log Message:
-----------
Merge pull request #13 from synopsys-arc-oss/JENKINS_21044_fix
[FIXED JENKINS-21044] - Throttling blocks the Jenkins queue
Compare:
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/compare/dc16282a90b7...70107b422250
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.