[arvados] updated: 2.1.0-2969-gf3203e424
git repository hosting
git at public.arvados.org
Thu Oct 20 14:40:06 UTC 2022
Summary of changes:
lib/controller/trash.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f3203e42412d5b5216b2c70caae47b73b712d18c (commit)
from b89ab7f9270acfabe9139d14d7071cf117b39bd4 (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 f3203e42412d5b5216b2c70caae47b73b712d18c
Author: Tom Clegg <tom at curii.com>
Date: Thu Oct 20 10:37:24 2022 -0400
18863: Add rest of event_type values used by crunch-run.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/controller/trash.go b/lib/controller/trash.go
index 37c7be485..9a7b0814c 100644
--- a/lib/controller/trash.go
+++ b/lib/controller/trash.go
@@ -49,7 +49,7 @@ func (h *Handler) containerLogSweepWorker() {
DELETE FROM logs
USING containers
WHERE logs.object_uuid=containers.uuid
- AND logs.event_type in ('stdout', 'stderr', 'arv-mount', 'crunch-run', 'crunchstat')
+ AND logs.event_type in ('stdout', 'stderr', 'arv-mount', 'crunch-run', 'crunchstat', 'hoststat', 'node', 'container', 'keepstore')
AND containers.log IS NOT NULL
AND now() - containers.finished_at > $1::interval`,
h.Cluster.Containers.Logging.MaxAge.String())
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list