[ARVADOS] updated: 7a57d59c01f746599400bdf83823283321753c3c
Git user
git at public.curoverse.com
Tue Mar 1 17:08:12 EST 2016
Summary of changes:
sdk/cli/bin/crunch-job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7a57d59c01f746599400bdf83823283321753c3c (commit)
from 0f8dc3d824f03b82b8db9f61bbcc0592b62b998f (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 7a57d59c01f746599400bdf83823283321753c3c
Author: Brett Smith <brett at curoverse.com>
Date: Tue Mar 1 17:08:01 2016 -0500
8373: Expand crunch-job regexp to detect more Keep temporary failures.
Closes #8373.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index ae210a6..6bd1423 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1483,7 +1483,7 @@ sub preprocess_stderr
$jobstep[$job]->{tempfail} = 1;
ban_node_by_slot($jobstep[$job]->{slotindex});
}
- elsif ($line =~ /arvados\.errors\.Keep/) {
+ elsif ($line =~ /\bKeep(Read|Write|Request)Error:/) {
$jobstep[$job]->{tempfail} = 1;
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list