Author Topic: Squid: WARNING: All url_rewriter processes are busy.  (Read 3783 times)

Escorpiom

  • Zen Hero
  • *****
  • Posts: 897
  • Karma: +25/-1
    • View Profile
Squid: WARNING: All url_rewriter processes are busy.
« on: November 19, 2011, 09:38:48 am »
In the Squid logs this message appears:

Code: [Select]
WARNING: All url_rewriter processes are busy.
WARNING: up to 15 pending requests queued
Consider increasing the number of url_rewriter processes to at least 20 in your config file.

I looked in squid.conf.mas and at line 31 it states:

Code: [Select]
$urlRewriteProgram => undef
How can I define the urlRewriteProgram and subsequently, get rid of the errors?

Cheers.

Add some extra info:
I found  this on the web, it seems that on Linux the package can be compiled (or should I say "build") with these options
Code: [Select]
Squid 2.6: --with-maxfd=65536
Squid 3.x: --with-filedescriptors=65536
replace 65536 with the number of rewriters you want.

This is annoying because everytime it happens, it stalls pages loading and the delay is noticeable.
I suspect that our Zentyal Squid wasn't compiled with this option. I would really like some feedback from the devs, I'm willing to open a bugreport in the tracker if it's necessary.
« Last Edit: November 20, 2011, 05:58:51 am by Escorpiom »
Marcus' Rule:
Blanks & capitals = avoid it and you'll avoid problems...

tunsa

  • Zen Samurai
  • ****
  • Posts: 350
  • Karma: +15/-1
    • View Profile
Re: Squid: WARNING: All url_rewriter processes are busy.
« Reply #1 on: October 23, 2015, 01:45:51 pm »
Hello!
Whether it was possible to solve this problem?
If yes, please describe in detail how?
Version of squid 2.7
Or just the problem can be solved in assembling squid or have more options?
Thank you in advance

my log
Code: [Select]
2015/10/23 16:37:56| Ready to serve requests.
2015/10/23 16:39:25| WARNING: All url_rewriter processes are busy.
2015/10/23 16:39:25| WARNING: up to 13 pending requests queued
« Last Edit: October 23, 2015, 01:52:50 pm by tunsa »