Actions
Feature #4941
openLRU policy: adopt entries from another policy
Status:
New
Priority:
Normal
Assignee:
-
Category:
Tables
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
2.00 h
Description
When tables.cs_policy
is changed to "lru" upon configuration reload, the LRU policy should adopt existing CS entries from another policy.
It should treat all entries as if they have been used in an unspecified order.
Updated by Junxiao Shi over 5 years ago
Until #3361, evicting entries during enumeration is not possible. Thus, the LRU policy must admit all entries during adoption.
Updated by Junxiao Shi over 5 years ago
- Blocked by Feature #4940: Runtime cache policy change added
Actions