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 Jul 21, 2021. It is now read-only.
I'm looking to use zookeeper as the distributed lock manager and would like to implement fencing in a multiple-writer situation. Since the sequence number from zookeeper is based on monotonic time, I'd like to have exposed the sequence number of the acquired lock.