dogfood commented on Bug JENKINS-19622

Integrated in jenkins_main_trunk #3051
[FIXES JENKINS-19622] Replace hudson.model.Trigger#timer with jenkins.util.Timer, which exposes a ScheduledExecutorService. Up to 10 additional threads will be created to run pending tasks even if running tasks are blocked. (Revision 565ced0dba75c3f198c5cf9b9df247941df6ad46)
JENKINS-19622 Merged #989: allow background tasks to run simultaneously, preventing task blockage. (Revision 53317a8045ec797e0fd718ec1599be95c18a2ba5)

Result = SUCCESS
Ryan Campbell : 565ced0dba75c3f198c5cf9b9df247941df6ad46
Files :

  • core/src/main/java/hudson/triggers/Trigger.java
  • core/src/test/java/jenkins/util/TimerTest.java
  • core/src/main/java/hudson/model/ComputerSet.java
  • core/src/main/groovy/hudson/util/LoadMonitor.groovy
  • core/src/main/java/hudson/util/DoubleLaunchChecker.java
  • core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java
  • core/src/main/java/hudson/model/PeriodicWork.java
  • core/src/main/java/jenkins/util/Timer.java
  • core/src/main/java/jenkins/model/Jenkins.java
  • core/src/main/java/hudson/model/AperiodicWork.java
  • core/src/main/java/hudson/model/Queue.java

Jesse Glick : 53317a8045ec797e0fd718ec1599be95c18a2ba5
Files :

  • core/src/main/java/jenkins/util/Timer.java
  • changelog.html
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.

Reply via email to