Skip to content
Snippets Groups Projects
Commit 96e42200 authored by Eric Cano's avatar Eric Cano
Browse files

Switched garbage collector from dedicated watcher to all watch all strategy.

The previous strategy was made under the assumption that we needed to lock sparingly.
With the introduction of lockfree strategy, this is not true anymore.
The new strategy will be immune from the A watches B, B watches A, both die, and
no one garbage collects them situation (also called cyclers in utility cta-objectstore-unfollow-agent).
parent d682c3c6
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment