BBlack has uploaded a new change for review. https://gerrit.wikimedia.org/r/79083
Change subject: 0.0.9 stuff ...................................................................... 0.0.9 stuff Change-Id: Id5554c2179afcd494055dda1d309d89b11367126 --- M NEWS M README M configure.ac 3 files changed, 11 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/software/varnish/vhtcpd refs/changes/83/79083/1 diff --git a/NEWS b/NEWS index cdafd35..b2b456a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +0.0.9 - 2013-08-14 + Limit HTTP purge connections to 15 minutes or 10K requests + per-connection. Otherwise they seem to live indefinitely, + which is bound to eventually trigger a bug in vhtcpd or + varnish somewhere. + Added queue_size and queue_max_size stats output. queue_size + is the current size at the moment of stats snapshot, whereas + max tracks the peak value since initialization (even a spike + between snapshots), and is reset on queue wipe due to overflow. 0.0.8 - 2013-07-02 Fixed HTTP response parsing bug that caused queue backlog diff --git a/README b/README index 5ffc314..f752289 100644 --- a/README +++ b/README @@ -18,8 +18,5 @@ ----------------------------------------------------------------------- 0) Could stand to split up our multicast addresses -1) Should look at whether we can get Varnish to allow keepalive on - the HTTP connections from this daemon for PURGE requests. Currently - it does Connection: close on every response. -2) Could consider future upgrade to something like PGM transport +1) Could consider future upgrade to something like PGM transport if we're facing any significant multicast loss at the network level. diff --git a/configure.ac b/configure.ac index 7175363..f634d10 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([vhtcpd],[0.0.8],[[email protected]],[vhtcpd],[https://gerrit.wikimedia.org/r/gitweb?p=operations/software/varnish/vhtcpd.git]) +AC_INIT([vhtcpd],[0.0.9],[[email protected]],[vhtcpd],[https://gerrit.wikimedia.org/r/gitweb?p=operations/software/varnish/vhtcpd.git]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([acaux]) AM_INIT_AUTOMAKE([1.11.3 dist-xz no-dist-gzip foreign tar-ustar -Wall]) -- To view, visit https://gerrit.wikimedia.org/r/79083 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id5554c2179afcd494055dda1d309d89b11367126 Gerrit-PatchSet: 1 Gerrit-Project: operations/software/varnish/vhtcpd Gerrit-Branch: master Gerrit-Owner: BBlack <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
