Description
Visor show that data is stored in Heap, while the data is in off heap:
Total: 1
Heap: 1
Off-Heap: 0
Off-Heap Memory: 0
while:
cache.localPeek("Key1", ONHEAP) == null
cache.localPeek("Key1", OFFHEAP) == Value
reproducer is attached.
Attachments
Attachments
Issue Links
- is a child of
-
IGNITE-5490 Implement replacement for obsolete CacheMetrics#getOffHeapAllocatedSize
- Open