You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/02/25 22:17:18 UTC

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

Valentin Kulichenko created IGNITE-2726:
-------------------------------------------

             Summary: 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
            Reporter: Valentin Kulichenko
            Priority: Critical
             Fix For: 1.6


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}} is 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)