-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lease not found on one member of cluster after restart #12651
Comments
Could you try this PR #12531 and see if this issue still occurs? |
@jiapeish It didn't work. |
@tangcong Hi.
For now we just removed usage of leases from our application. And it works fine. But we have to manage expiration logic and some other logic by application. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Hi.
We have a problem. After unexpected restart service/reboot one member of the cluster, this member returns to the cluster and missing a lot of leases and as a result a lot of keys (lease not found on add/update and not found on get keys). On other hand other two members work properly and have such leases => keys.
Our configuration is 3 members cluster, etcd version 3.4.13
From clent side is Include="dotnet-etcd" Version="4.1.1"
Usage flow:
Logs from members of cluster.
logs.zip
The text was updated successfully, but these errors were encountered: