You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2016/08/23 03:21:20 UTC

[jira] [Updated] (IGNITE-2726) Visor shows zero size for OFFHEAP_TIERED cache

     [ https://issues.apache.org/jira/browse/IGNITE-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Konstantinov updated IGNITE-2726:
---------------------------------------
    Assignee: Vasiliy Sisko

> Visor shows zero size for OFFHEAP_TIERED cache
> ----------------------------------------------
>
>                 Key: IGNITE-2726
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2726
>             Project: Ignite
>          Issue Type: Bug
>          Components: visor
>    Affects Versions: sprint-1
>            Reporter: Valentin Kulichenko
>            Assignee: Vasiliy Sisko
>            Priority: Critical
>              Labels: community, customer
>             Fix For: 1.6
>
>         Attachments: IGNITE_2726_Offheap_size_in_cache_information_.patch
>
>
> To reproduce:
> 1. Change cache memory mode in {{CachePutGetExample}} to {{OFFHEAP_TIERED}}.
> 2. Run the example.
> 3. Connect with Visor and run {{cache -a}} command. See result below - number of entries is zero. With {{ONHEAP_TIERED}} it shows the correct cache size.
> {noformat}
> visor> cache -a
> Time of the snapshot: 02/25/16, 13:10:44
> +==============================================================================================================+
> |         Name(@)         |    Mode     | Nodes |  Entries  |    Hits    |  Misses   |   Reads    |   Writes   |
> +==============================================================================================================+
> | CachePutGetExample(@c0) | PARTITIONED | 1     | min: 0    | min: 40    | min: 0    | min: 40    | min: 40    |
> |                         |             |       | avg: 0.00 | avg: 40.00 | avg: 0.00 | avg: 40.00 | avg: 40.00 |
> |                         |             |       | max: 0    | max: 40    | max: 0    | max: 40    | max: 40    |
> +--------------------------------------------------------------------------------------------------------------+
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)