[ARVADOS] updated: 1.3.0-2832-g414025952
Git user
git at public.arvados.org
Fri Jul 31 21:28:44 UTC 2020
Summary of changes:
lib/dispatchcloud/worker/worker.go | 1 -
1 file changed, 1 deletion(-)
via 414025952297852fff735664047ac14f6590522d (commit)
from daa50b3dc4488c705d2445fcadd2d35968787a68 (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 414025952297852fff735664047ac14f6590522d
Author: Ward Vandewege <ward at curii.com>
Date: Fri Jul 31 17:28:04 2020 -0400
gofmt fix.
refs #16616
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/lib/dispatchcloud/worker/worker.go b/lib/dispatchcloud/worker/worker.go
index 9e8cf51ee..357ac20a0 100644
--- a/lib/dispatchcloud/worker/worker.go
+++ b/lib/dispatchcloud/worker/worker.go
@@ -224,7 +224,6 @@ func (wkr *worker) probeAndUpdate() {
defer wkr.mtx.Unlock()
if reportedBroken && wkr.idleBehavior == IdleBehaviorRun {
logger.Info("probe reported broken instance")
- // FIXME add prometheus tick
wkr.setIdleBehavior(IdleBehaviorDrain)
}
if !ok || (!booted && len(ctrUUIDs) == 0 && len(wkr.running) == 0) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list