[ 
https://issues.apache.org/jira/browse/IGNITE-5461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16044691#comment-16044691
 ] 

Mikhail Cherkasov commented on IGNITE-5461:
-------------------------------------------

"cache.metrics().getOffHeapEntriesCount();" returns 0, so looks like it doesn't 
related with Visor.

> Visor shows wrong statistics for off heap memory
> ------------------------------------------------
>
>                 Key: IGNITE-5461
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5461
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Mikhail Cherkasov
>            Assignee: Alexey Kuznetsov
>             Fix For: 2.1
>
>         Attachments: CreateCache.java, visor-config.xml
>
>
> 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)

Reply via email to