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

memory: Cache needs to periodically compact #92

Open
AndreasBergmeier6176 opened this issue Sep 16, 2024 · 1 comment
Open

memory: Cache needs to periodically compact #92

AndreasBergmeier6176 opened this issue Sep 16, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists needs investigation It looks as though have all the information needed but investigation is required

Comments

@AndreasBergmeier6176
Copy link
Contributor

Currently it only compacts on mutation - which leaves long expired keys in while also ignoring compaction_interval.
Either compaction_interval needs to be removed or it needs to honor the compaction_interval regardless of mutation.

@mihaitodor
Copy link
Collaborator

Hey @AndreasBergmeier6176 👋 That sounds like a duplicate of redpanda-data/connect#1993. There's also redpanda-data/connect#2404 where @Jeffail mentioned the other caches which may be worth looking at.

@mihaitodor mihaitodor added duplicate This issue or pull request already exists needs investigation It looks as though have all the information needed but investigation is required labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists needs investigation It looks as though have all the information needed but investigation is required
Projects
None yet
Development

No branches or pull requests

2 participants