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
If the memcached server is restarted after the client has already opened a socket connection, the next client request causes the application to exit.
Note that this problem only seems to occur when using a remote memcached server, e.g. in a remote Docker server. I have not been able to reproduce when running locally.
Any updates on this one? I'm trying to added Memjs to RedwoodJS and I'm seeing something similar: if the memcached server goes away the next request just hangs forever. :(
If the memcached server is restarted after the client has already opened a socket connection, the next client request causes the application to exit.
Note that this problem only seems to occur when using a remote memcached server, e.g. in a remote Docker server. I have not been able to reproduce when running locally.
Sample code that helps demonstrate the problem:
While this is running,
docker restart memcached
on the remote server and you should see the process exit with no errors.The text was updated successfully, but these errors were encountered: