You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part files will also be considered for quota while they're being
uploaded
"
I believe this part of the PR was not implemented:
User2 has 40 MB quota. He has 5.4 MB already, and is uploading a 33 MB file (with chunks of 10 MB).
The used quota remains at 5.4 MB until the very last moment, when the file is assembled.
Similarly, when the uploading a 9.5 MB file (no chunking, directly into the target directory with a *.part file) the quota does not see the *.part file. Only after assembly, it jumps up.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
I'm not sure if we can anything... I think the part storage doesn't count for the quota, and maybe it shouldn't count: even if you don't have enough quota for the file, the file could end up in an external storage where quota doesn't apply.
The only thing we can discuss is whether we should remove the chunks or not right after the failed upload. Removing the chunks make sense, but clients might retry the upload later just uploading the missing chunks (not sure if it's possible or not)
The only thing we can discuss is whether we should remove the chunks or not right after the failed upload. Removing the chunks make sense, but clients might retry the upload later just uploading the missing chunks (not sure if it's possible or not)
Seen while testing #39895 with 10.11.0-beta.1
The initial description for this PR has
"
uploaded
"
I believe this part of the PR was not implemented:
User2 has 40 MB quota. He has 5.4 MB already, and is uploading a 33 MB file (with chunks of 10 MB).
The used quota remains at 5.4 MB until the very last moment, when the file is assembled.
Similarly, when the uploading a 9.5 MB file (no chunking, directly into the target directory with a *.part file) the quota does not see the *.part file. Only after assembly, it jumps up.
Expected behaviour:
Everything else in #39895 seems to work fine.
The text was updated successfully, but these errors were encountered: