[ARVADOS] updated: 714c555bda26a6a27fad7caef382d1d6705ad215
git at public.curoverse.com
git at public.curoverse.com
Mon Nov 16 22:42:50 EST 2015
Summary of changes:
sdk/cli/bin/crunch-job | 3 +++
1 file changed, 3 insertions(+)
via 714c555bda26a6a27fad7caef382d1d6705ad215 (commit)
from be2d7e55af1036699282d06f629805b6508b6ceb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 714c555bda26a6a27fad7caef382d1d6705ad215
Author: Brett Smith <brett at curoverse.com>
Date: Mon Nov 16 22:42:31 2015 -0500
7313: crunch-job reports an error when a task doesn't record state.
Closes #7313.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 70ba04f..28da66d 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1182,6 +1182,9 @@ sub reapchildren
if (!defined $task_success) {
# task did not indicate one way or the other --> fail
+ Log($jobstepid, sprintf(
+ "ERROR: Task process exited %d, but never updated its task record to indicate success and record its output.",
+ exit_status_s($childstatus)));
$Jobstep->{'arvados_task'}->{success} = 0;
$Jobstep->{'arvados_task'}->save;
$task_success = 0;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list