gearman-plugin/src
Khai Do 08e9c429de Fix deadlock from a WORK_FAIL event
A lock is kept on a gearman worker when a WORK_FAIL event happens.
This causes the worker therad to stall on the next attempt that
the AvailabilityMonitor attempt to get a lock on the worker.
This causes the jenkins nodes to stop working (not run builds
anymore). Unlock the worker on a WORK_FAIL event to avoid this
deadlock state.

This fixes issue https://issues.jenkins-ci.org/browse/JENKINS-28891

Change-Id: I015ce9732fd535676a832680f39e220b09df95cf
2015-07-01 10:17:20 +00:00
..
main Fix deadlock from a WORK_FAIL event 2015-07-01 10:17:20 +00:00
test/java/hudson/plugins/gearman update to work with Jenkins LTS ver 1.565.3 2014-10-15 14:21:08 -07:00