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

[v24.1.x] cst/config: Disable trim carryover #21570

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #21556

The trim carryover feature remembers items to be trimmed to quickly free
up space on trim without going to disk.

With access tracker based trim, carryover can remove files, the updates
to the inner data structure of access tracker can be pending and the
tracker can try to delete these files again. This can potentially result
in error logs due to double-delete of files.

The carryover limit is set to 0 so that the list does not carry any
items. A user can still set the list to some value and enable the
feature, but this can result in error logs.

(cherry picked from commit 71210aa)
@vbotbuildovich vbotbuildovich requested a review from a team as a code owner July 22, 2024 16:10
@vbotbuildovich vbotbuildovich added this to the v24.1.x-next milestone Jul 22, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jul 22, 2024
@vbotbuildovich vbotbuildovich requested a review from abhijat July 22, 2024 16:10
@piyushredpanda piyushredpanda merged commit 62a7617 into redpanda-data:v24.1.x Jul 22, 2024
15 of 18 checks passed
@piyushredpanda piyushredpanda modified the milestones: v24.1.x-next, v24.1.12 Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants