[arvados] created: 2.5.0-266-ga9fa1126c

git repository hosting git at public.arvados.org
Fri Mar 10 15:55:37 UTC 2023


        at  a9fa1126ca65f094b37fabf91cdc0338c4c017d1 (commit)


commit a9fa1126ca65f094b37fabf91cdc0338c4c017d1
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Mar 10 10:52:47 2023 -0500

    20227: Change default BalacePeriod to 6 hours.
    
    This matches BalanceTimeout.
    
    The previous time of 10 minutes was much to short, since sweeps are
    not incremental, a full sweep on a moderately sized cluster could
    easily take 8 minutes out of the 10 minute interval meaning
    keep-balance would be running almost constantly.
    
    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 20d071680..1919d7b70 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -534,7 +534,7 @@ Clusters:
       #
       # If SIGUSR1 is received during an idle period between operations,
       # the next operation will start immediately.
-      BalancePeriod: 10m
+      BalancePeriod: 6h
 
       # Limits the number of collections retrieved by keep-balance per
       # API transaction. If this is zero, page size is

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list