Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
Since trySkipCache returns an errno rather than -1 and setting errno like our other CLibrary calls, it's thread-safe and we could print out more helpful information if we failed to prompt the kernel to skip the page cache. That system call should always succeed unless we have an invalid fd as it's free to ignore us.
Commit log lag is already rate limited by its own implementation. Convert to use NoSpamLogger.
Attachments
Attachments
Issue Links
- relates to
-
CASSANDRA-9029 Add utility class to support for rate limiting a given log statement
- Resolved