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

TTL rows never removed from Index #41

Open
grom358 opened this issue Jan 22, 2025 · 0 comments
Open

TTL rows never removed from Index #41

grom358 opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@grom358
Copy link

grom358 commented Jan 22, 2025

If you insert rows using TTL after the TTL expires it is never removed from the Lucene index. If you query with JMX the number of documents, it is still there. Also tried force merge of segments and refreshing index but none of these operations would remove the expired documents from the Lucene index even though they no longer existed in the base table. The only way I found to remove them was to rebuild the index with nodetool rebuild_index

@cjrolo cjrolo added the bug Something isn't working label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants