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
Then, nsqd will get stuck in the client topic/channel subscribe retry loop, seemingly indefinitely (long after the above loop finishes, and even after nsqd is signalled to exit gracefully):
from #1246
If consumers of ephemeral topics and channels come and go fast enough, for a short period of time, some can get stuck in indefinite retry loops.
Demo by @slayercat:
Start a simple stand-alone
nsqd
, and then build and run the demo above in a bash loop:Then, nsqd will get stuck in the client topic/channel subscribe retry loop, seemingly indefinitely (long after the above loop finishes, and even after nsqd is signalled to exit gracefully):
Some ideas:
The text was updated successfully, but these errors were encountered: