-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ENH]: add batch get version file paths method to Sysdb #4432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
ab87d31
to
7e6889e
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7e6889e
to
ea31ef5
Compare
ea31ef5
to
4d29f0d
Compare
4d29f0d
to
0d136b9
Compare
Add Batch Get Version File Paths Method to SysDB This PR adds a new method to SysDB that allows retrieving version file paths for multiple collections in a single call. This functionality is needed for garbage collection of collections in a fork tree, as it requires reading version files of all nodes in the tree. Key Changes: Affected Areas: This summary was automatically generated by @propel-code-bot |
Description of changes
Needed when garbage collecting a collection in a fork tree, because we need to read the version files of all other nodes in the tree.
Test plan
How are these changes tested?
Added a test.
Documentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs section?
n/a