Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Make KV file read/write ops exclusive to avoid races between ops on the same disk #678

Closed
govint opened this issue Nov 2, 2016 · 1 comment

Comments

@govint
Copy link
Contributor

govint commented Nov 2, 2016

This issue is for investigation at this point and changes will be made if proven. With the ability to handle multiple ops via threads we may be seeing issues where the KV is being updated by one thread and another thread read the same or accessing before even the KV is initialized. For now we don't have such cases happening, this issue is to run tests and verify if that can happen and ensure exclusive access to the KV.

@govint govint added this to the v1 GA milestone Nov 2, 2016
@govint govint self-assigned this Nov 2, 2016
@govint
Copy link
Contributor Author

govint commented Nov 7, 2016

Looks like @brunotm is getting a PR with changes to support exclusive access to KV ops, closing this issue.

@govint govint closed this as completed Nov 7, 2016
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

1 participant