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 EDSStore's DAGStore dependency has a GarbageCollector semantics for cleaning out removed/broken/transient Shards. In our case, it becomes more relevant after implementing #1110 but is still helpful if Shards accidentally enter the failed state.
Implementation details
Internally one goroutine periodically calls the GC method.
Context
The
EDSStore
'sDAGStore
dependency has a GarbageCollector semantics for cleaning out removed/broken/transient Shards. In our case, it becomes more relevant after implementing #1110 but is still helpful if Shards accidentally enter the failed state.Implementation details
Internally one goroutine periodically calls the GC method.
NOTES
Refs
Depends on #1107
Depends on #1110
The text was updated successfully, but these errors were encountered: