]
William Burns updated ISPN-8419:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Off Heap peek doesn't do a peek and reorders lru nodes
------------------------------------------------------
Key: ISPN-8419
URL:
https://issues.jboss.org/browse/ISPN-8419
Project: Infinispan
Issue Type: Sub-task
Components: Off Heap
Affects Versions: 9.2.0.Alpha1
Reporter: William Burns
Fix For: 9.2.0.Alpha2
Currently the peak operation has to reorder lru nodes, which causes extra locking that
isn't needed. We need to implement peek that doesn't do this.