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
but in case all processes quit, we may end up with usecount == 0 but SHM not cleared, and fd_server not quit. In this case we may not be able to attach again until fd_server quits due to timeout.
Also check that no one is updating "alive" timestamp so that fd_server really does quit. I am suspicious about long timeouts at sps
The text was updated successfully, but these errors were encountered:
grandrew
changed the title
Investigate what happens when all processes quit at server side
possible temporary lock-out of connections until fd_server quits
Mar 13, 2016
in
tunnel.c
we have this to search for the SHM index to attach:but in case all processes quit, we may end up with
usecount == 0
but SHM not cleared, and fd_server not quit. In this case we may not be able to attach again until fd_server quits due to timeout.Also check that no one is updating "alive" timestamp so that fd_server really does quit. I am suspicious about long timeouts at sps
The text was updated successfully, but these errors were encountered: