]
William Burns updated ISPN-8545:
--------------------------------
Status: Open (was: New)
OffHeap size count doesn't work properly with VERSION or CUSTOM
metadata
------------------------------------------------------------------------
Key: ISPN-8545
URL:
https://issues.jboss.org/browse/ISPN-8545
Project: Infinispan
Issue Type: Bug
Components: Off Heap
Affects Versions: 9.2.0.Beta1, 9.1.3.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.2.0.Beta2, 9.1.4.Final
Off heap added a new getSize method on OffHeapEntryFactory. Unfortunately when using a
VERSION or CUSTOM metadata we are adding 4 to the metadataSize instead of the offsetSize.
This means that the value size is actually the metadata size on accident.
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/o...