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

assemble: correct handling of fragment length #1714

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

jgraettinger
Copy link
Member

@jgraettinger jgraettinger commented Oct 17, 2024

This feature is unused but has been broken, because we expect users to provide length limits in MBs but then cast them to bytes.

Fix it to consistently interpret length as MB which are mapped into bytes when assembling JournalSpecs.

Workflow steps:

(How does one use this feature, and how has it changed)

Documentation links affected:

(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable

This feature is unused but has been broken, because we expect users to
provide length limits in MBs but then cast them to bytes.

Fix it to consistently interpret length as MB which are mapped into
bytes when assembling JournalSpecs.
@jgraettinger jgraettinger added the change:unplanned This change is unplanned, useful for things like docs label Oct 17, 2024
@jgraettinger jgraettinger merged commit fcc99e8 into master Oct 17, 2024
3 checks passed
@jgraettinger jgraettinger deleted the johnny/fix-length branch October 17, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change:unplanned This change is unplanned, useful for things like docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants