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
{{ message }}
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
Instead of using a global etcd session create a new etcd session
everytime a lock is created.
If we use existing session every time when a lock is created then
etcd lock will use same leaseId. It leads to faulty lock behaviour.
Signed-off-by: Oshank Kumar <[email protected]>
0 commit comments