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 has been 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.
The text was updated successfully, but these errors were encountered:
MrWinstead
added a commit
to MrWinstead/go-zookeeper
that referenced
this issue
Jan 20, 2019
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.
The text was updated successfully, but these errors were encountered: