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

[grpc] investigate DB lock files #52

Open
okayzed opened this issue May 26, 2018 · 0 comments
Open

[grpc] investigate DB lock files #52

okayzed opened this issue May 26, 2018 · 0 comments

Comments

@okayzed
Copy link
Collaborator

okayzed commented May 26, 2018

The DB lock files will no longer work as expected when using multiple queries or ingestions in a single sybil process, because they use the PID to coordinate and figure out the owner of the lock.

This task is to adjust the locks: ingest, digest, info and cache (see the sybil implementation page for what they do) to be protected internally against contention from other threads. It might mean adding a mutex or otherwise solving this issue.

(refs #38)

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