[ 
https://issues.apache.org/jira/browse/CASSANDRA-20068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-20068:
------------------------------------------
    Fix Version/s: 5.0.3
                       (was: 5.0.x)

> Add flag to avoid invalidating key cache on file deletion
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-20068
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20068
>             Project: Apache Cassandra
>          Issue Type: Improvement
>          Components: Local/Compaction
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>            Priority: Normal
>             Fix For: 5.0.3, 5.1-alpha1
>
>         Attachments: ci_summary-1.html, ci_summary.html, 
> image-2024-11-15-10-33-32-322.png, screenshot-1.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> CASSANDRA-17056 changed the way we invalidate key cache when deleting 
> sstables after compaction. It now iterates over all the keys in the keycache 
> and deletes the key if it is for the current sstable.
> It can potentially take several seconds per deleted sstable to do this.
> Patch attached which disables this by default, but can be turned on if anyone 
> relies on this.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to