Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

retry the lock operation only when someone else is holding the lock #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pureneelesh
Copy link
Contributor

What this PR does / why we need it:

We were retrying the lock operation for 5 minutes on all the errors. Create()
ends up calling LeaseWithRetries() which has 30 retries with 2 sec sleep.
If kvdb is down, the 5 min wait was causing unnecessary delay. Now, we use
the 5 minutes timeout only when someone is holding the lock.

Which issue(s) this PR fixes (optional)
Closes #

Special notes for your reviewer:

We were retrying the lock operation for 5 minutes on all the errors. Create()
ends up calling LeaseWithRetries() which has 30 retries with 2 sec sleep.
If kvdb is down, the 5 min wait was causing unnecessary delay. Now, we use
the 5 minutes timeout only when someone is holding the lock.

Signed-off-by: Neelesh Thakur <neelesh.thakur@purestorage.com>
@pureneelesh pureneelesh requested a review from adityadani May 17, 2021 22:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant