Hi, I have captured below two ignite cache metrics. 1) igniteCache.metrics().getSize() 2)igniteCache .metrics().getOffHeapEntriesCount()
I started three nodes with distrusted load. When I started filling the cache I observed OffHeapEntries counts are approximately double of cache size. Why offHeapEntries count are approximately double? Is offHeapEntries includes primary count plus backup counts? Thanks, Akash
