Mailing List Archive

r1222 - trunk/varnish-cache/redhat
Author: ingvar
Date: 2006-11-08 10:03:40 +0100 (Wed, 08 Nov 2006)
New Revision: 1222

Modified:
trunk/varnish-cache/redhat/varnish.initrc
trunk/varnish-cache/redhat/varnish.sysconfig
Log:
Removed the usage of -w in the initscript until that bug is fixed in varnishd

Modified: trunk/varnish-cache/redhat/varnish.initrc
===================================================================
--- trunk/varnish-cache/redhat/varnish.initrc 2006-11-08 08:59:20 UTC (rev 1221)
+++ trunk/varnish-cache/redhat/varnish.initrc 2006-11-08 09:03:40 UTC (rev 1222)
@@ -21,9 +21,11 @@
-f ${VARNISH_VCL_CONF} \
-T ${VARNISH_ADMIN_LISTEN_ADDRESS}:${VARNISH_ADMIN_LISTEN_PORT} \
-t ${VARNISH_TTL} \
- -w ${VARNISH_MIN_WORKER_THREADS},${VARNISH_MAX_WORKER_THREADS},${VARNISH_WORKER_THREAD_TIMEOUT} \
-s ${VARNISH_BACKEND_STORAGE}"

+# Note: The set of working threads is temporary broken in varnish-1.0.2.
+# This will be fixed in an upcoming release
+# -w ${VARNISH_MIN_WORKER_THREADS},${VARNISH_MAX_WORKER_THREADS},${VARNISH_WORKER_THREAD_TIMEOUT} \

mkdir -p /var/run/varnish 2>/dev/null


Modified: trunk/varnish-cache/redhat/varnish.sysconfig
===================================================================
--- trunk/varnish-cache/redhat/varnish.sysconfig 2006-11-08 08:59:20 UTC (rev 1221)
+++ trunk/varnish-cache/redhat/varnish.sysconfig 2006-11-08 09:03:40 UTC (rev 1222)
@@ -20,6 +20,9 @@
VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1
VARNISH_ADMIN_LISTEN_PORT=6082

+# Note: The working set of threads is temporary broken in
+# varnish-1.0.2. The following 3 entries will not be used.
+# This will be fixed in an upcoming release

# The minimum number of threads to start
VARNISH_MIN_WORKER_THREADS=1
r1222 - trunk/varnish-cache/redhat [ In reply to ]
ingvar at projects.linpro.no writes:
> Log:
> Removed the usage of -w in the initscript until that bug is fixed in varnishd

I really wish you had consulted with me before committing this. There
is nothing wrong with -w in 1.0.2.

DES
--
Dag-Erling Sm?rgrav
Senior Software Developer
Linpro AS - www.linpro.no