[master] d0012bd Retire the backend_toolate counter.

Poul-Henning Kamp phk at FreeBSD.org
Mon May 11 11:10:12 CEST 2015


commit d0012bd98c55446624a47cb256c28ff4afc01809
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 11 09:09:31 2015 +0000

    Retire the backend_toolate counter.
    
    With backend waiters it makes no sense to bring it back.
    
    Fixes: #1726

diff --git a/include/tbl/vsc_f_main.h b/include/tbl/vsc_f_main.h
index fc7d783..3c6c8d0 100644
--- a/include/tbl/vsc_f_main.h
+++ b/include/tbl/vsc_f_main.h
@@ -130,10 +130,6 @@ VSC_F(backend_reuse,		uint64_t, 0, 'c', 'i', info,
 	"Count of backend connection reuses"
 	"  This counter is increased whenever we reuse a recycled connection."
 )
-VSC_F(backend_toolate,		uint64_t, 0, 'c', 'i', info,
-    "Backend conn. was closed",
-	""
-)
 VSC_F(backend_recycle,		uint64_t, 0, 'c', 'i', info,
     "Backend conn. recycles",
 	"Count of backend connection recycles"



More information about the varnish-commit mailing list