Skip to content
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

The lease maintenance process does not seem robust in the face of garbage-collection-enabled storage servers #217

Open
exarkun opened this issue Aug 2, 2021 · 0 comments

Comments

@exarkun
Copy link
Collaborator

exarkun commented Aug 2, 2021

ZKAPAuthorizer automatically renews leases for a set of reachable objects. For a while it tried to do this "shortly" before the leases expired. More recently (#215) it changed to wait at least until the leases expired. If an active lease means "keep this share" then waiting until after the leases expire means storage servers might decided not to keep shares the client still wants.

Additionally, if there is no running Tahoe-LAFS client node with the ZKAPAuthorizer plugin when lease expiration time comes around, there is nothing that will renew the leases.

These issues need to be dealt with so that ZKAPAuthorizer can reliably ensure that shares that are meant to be kept always have an active lease.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant