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

Support ownership transfer for RW modes #29

Open
ilumsden opened this issue Jul 13, 2023 · 0 comments
Open

Support ownership transfer for RW modes #29

ilumsden opened this issue Jul 13, 2023 · 0 comments

Comments

@ilumsden
Copy link
Collaborator

When opening a file in any read/write mode (e.g., r+, w+, and a+ for fopen), we should transfer ownership. This would involve the following steps:

  1. Transfer the file from producer to consumer, if needed
  2. Remove the KVS entry for the file
  3. Create a new KVS entry for the file with the owner being the consumer
  4. Open the file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant