albertogpz commented on a change in pull request #7407:
URL: https://github.com/apache/geode/pull/7407#discussion_r817991104
##########
File path:
geode-core/src/main/java/org/apache/geode/management/MemberMXBean.java
##########
@@ -877,6 +877,12 @@ String processCommand(String commandString, Map<String,
String> env,
*/
int getOffHeapFragmentation();
+ long getOffHeapFragments();
+
+ long getOffHeapFreedChunks();
+
+ int getOffHeapLargestFragment();
+
Review comment:
I tried having them with a default implementation (returning 0) but it
did not fix the issue with japicmp.
According to the discussion on the mailing list about this topic
(https://lists.apache.org/thread/jl4ykmyv7nzs5xd9q6vkmvj78vt4jwm5) I consider
it reasonable and harmless to add these new methods to the public interface.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]