Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mesos-plugin
  Commit: fecbbe6470f7534a48204f63cfb83491c1090838
      
https://github.com/jenkinsci/mesos-plugin/commit/fecbbe6470f7534a48204f63cfb83491c1090838
  Author: Felix Bechstein <[email protected]>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/mesos/JenkinsScheduler.java
    M src/main/java/org/jenkinsci/plugins/mesos/MesosCloud.java
    M src/main/resources/org/jenkinsci/plugins/mesos/MesosCloud/config.jelly
    M src/test/java/org/jenkinsci/plugins/mesos/JenkinsSchedulerTest.java

  Log Message:
  -----------
  prevent offer starvation

* declines offers for longer period if no slave is queued
* declines offers when adding a slave to queue

this prevents offer starvation when running lots of frameworks in a mesos 
cluster.
the declineOfferDuration is configurable and defaults to 10min.


  Commit: 3c221dbb14eee5568efd928d48b53ca6156e3dd1
      
https://github.com/jenkinsci/mesos-plugin/commit/3c221dbb14eee5568efd928d48b53ca6156e3dd1
  Author: Manivannan Selvaraj <[email protected]>
  Date:   2016-01-19 (Tue, 19 Jan 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/mesos/JenkinsScheduler.java
    M src/main/java/org/jenkinsci/plugins/mesos/MesosCloud.java
    M src/main/resources/org/jenkinsci/plugins/mesos/MesosCloud/config.jelly
    M src/test/java/org/jenkinsci/plugins/mesos/JenkinsSchedulerTest.java

  Log Message:
  -----------
  Merge pull request #162 from felixb/prevent_offer_starvation

prevent offer starvation


Compare: 
https://github.com/jenkinsci/mesos-plugin/compare/e1b79a4a4bb6...3c221dbb14ee

-- 
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.

Reply via email to