-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gearmand 0.33 still required to run mod_gearman? #146
Comments
We are still running 0.33 on all our clients. Haven't found the time to test new releases yet. So please let me know if you find anything. |
Ok @sni , any strange behaviors we find I'll let you know, tks. |
Are you using Nagios or Naemon? we found that with [lib]gearman 1.12 we were having memory leak problems, but after downgrading to 0.33 they went away. |
Hey,
naemon, livestatus, mod_gearman and our own broker that uses gearman queues, so far it is working, but the test box has only 86 hosts and 543 services.
|
Just to bring this thread up a bit. gearmand after one day is at 97% CPU, using naemon, livestatus and mod_gearman-3.3., [root@opdev3 ~]# netstat -anp | grep gearmand | grep "ESTABLISHED" | wc -l We used to have gearmand 0.33 at 100% CPU when we had a worker in PHP that would loop for some reason connecting and disconnecting to gearmand. But that is not the case here. Any ideas I could try on this? []s. |
We upgraded gearman 0.33 to 1.x 12 months ago and only had a single issue so far (ConSol-Monitoring/omd#107). The reason was a gearman worker using timeout. PNP in that case. |
That as caused by a process that was opening connections to gearmand exhausting its available connections. Nothing to do with gearmand, but a behavior with PHP and the gearmand API in objects. It would not disconnect its connection. Related to this comment here Tks. |
Hello,
sometime ago the recommended gearmand version was a 0.33 patched that is provided on the console labs repos.
Should we still use that version or could we run mod_gearman with the epel centos7 provided version 1.1.12?
I am running a test machine since Friday and it is running without problems.
Tks.
The text was updated successfully, but these errors were encountered: