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
What happens if a lock holder dies between lock and unlock (orchestrator can execute kill -9 )? Maybe sessionMap.lock(..) with leaseTime would be better?
The text was updated successfully, but these errors were encountered:
borneolang
changed the title
IMap.lock/unlock pairs in HazelcastSessionManager
IMap.lock/unlock in HazelcastSessionManager
Jan 30, 2021
For example, we have such code snippet in findSession:
What happens if a lock holder dies between lock and unlock (orchestrator can execute
kill -9
)? Maybe sessionMap.lock(..) with leaseTime would be better?The text was updated successfully, but these errors were encountered: