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)