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
@YuleiXiao yes, the ttl is attached to the client's Session. It's currently hard-coded to 1 minute, there's an open issue to make it configurable (#5989)
I see the document https://godoc.org/github.com/coreos/etcd/clientv3/concurrency.
etcd
clientv3
has its ownMutex
, but there is not ttl forMutex.Lock()
.The text was updated successfully, but these errors were encountered: