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

[jira] [Created] (IGNITE-3715) Incorrect Hibernate L2 cache statistics

Valentin Kulichenko created IGNITE-3715:
-------------------------------------------

             Summary: Incorrect Hibernate L2 cache statistics
                 Key: IGNITE-3715
                 URL: https://issues.apache.org/jira/browse/IGNITE-3715
             Project: Ignite
          Issue Type: Bug
          Components: Hibernate L2 cache
    Affects Versions: 1.7
            Reporter: Valentin Kulichenko
            Priority: Minor


These methods on {{SecondLevelCacheStatistics}} return incorrect data:

* {{getElementCountInMemory()}} - returns only local node's cache size (zero on client), not the global cache size.
* {{getEntries()}} - always returns empty map, even if there is data in cache.



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