Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
aac3538d
Commit
aac3538d
authored
Nov 28, 2022
by
Nils Goroll
Committed by
Poul-Henning Kamp
Nov 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hint to the parameter relevant for watchdog panic
Motivated by #3868
parent
399c0a48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cache_wrk.c
bin/varnishd/cache/cache_wrk.c
+2
-1
No files found.
bin/varnishd/cache/cache_wrk.c
View file @
aac3538d
...
...
@@ -629,7 +629,8 @@ pool_herder(void *priv)
VSL
(
SLT_Error
,
NO_VXID
,
"Pool Herder: Queue does not move ql=%u dt=%f"
,
pp
->
lqueue
,
VTIM_mono
()
-
dqt
);
WRONG
(
"Worker Pool Queue does not move"
);
WRONG
(
"Worker Pool Queue does not move"
" - see thread_pool_watchdog parameter"
);
}
wthread_min
=
cache_param
->
wthread_min
;
if
(
pp
->
die
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment