-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
S3 upload EntityTooSmall: Your proposed upload is smaller than the minimum allowed size #30534
Labels
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects the 5.4.x(LTS) versions.
component/dumpling
This is related to Dumpling of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
We will check this soon. You can try without |
Yes, without |
@lichunzhu How to understand this error |
External storage didn't calculate the compressed data's length correctly. |
/type bug |
/severity major |
lichunzhu
added
component/dumpling
This is related to Dumpling of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
labels
Dec 8, 2021
jebter
added
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects the 5.4.x(LTS) versions.
labels
Jan 11, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Jan 24, 2022
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label. |
YuJuncen
pushed a commit
to pingcap/br
that referenced
this issue
Mar 1, 2022
This was referenced Jun 14, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Jun 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects the 5.4.x(LTS) versions.
component/dumpling
This is related to Dumpling of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
Trying to upload to wasabi:
The file
prematch33517.active_event.000000000.sql.gz
which fails to close is about 35 MB size. 2 other files (sizes 2.7 GB and 379 MB) fail too.https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html says "Each part must be at least 5 MB in size, except the last part. There is no size limit on the last part of your multipart upload."
This error occurs when one of the parts is less than 5MB in size and isn't the last part (the last part can be any size).
The text was updated successfully, but these errors were encountered: