[arvados] updated: 2.7.0-6577-g84650a0949
git repository hosting
git at public.arvados.org
Wed May 15 14:08:17 UTC 2024
Summary of changes:
doc/admin/upgrading.html.textile.liquid | 15 +
lib/config/config.default.yml | 39 --
lib/controller/handler_test.go | 24 +-
lib/controller/integration_test.go | 10 +-
lib/controller/localdb/log_activity.go | 7 +-
lib/controller/trash.go | 32 +-
lib/crunchrun/crunchrun.go | 90 ++---
lib/crunchrun/crunchrun_test.go | 227 ++++++------
lib/crunchrun/cuda.go | 8 +-
lib/crunchrun/logging.go | 396 +++------------------
lib/crunchrun/logging_test.go | 192 +++-------
sdk/go/arvados/config.go | 13 +-
sdk/python/tests/run_test_server.py | 5 +-
.../controllers/arvados/v1/schema_controller.rb | 7 -
services/api/config/arvados_config.rb | 8 -
15 files changed, 324 insertions(+), 749 deletions(-)
via 84650a094921bb149ffb31a95bee9875dfd1c1df (commit)
via 18322a336bb994d02e630fd9b398351d5346a32d (commit)
via 8a5db7b48c1fb11423110490267fea17161f7674 (commit)
via 5fb720b670c3bd986898d7597e700cb12d1647ae (commit)
via f049ebcb40b5509413f73840ead3ef8893f9331b (commit)
via 47a0e74fd1c13060fc3e38fe30dafc8686b5d113 (commit)
via 92d6698f3c2d1c8109a9cf08f25da408c3a7b442 (commit)
via 09fdded2857597bd3d3ea5a0029fecbe993130ee (commit)
via c57b6ac55b1eaeae3786d1d83158f22e3d8e253f (commit)
via 5dfd9a57f9d65ea91295e8502cf7f6e748fc4010 (commit)
from 80ac334d1ded6139d9c1ae59b0e257b1138fad39 (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 84650a094921bb149ffb31a95bee9875dfd1c1df
Merge: 80ac334d1d 18322a336b
Author: Tom Clegg <tom at curii.com>
Date: Wed May 15 10:07:44 2024 -0400
Merge branch '21611-log-chunk-delay'
fixes #21611
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
commit 18322a336bb994d02e630fd9b398351d5346a32d
Author: Tom Clegg <tom at curii.com>
Date: Wed May 15 10:07:06 2024 -0400
21611: Fix formatting of config keys.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index 5d3d21bab1..23b701dcd1 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -35,15 +35,15 @@ h2(#main). development main
h3. Legacy container logging system has been removed
The following configuration keys are no longer supported. Remove them from your @/etc/arvados/config.yml@ file to avoid warnings when services start up.
-* Containers.Logging.LimitLogBytesPerJob
-* Containers.Logging.LogBytesPerEvent
-* Containers.Logging.LogPartialLineThrottlePeriod
-* Containers.Logging.LogSecondsBetweenEvents
-* Containers.Logging.LogThrottleBytes
-* Containers.Logging.LogThrottleLines
-* Containers.Logging.LogThrottlePeriod
-* Containers.Logging.MaxAge
-* Containers.Logging.SweepInterval
+* @Containers.Logging.LimitLogBytesPerJob@
+* @Containers.Logging.LogBytesPerEvent@
+* @Containers.Logging.LogPartialLineThrottlePeriod@
+* @Containers.Logging.LogSecondsBetweenEvents@
+* @Containers.Logging.LogThrottleBytes@
+* @Containers.Logging.LogThrottleLines@
+* @Containers.Logging.LogThrottlePeriod@
+* @Containers.Logging.MaxAge@
+* @Containers.Logging.SweepInterval@
Any container logging content remaining in the database from the legacy system will be deleted.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list