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

docs(object-store): add warning to flush #5369

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

wjones127
Copy link
Member

Which issue does this PR close?

Closes #5366.

Rationale for this change

As explained in the issue, there is a serious footgun in multi-part write that's worth documenting.

What changes are included in this PR?

Add a warning to the docs for put_multipart

Are there any user-facing changes?

This is just a documentation change.

@github-actions github-actions bot added the object-store Object Store Interface label Feb 6, 2024
object_store/src/lib.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@tustvold tustvold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor copy nit, thank you for this

wjones127 and others added 2 commits February 6, 2024 13:31
Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
@tustvold tustvold merged commit 5572398 into apache:master Feb 7, 2024
13 checks passed
@wjones127 wjones127 deleted the multi-part-spawn branch February 7, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multipart upload can leave futures unpolled, leading to timeout
2 participants