SaketaChalamchala opened a new pull request, #10385: URL: https://github.com/apache/ozone/pull/10385
## What changes were proposed in this pull request? Increasing the following snapshot diff thresholds because these medium jobs have run into these limit pretty quickly during observation. - Increasing `ozone.om.snapshot.diff.max.allowed.keys.changed.per.job=1Billion1`(current default os 10M) because this only represents an estimated number of keys to iterate which is just the sum of number of entries in the delta SST files. It's not the actual number of key we iterate with the bucket prefix to calculate the diff or the actual diff size. - Increasing `ozone.om.snapshot.diff.max.page.size=5000`(current default is 1000) because currently both default page size and max page size have the same limit. It makes sense to have max > default so that default can be increased without having to change max too often. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15313 ## How was this patch tested? Existing tests to should run successfully. -- 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]
