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 failed when parts equal to 10000 #228

Closed
buptwxd2 opened this issue Sep 15, 2022 · 0 comments · Fixed by #229
Closed

Multipart failed when parts equal to 10000 #228

buptwxd2 opened this issue Sep 15, 2022 · 0 comments · Fixed by #229
Assignees

Comments

@buptwxd2
Copy link
Contributor

buptwxd2 commented Sep 15, 2022

Multipart failed when parts equal to 10000 using single client

root@sds5 ~ [1]# /usr/bin/warp --version
warp version 0.6.2 - b3149da

root@sds5 ~ [1]# /usr/bin/warp multipart --bucket xd-bk-1 --duration 1m --parts=10000 --part.size=5MiB --debug
warp: Preparing server.
warp: Error preparing server: 10000 part limit exceeded
(0) benchmark.go:164 cli.runBench(..)
Release-Tag:v0.6.2 | Commit:b3149da | Host:sds5 | OS:linux | Arch:amd64 | Lang:go1.18.4 | Mem:3.2 MB/15 MB | Heap:3.2 MB/7.9 MB.

klauspost added a commit to klauspost/warp that referenced this issue Sep 15, 2022
First part is part 1, so 10K parts would be 10001.

Fixes minio#228
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 a pull request may close this issue.

2 participants