[arvados] updated: 2.1.0-3000-g4529d84af

git repository hosting git at public.arvados.org
Mon Oct 31 17:12:48 UTC 2022


Summary of changes:
 lib/controller/dblock/dblock.go                    | 78 ++++++++++++++-----
 lib/controller/dblock/dblock_test.go               | 91 ++++++++++++++++++++++
 lib/controller/federation.go                       |  4 +-
 lib/controller/handler.go                          | 40 ++--------
 lib/controller/handler_test.go                     |  7 +-
 lib/controller/trash.go                            | 12 ++-
 lib/ctrlctx/db.go                                  | 31 ++++++++
 lib/dispatchcloud/dispatcher.go                    |  6 ++
 lib/dispatchcloud/dispatcher_test.go               | 25 ++++--
 lib/lsf/dispatch.go                                |  6 ++
 .../crunch-dispatch-slurm/crunch-dispatch-slurm.go | 14 +++-
 services/keep-balance/balance.go                   | 17 ++--
 services/keep-balance/balance_run_test.go          | 20 ++---
 services/keep-balance/integration_test.go          |  3 +-
 services/keep-balance/main.go                      |  2 +-
 services/keep-balance/server.go                    | 29 ++++---
 16 files changed, 289 insertions(+), 96 deletions(-)
 create mode 100644 lib/controller/dblock/dblock_test.go

       via  4529d84afb3549ccb4ae9005a8f64f558c2bbe5c (commit)
       via  b4b304a3a73a147cb85e9e4ec171d7f350620d30 (commit)
       via  15043a6825ecd62ccb2272025384474a235b30cc (commit)
       via  8a8f27d60f97047483072539837785ea917b286d (commit)
       via  08bf53a3396ab74e805d468ccbb9c0cea86a3d5a (commit)
       via  65b12213f740b117fb14822bce0dbb415257c355 (commit)
       via  e33a15001d7a94a805a5d0d4c77544d959974193 (commit)
       via  aa9507e1633819259794ea4d6cf391dc88621dac (commit)
      from  dee23e534ab1c84fbe2e34730c0327989cc263ac (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 4529d84afb3549ccb4ae9005a8f64f558c2bbe5c
Merge: dee23e534 b4b304a3a
Author: Tom Clegg <tom at curii.com>
Date:   Mon Oct 31 13:12:31 2022 -0400

    Merge branch '18071-dblock-keep-balance-and-dispatch'
    
    closes #18071
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>


commit b4b304a3a73a147cb85e9e4ec171d7f350620d30
Author: Tom Clegg <tom at curii.com>
Date:   Mon Oct 31 13:11:57 2022 -0400

    18071: Remove obsolete comment.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/services/keep-balance/balance.go b/services/keep-balance/balance.go
index 50c4dae18..9f581751d 100644
--- a/services/keep-balance/balance.go
+++ b/services/keep-balance/balance.go
@@ -69,10 +69,6 @@ type Balancer struct {
 // subsequent balance operation.
 //
 // Run should only be called once on a given Balancer object.
-//
-// Typical usage:
-//
-//	runOptions, err = (&Balancer{}).Run(config, runOptions)
 func (bal *Balancer) Run(ctx context.Context, client *arvados.Client, cluster *arvados.Cluster, runOptions RunOptions) (nextRunOptions RunOptions, err error) {
 	nextRunOptions = runOptions
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list