Skip to content
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

process hangs after close() #348

Open
yofreke opened this issue Jun 25, 2019 · 0 comments
Open

process hangs after close() #348

yofreke opened this issue Jun 25, 2019 · 0 comments

Comments

@yofreke
Copy link

yofreke commented Jun 25, 2019

My process fails to connect to a memcache server in test logic, then the process hangs. I am calling memcached.end();, but the process still hangs.

After debugging with node debugger, and wtfnode, I was able to determine that memcached was generating a couple timers in connection.js.

After waiting 5 minutes (the failuresReset timeout), the process exits as expected.

Ideally memcache.end also closes any in-process timers, so the process may exit.

yofreke added a commit to play-co/memcached that referenced this issue Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant