[ARVADOS] updated: 1.3.0-2088-g6a6e6ad95

Git user git at public.arvados.org
Fri Jan 17 15:46:16 UTC 2020


Summary of changes:
 lib/config/config.default.yml  | 2 +-
 lib/config/generated_config.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  6a6e6ad952cb39d62eea2b4e814ebbcc3da5cce4 (commit)
      from  4237a24fcc5e0ff8cf6429b04844ca5f8e5b48c5 (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 6a6e6ad952cb39d62eea2b4e814ebbcc3da5cce4
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Jan 17 10:39:31 2020 -0500

    Adjust default for LogSecondsBetweenEvents from 1s to 5s
    
    Because logging every 1s is known to overwhelm the API server at even
    moderate loads.
    
    closes #16014
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 7eaa36c78..50fee746b 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -655,7 +655,7 @@ Clusters:
         # has been reached or crunch_log_seconds_between_events has elapsed since
         # the last flush.
         LogBytesPerEvent: 4096
-        LogSecondsBetweenEvents: 1
+        LogSecondsBetweenEvents: 5s
 
         # The sample period for throttling logs.
         LogThrottlePeriod: 60s
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index 72c7af185..2ee602507 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -661,7 +661,7 @@ Clusters:
         # has been reached or crunch_log_seconds_between_events has elapsed since
         # the last flush.
         LogBytesPerEvent: 4096
-        LogSecondsBetweenEvents: 1
+        LogSecondsBetweenEvents: 5s
 
         # The sample period for throttling logs.
         LogThrottlePeriod: 60s

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list