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

Multipart Bug (#7822) #7953

Merged
merged 9 commits into from
Jul 10, 2024
Merged

Multipart Bug (#7822) #7953

merged 9 commits into from
Jul 10, 2024

Conversation

nadavsteindler
Copy link
Contributor

Closes #7822

Change Description

Background

Share context and relevant information for the PR: offline discussions, considerations, design decisions etc.

Bug Fix

If this PR is a bug fix, please let us know about:

  1. Problem - The reason for opening the bug
  2. Root cause - Discovered root cause after investigation
  3. Solution - How the bug was fixed

New Feature

If this PR introduces a new feature, describe it here.

Testing Details

How were the changes tested?

Breaking Change?

Does this change break any existing functionality? (API, CLI, Clients)

Additional info

Logs, outputs, screenshots of changes if applicable (CLI / GUI changes)

Contact Details

How can we get in touch with you if we need more info? (ex. [email protected])

@nadavsteindler nadavsteindler self-assigned this Jul 3, 2024
Copy link

github-actions bot commented Jul 3, 2024

E2E Test Results - DynamoDB Local - Local Block Adapter

13 passed

@nadavsteindler nadavsteindler added the include-changelog PR description should be included in next release changelog label Jul 3, 2024
@nadavsteindler nadavsteindler force-pushed the 7822bug branch 4 times, most recently from 8b4bbc6 to a838970 Compare July 4, 2024 07:02
@nadavsteindler nadavsteindler force-pushed the 7822bug branch 2 times, most recently from 0685654 to c1cc708 Compare July 7, 2024 14:29
@nadavsteindler nadavsteindler marked this pull request as ready for review July 9, 2024 06:01
Copy link
Contributor

@guy-har guy-har left a comment

Choose a reason for hiding this comment

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

Looks Good!
Great improvement 💪
Does this solve the issue completely or reduce the risk of it happening because things are faster now. Basically, my question is, is there a file size that can cause this issue again, and if it happens again will we understand from the result/logs or need to do the research all over again, if that's the case maybe we should document it somewhere (code or issue)

pkg/block/gs/compose.go Show resolved Hide resolved
pkg/block/blocktest/adapter.go Show resolved Hide resolved
Copy link
Contributor

@eladlachmi eladlachmi left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you!

@nadavsteindler nadavsteindler merged commit 260257b into master Jul 10, 2024
35 checks passed
@nadavsteindler nadavsteindler deleted the 7822bug branch July 10, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
include-changelog PR description should be included in next release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure to Complete Multipart Upload for Large Files via S3 GW with GCS
3 participants