You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amit Pundir (JIRA)" <ji...@apache.org> on 2017/07/18 12:18:00 UTC

[jira] [Commented] (IGNITE-5461) Visor shows wrong statistics for off heap memory

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

Amit Pundir commented on IGNITE-5461:
-------------------------------------

How do I get this fix? I am using 2.0 and the fix date is as of June end. 

> 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
>          Components: cache
>    Affects Versions: 2.0
>            Reporter: Mikhail Cherkasov
>            Assignee: Alexey Kuznetsov
>              Labels: important
>             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.4.14#64029)