Skip to content

Implement bounded staging-store reaper #882

Description

@niteshpurohit

Objective

Remove expired and abandoned staging state with bounded background work.

Acceptance Criteria

The reaper removes:

  • expired published entries;
  • abandoned/incomplete transactions;
  • orphan blobs;
  • orphan sidecars; and
  • incompatible/corrupt state according to safe cleanup policy.

Additional requirements:

  • bounded entries/bytes/time per sweep;
  • pressure-aware scheduling;
  • safe reader/reaper races;
  • configurable normal TTL;
  • hard maximum-age/backstop default of 24 hours.

Technical Considerations

  • Reaper work is reconstructible maintenance and yields under data-plane pressure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions