gearman / gearmand

http://gearman.org/
Other
740 stars 137 forks source link

missing messages from gearman queues #414

Closed duronrulez closed 1 month ago

duronrulez commented 1 month ago

So recently we've noticed that some messages send to gearman do not appear in the queue. We are using NOTICE logging mode which logs each time a message is accepted. For example:

 NOTICE 2024-09-26 12:49:21.000000 [  proc ] accepted,processSFTPFile,c00a0496-7c05-11ef-ad82-960d3204686f,0 -> libgearman-server/server.cc:321

In this case there is no issue and the message is correctly added to the queue and processed successfully. In this case though:

 NOTICE 2024-09-26 13:00:36.000000 [  proc ] accepted,processSftp,,0 -> libgearman-server/server.cc:321

Messages are "accepted", but they are not actually added to the gearman queue. We have no idea how long this has been going on, we enabled NOTICE logs recently due to a complaint of a missing message in the queue. Any ideas what may cause this?

Edit: Apparently this is not entirely the case, we do receive accepted logs for messages that do not get added, but it seems to not matter if the UUID is present or not.

duronrulez commented 1 month ago

The issue seem unrelated to gearman after all. Please disregard this.

esabol commented 1 month ago

The issue seem unrelated to gearman after all. Please disregard this.

Whew! Thank you!