[ARVADOS] updated: 1.1.3-149-ge5c9b14

Git user git at public.curoverse.com
Wed Mar 7 09:50:15 EST 2018


Summary of changes:
 lib/dispatchcloud/node_size.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  e5c9b14b3ca3d6b92586a018b9ed7e0d3dc53721 (commit)
      from  665d2c06f2c45fe4d08bd6ba630259e53c03b805 (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 e5c9b14b3ca3d6b92586a018b9ed7e0d3dc53721
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Wed Mar 7 09:43:28 2018 -0500

    13078: Reduce "feature kludge" poll interval.
    
    Whenever a new node comes online, "scontrol reconfigure" invalidates
    all jobs that could be scheduled onto that node *or any other node* so
    it's worthwhile to recover from this quickly.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/lib/dispatchcloud/node_size.go b/lib/dispatchcloud/node_size.go
index ed33260..2ca4050 100644
--- a/lib/dispatchcloud/node_size.go
+++ b/lib/dispatchcloud/node_size.go
@@ -87,7 +87,7 @@ func SlurmNodeTypeFeatureKludge(cc *arvados.Cluster) {
 	}
 	for {
 		slurmKludge(features)
-		time.Sleep(time.Minute)
+		time.Sleep(2 * time.Second)
 	}
 }
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list