We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
Fix max part check
0b17c18
First part is part 1, so 10K parts would be 10001. Fixes minio#228
d691c32
klauspost
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: