aryangupta1998 commented on PR #8003:
URL: https://github.com/apache/ozone/pull/8003#issuecomment-2697227362

   @adoroszlai, the 
dirDeletingServiceInterval(ozone.directory.deleting.service.interval) and 
blockDeletingServiceInterval(ozone.block.deleting.service.interval) are used by 
the background services to determine the intervals between their execution. 
These intervals, apart from being used in tests, are configured for the 
background services that delete directories and blocks. The background service 
uses scheduleWithFixedDelay to schedule the tasks with the specified intervals.
   `public void start() {
       exec.scheduleWithFixedDelay(service, 0, interval, unit);
   }`


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