Commit aac3538d authored by Nils Goroll's avatar Nils Goroll Committed by Poul-Henning Kamp

Hint to the parameter relevant for watchdog panic

Motivated by #3868
parent 399c0a48
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment