Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In order to measure how many put() operations are rejected after implementing OAK-4882 we need to gather three new stats:
- put entries rejected because they have been already read from the persistence cache,
- put entries rejected because they were not used,
- put entries rejected because the queue is full.
The new stats should be disabled by default and enabled by PersistentCacheStats.rejectedPut.
Attachments
Issue Links
- is duplicated by
-
OAK-2686 Persistent cache: log activity and timing data, and possible optimizations
- Resolved