Skip to content

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

Merged
crepererum merged 3 commits intoapache: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 intoapache:mainfrom
dentiny:hjiang/fix-memory-out-of-order

Conversation

@dentiny
Copy link
Copy Markdown
Contributor

@dentiny dentiny commented Apr 5, 2026

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
Copy link
Copy Markdown
Contributor

@crepererum crepererum left a comment

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