peterxcli opened a new pull request, #8376: URL: https://github.com/apache/ozone/pull/8376
## What changes were proposed in this pull request? As https://github.com/apache/ozone/pull/8157 added the snapshot limit check and we want to support for larger snapshot feature scale, so the default snapshot limit needs to be increased. The current snapshot total limit of 1000 is too low. We already have users running with thousands of snapshots, and we plan to scale up further. So we should find a higher limit that's appropriate. @jojochuang said he was discussing about this one with @swamirishi, that the system hard limit is potentially 65000 due to Linux kernel allowing up to 65000 hard links per file. So somewhere between 10k and 65k, So Let's set the limit to 65k. https://en.wikipedia.org/wiki/Hard_link#Limitations ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12948 ## How was this patch tested? Only default value changed. CI: https://github.com/peterxcli/ozone/actions/runs/14790192686 -- 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]
