[master] 90952d584 I hope this won't start a commit-war with @Dridi :)

Nils Goroll nils.goroll at uplex.de
Mon Nov 18 14:48:07 UTC 2019


commit 90952d5846360d3f598e998786d858a7f7ac3dd5
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Nov 18 15:46:26 2019 +0100

    I hope this won't start a commit-war with @Dridi :)

diff --git a/bin/varnishtest/tests/c00096.vtc b/bin/varnishtest/tests/c00096.vtc
index 31443ac1e..23f6a4c87 100644
--- a/bin/varnishtest/tests/c00096.vtc
+++ b/bin/varnishtest/tests/c00096.vtc
@@ -42,10 +42,11 @@ varnish v1 -vcl+backend {
 	}
 } -start
 
-# XXX: there is a bug in the pool_herder logic that could
-# lead to over-breeding of threads resulting in more than
-# 10 threads. This is currently mitigated by increasing the
+# XXX: to minimize the amount of synchronization in the pool_herder
+# logic, it may over-breed threads, resulting in more than 10
+# threads. This is currently mitigated by increasing the
 # thread_pool_add_delay parameter.
+
 varnish v1 -expect MAIN.threads == 10
 
 client c1 {


More information about the varnish-commit mailing list