SaketaChalamchala commented on code in PR #8677:
URL: https://github.com/apache/ozone/pull/8677#discussion_r2243425464


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/utils/BackgroundService.java:
##########
@@ -122,13 +122,24 @@ protected synchronized void setInterval(long newInterval, 
TimeUnit newUnit) {
 
   public abstract BackgroundTaskQueue getTasks();
 
+  protected void execTaskCompletion() { }

Review Comment:
   I added this so that it might be useful to perform post task completion 
steps like updating last run metrics or incrementing run count or processing 
the result of the background tasks if necessary



-- 
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]

Reply via email to