From: Ian Jackson <ian.jack...@eu.citrix.com>

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 ts-hosts-allocate-Executive | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ts-hosts-allocate-Executive b/ts-hosts-allocate-Executive
index 58d2a389..78b94c6d 100755
--- a/ts-hosts-allocate-Executive
+++ b/ts-hosts-allocate-Executive
@@ -1039,6 +1039,10 @@ sub actual_allocation ($) {
            if ($shared->{ntasks}) {
                warn "resource $shrestype $shared->{resname} allegedly".
                     " available but wrong state $shared->{state} and tasks";
+               # This can happen if following a failed prep by
+               # another job, the other shares are still owned by the
+               # now-dead task.  If so that share will become allocatable
+               # (and therefore not be counted in `ntasks') in due course.
                return undef;
 
                 # someone was preparing it but they aren't any more
-- 
2.20.1


Reply via email to