[ARVADOS] updated: 1.1.4-563-g64937458c
Git user
git at public.curoverse.com
Tue Jul 10 14:31:11 EDT 2018
Summary of changes:
services/crunch-run/crunchrun.go | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 64937458c5bc2918fa679c97478b2931bd26cfc1 (commit)
from 08540a58a67f2d575b1e15338c6d49b8b74e2c38 (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 64937458c5bc2918fa679c97478b2931bd26cfc1
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Tue Jul 10 14:27:38 2018 -0400
12983: Add another error message to the "broken node" blacklist.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/crunch-run/crunchrun.go b/services/crunch-run/crunchrun.go
index fc206a91c..5996a7cd6 100644
--- a/services/crunch-run/crunchrun.go
+++ b/services/crunch-run/crunchrun.go
@@ -190,6 +190,7 @@ func (runner *ContainerRunner) stop(sig os.Signal) {
var errorBlacklist = []string{
"(?ms).*[Cc]annot connect to the Docker daemon.*",
"(?ms).*oci runtime error.*starting container process.*container init.*mounting.*to rootfs.*no such file or directory.*",
+ "(?ms).*grpc: the connection is unavailable",
}
var brokenNodeHook *string = flag.String("broken-node-hook", "", "Script to run if node is detected to be broken (for example, Docker daemon is not running)")
@@ -1649,7 +1650,7 @@ func main() {
`)
memprofile := flag.String("memprofile", "", "write memory profile to `file` after running container")
getVersion := flag.Bool("version", false, "Print version information and exit.")
- checkContainerd := flag.Duration("check-containerd", 60*time.Second, "Periodic check if (docker-)containerd is running, period in seconds.")
+ checkContainerd := flag.Duration("check-containerd", 60*time.Second, "Periodic check if (docker-)containerd is running (use 0s to disable).")
flag.Parse()
// Print version information if requested
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list