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
Add a zombieObjects type for tracking the lifecycle of zombie objects. Today
this is used for zombie sstable objects. With the introduction of blob files
(#112) we'll also need to track the lifecycle of zombie blob file objects.
Additionally, refactor the lifecycle so that a file is considered either zombie
or obsolete but not both. And avoid scanning the list of zombie objects on
every call to Metrics, instead incrementally maintaining stats on the
zombieObjects type.
0 commit comments