Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/metrics-plugin
  Commit: e12cb3f959839949261674b5d416219cf09a0d00
      
https://github.com/jenkinsci/metrics-plugin/commit/e12cb3f959839949261674b5d416219cf09a0d00
  Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
    M src/main/java/jenkins/metrics/api/Metrics.java
    M src/main/resources/jenkins/metrics/api/Messages.properties

  Log Message:
  -----------
  Do not attempt to enumerate extensions before 
InitMilestone.EXTENSIONS_AUGMENTED

- Spotted a few transient deadlocks (which disappear on restart)
- Root cause is that prior to InitMilestone.EXTENSIONS_AUGMENTED there is no 
way for Jenkins to safely enumerate the extensions as a plugin could fail and 
thus require eviction from the list of extensions.
- Correct solution is to enumerate once Jenkins has committed its list of 
extensions, i.e. InitMilestone.EXTENSIONS_AUGMENTED


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to