-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
-
here
1and4are present in LRU-K replacer, both are marked as evictable and are accessed more thanktimes(k=2 in this example). As per LRU K logic1should be evicted instead of4since its backward k-distance is the greater then4. -
As per
SetEvictabledocumentation here if frame id is invalid it should throw an exception. Whereas in the test here it does handle the scenario which leads to failure of the tests. We should assert if this is raising an exception.
I have fixes ready in my local. I just want to make if these are valid issues and doesn't violate any policy before raising a PR.
Metadata
Metadata
Assignees
Labels
No labels