devmadhuu opened a new pull request, #7600: URL: https://github.com/apache/ozone/pull/7600
## What changes were proposed in this pull request? This PR change is to update Recon OM Sync default configs values. Default configs for recon om sync are recommended based on recent performance test and evaluation of recon om sync process and underlying tasks execution speed. `Recommended configs default values:` ``` ozone.recon.om.snapshot.task.interval.delay -> 5s recon.om.delta.update.limit -> 50000 recon.om.delta.update.loop.limit -> 50 ``` Above are recommended and default configs for high write TPS workload in the range of approx 5k to achieve near real time sync between Recon and OM data. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11949 ## How was this patch tested? Tested manually with existing Junit test cases. -- 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]
