[prev in list] [next in list] [prev in thread] [next in thread] 

List:       varnish-commit
Subject:    [master] 527f1bd0b no need to sum stats which we don't use
From:       Nils Goroll <nils.goroll () uplex ! de>
Date:       2018-09-27 18:24:06
Message-ID: 20180927182406.8EA12A0B6A () lists ! varnish-cache ! org
[Download RAW message or body]


commit 527f1bd0b74e758c6f8b8ae189b293151e61cd15
Author: Nils Goroll <nils.goroll@uplex.de>
Date:   Thu Sep 27 20:21:32 2018 +0200

    no need to sum stats which we don't use

diff --git a/bin/varnishd/cache/cache_ban_lurker.c b/bin/varnishd/cache/cache_ban_lurker.c
index 1729e04a9..a56119c62 100644
--- a/bin/varnishd/cache/cache_ban_lurker.c
+++ b/bin/varnishd/cache/cache_ban_lurker.c
@@ -422,7 +422,6 @@ ban_lurker(struct worker *wrk, void *priv)
 		d += VTIM_real();
 		Lck_Lock(&ban_mtx);
 		if (gen == ban_generation) {
-			Pool_Sumstat(wrk);
 			(void)Lck_CondWait(&ban_lurker_cond, &ban_mtx, d);
 			ban_batch = 0;
 		}
_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic