Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Abstract out remote segemnt garbage collection #13223

Open
sachinpkale opened this issue Apr 16, 2024 · 0 comments
Open

[Feature Request] Abstract out remote segemnt garbage collection #13223

sachinpkale opened this issue Apr 16, 2024 · 0 comments
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Remote

Comments

@sachinpkale
Copy link
Member

Is your feature request related to a problem? Please describe

  • Currently, remote segment garbage collection is tightly coupled with RemoteStoreRefreshListener and has a fixed logic where the deletion is triggered post commit.
  • Ideally, garbage collection should be a separate flow and should not be coupled with RemoteStoreRefreshListener.
  • It is also possible to have different triggers to the garbage collection like time based, size based etc.
  • It shold also be possible to turn off the garbage collection completely where user wants to control it externally.

Describe the solution you'd like

  • Abstract out logic for remote segment garbage collection where a specific garbage collection implementation can be plugged without changing RemoteStoreRefreshListener.

Related component

Storage:Remote

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Remote
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant