You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: