sumitagrawl commented on code in PR #5891:
URL: https://github.com/apache/ozone/pull/5891#discussion_r1448301026
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/metrics/OzoneManagerStateMachineMetrics.java:
##########
@@ -63,16 +62,6 @@ public static synchronized OzoneManagerStateMachineMetrics
create() {
}
}
- @VisibleForTesting
- public long getApplyTransactionMapSize() {
- return applyTransactionMapSize.value();
Review Comment:
applyTransactionMapSize and ratisTransactionMapSize is not more required to
be exposed now, we can expose number of double buffer transaction as pending
transactions `ozoneManagerDoubleBuffer.getFlushedTransactionCount()`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]