Skip to content
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

Update data section movement when file header extent grows #137

Merged
merged 5 commits into from
Mar 20, 2024
Merged

Conversation

wkliao
Copy link
Member

@wkliao wkliao commented Mar 20, 2024

When file header extent size grows, data section needs to be moved to a higher offset.
This PR moves data section by dividing the data amount to be moved among all ranks.
If the divided amount is larger than MOVE_UNIT (set to 64 MiB in this PR), then the
movement is done in multiple rounds, one chunk at a time. The chunk size has an
upper bound of MOVE_UNIT.

@wkliao wkliao merged commit 3013667 into master Mar 20, 2024
4 checks passed
@wkliao wkliao deleted the move_64M branch March 21, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant