[ARVADOS] updated: 1.3.0-442-gd258e5c5b
Git user
git at public.curoverse.com
Thu Mar 7 11:29:39 EST 2019
Summary of changes:
lib/dispatchcloud/worker/pool.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d258e5c5b361dcdf7d65d2791eb83bd31d72c86c (commit)
from e49978c5d9bece2a1db646f36cdf346414dd8813 (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 d258e5c5b361dcdf7d65d2791eb83bd31d72c86c
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Mar 7 11:20:38 2019 -0500
14920: Improve comment.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/lib/dispatchcloud/worker/pool.go b/lib/dispatchcloud/worker/pool.go
index f95e4a1b4..e81c2c091 100644
--- a/lib/dispatchcloud/worker/pool.go
+++ b/lib/dispatchcloud/worker/pool.go
@@ -140,7 +140,7 @@ type Pool struct {
// private state
subscribers map[<-chan struct{}]chan<- struct{}
- creating map[string]createCall // unfinished (cloud.InstanceSet)Create calls
+ creating map[string]createCall // unfinished (cloud.InstanceSet)Create calls (key is instance secret)
workers map[cloud.InstanceID]*worker
loaded bool // loaded list of instances from InstanceSet at least once
exited map[string]time.Time // containers whose crunch-run proc has exited, but KillContainer has not been called
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list