[jira] [Created] (IGNITE-5461) Visor show wrong statistics for off heap memory

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-5461) Visor show wrong statistics for off heap memory

Anton Vinogradov (Jira)
Mikhail Cherkasov created IGNITE-5461:
-----------------------------------------

             Summary: Visor show wrong statistics for off heap memory
                 Key: IGNITE-5461
                 URL: https://issues.apache.org/jira/browse/IGNITE-5461
             Project: Ignite
          Issue Type: Bug
            Reporter: Mikhail Cherkasov
            Assignee: Alexey Kuznetsov


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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)