Re: JMX-MBean Reports OffHeapAllocatedSize as zero

2018-04-11 Thread Christoph Weißenborn
Hi Val and others, same behavior with Ignite 2.4.0, MBean-CacheMetrics always report OffHeapAllocatedSize zero. Is this a bug, a feature/expected? Can I somehow change setup to get a metric for off heap usage? KR, Christoph -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: JMX-MBean Reports OffHeapAllocatedSize as zero

2018-04-11 Thread Christoph Weißenborn
Hi, I step into the code and ended up in this method in IgniteCacheOffheapManagerImpl: @Override public long offHeapAllocatedSize() { // TODO GG-10884. return 0; } Is ticket GG-10884 about resolving this TODO or did it introduced this TODO? Is there a schedule for this TOD