Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mesos-plugin
  Commit: cc90f0853d17078e0db834f2bf9eb37a451352d8
      
https://github.com/jenkinsci/mesos-plugin/commit/cc90f0853d17078e0db834f2bf9eb37a451352d8
  Author: Vincent Latombe <vinc...@latombe.net>
  Date:   2015-11-04 (Wed, 04 Nov 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/mesos/JenkinsScheduler.java

  Log Message:
  -----------
  Wrap JenkinsScheduler run body in a try/catch/finally.

If any RuntimeException is raised during Scheduler execution, the object
was left in a corrupt state with running == true and driver != null.

The previous implementation would let any RuntimeException kill the
thread without any trace of it. Now, it is properly logged when it
happens and leave the scheduler in a correct state.


  Commit: 507ec482482fcb20e2c90fac61e2ac6d4fd3c661
      
https://github.com/jenkinsci/mesos-plugin/commit/507ec482482fcb20e2c90fac61e2ac6d4fd3c661
  Author: Vincent Latombe <vinc...@latombe.net>
  Date:   2015-11-26 (Thu, 26 Nov 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/mesos/JenkinsScheduler.java

  Log Message:
  -----------
  Abort the driver if non-null


  Commit: 6c8e55669b9afe9e12cca40e144ac384324745d4
      
https://github.com/jenkinsci/mesos-plugin/commit/6c8e55669b9afe9e12cca40e144ac384324745d4
  Author: Vincent Latombe <vinc...@latombe.net>
  Date:   2015-12-31 (Thu, 31 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/mesos/JenkinsScheduler.java

  Log Message:
  -----------
  Merge pull request #182 from Vlatombe/catch-errors-scheduler

Wrap JenkinsScheduler run body in a try/catch/finally.


Compare: 
https://github.com/jenkinsci/mesos-plugin/compare/6e5a7ddaac13...6c8e55669b9a

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