Skip to content

fix(memory): fix out-of-order multipart upload for in-memory store#683

Merged
crepererum merged 3 commits into
apache:mainfrom
dentiny:hjiang/fix-memory-out-of-order
Apr 7, 2026
Merged

fix(memory): fix out-of-order multipart upload for in-memory store#683
crepererum merged 3 commits into
apache:mainfrom
dentiny:hjiang/fix-memory-out-of-order

Conversation

@dentiny

@dentiny dentiny commented Apr 5, 2026

Copy link
Copy Markdown
Member

Which issue does this PR close?

Closes #682

Rationale for this change

IIRC, I think current implement will shrink parts and lose already-uploaded parts.

What changes are included in this PR?

This PR resize in-memory store part vector only for increasing capacity.

Are there any user-facing changes?

No

Comment thread src/memory.rs Outdated
@dentiny
dentiny requested a review from crepererum April 7, 2026 10:08

@crepererum crepererum left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

thank you

@crepererum
crepererum merged commit 0646c6d into apache:main Apr 7, 2026
9 checks passed
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.

BUG: in-memory storage loss part on upload

2 participants