aswinshakil commented on code in PR #4543:
URL: https://github.com/apache/ozone/pull/4543#discussion_r1160052074
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/AbstractKeyDeletingService.java:
##########
@@ -244,4 +422,35 @@ public ScmBlockLocationProtocol getScmClient() {
public AtomicLong getRunCount() {
return runCount;
}
Review Comment:
We can, this is also being used in other parts for incrementing as well, so
we might need to create another method just to return the `runCount`. So I
think it should be fine this way.
--
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]