You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing these random messages appear in my CLI script which seem to point back to libgearman.
I know that current EPEL version of libgearman is much older than is on git.
Is this an issue that has been fixed since or some other bug?
Ive looked at the PROTOCOL text file and it does not mention GEARMAN_TEXT command, I can see there is (unused) where I think it would be.
What sort of messages are passed though this command?
PHP Warning: GearmanWorker::work(): gearman_worker_grab_job(GEARMAN_UNEXPECTED_PACKET) unexpected packet:GEARMAN_TEXT -> libgearman/worker.cc:879: pid(18080) in /home/ips/console/common-gm.php on line 65
Warning: GearmanWorker::work(): gearman_worker_grab_job(GEARMAN_UNEXPECTED_PACKET) unexpected packet:GEARMAN_TEXT -> libgearman/worker.cc:879: pid(18080) in /home/ips/console/common-gm.php on line 65
The text was updated successfully, but these errors were encountered:
Is this an issue that has been fixed since or some other bug?
Well, I haven't seen it, and I'm using a semi-recent libgearman that I compiled from the GitHub repo here. However, I'm also using a PHP extension that I modified and compiled myself from https://github.com/esabol/pecl-gearman7. 🤷
Well, the only way to tell would be to compile your own libgearman and probably your own PHP extension and see if you can reproduce it. The libgearman you are using is 7.5 years old, and there have been 8 releases since then.
I am seeing these random messages appear in my CLI script which seem to point back to libgearman.
I know that current EPEL version of libgearman is much older than is on git.
Is this an issue that has been fixed since or some other bug?
Ive looked at the PROTOCOL text file and it does not mention GEARMAN_TEXT command, I can see there is (unused) where I think it would be.
What sort of messages are passed though this command?
libgearman-1.1.12-18.el7.x86_64
php74-php-pecl-gearman-2.1.0-1.el7.remi.x86_64
The text was updated successfully, but these errors were encountered: