jkominek / fdbfs

A not-yet-ready-for-use FoundationDB-backed FUSE filesystem. Seriously, don't use it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liveness-aware garbage collection

jkominek opened this issue · comments

The garbage collector should make use of live process information from the liveness management system, to ensure it doesn't collect anything early.

See notes on #2, which this depends on.