Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Degradation - Other Exception
-
Normal
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
When the denylist fails its initial load it can return a value of null for a key in the cache. The BoundedLoadingCache implementation that is used treats null as missing and will end up trying to load the key on reads. Besides the performance impact this can also lead to significant log spam leading to disk or CPU usage issues.
Attachments
Issue Links
- relates to
-
CASSANDRA-12106 Add ability to blocklist / denylist a CQL partition so all requests are ignored
- Resolved