ArafatKhan2198 commented on PR #4880: URL: https://github.com/apache/ozone/pull/4880#issuecomment-1602800801
> @ArafatKhan2198 Thanks working over this, have a query; > > * can this be done over event of SCM db sync or SCM db update? instead of running every 60 second ? Thanks for the response @sumitagrawl Currently, all the Recon SCM Tasks run on configurable intervals, and we do not have a framework similar to the one implemented for Om-Db that supports both `Full-Snapshots` and `Delta-Updates`. Many members of the community have requested this feature, since this will be a completely new requirement we are planning to address it in separate JIRA tasks very soon. However, at present, we have to rely on time intervals to execute this task, similar to how the other SCM tasks are handled. -- 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]
