-
Defect
-
Resolution: Cannot Reproduce
-
Standard
-
None
-
None
-
None
-
3
-
Sprint 147
When uploading large files (for example, 9GB) via the file upload API the upload never succeeds. Smaller files (10KB - 500MB) are successful. We may be hitting a 2GB upload limit.
Acceptance Criteria:
Allow large file uploads, provided the disk storage is available.
Accept up to 20 GB files.
Review issues related to accepting large file sizes.
Todo: Identify a suitable test file (EJN).
Note: Ideally accept up to 50GB.
Note: The curl command line logging shows the following:
< Date: Tue, 12 Sep 2017 20:48:18 GMT^M
< Server: Apache^M
< Cache-Control: no-cache, no-store, max-age=0, must-revalidate^M
< Pragma: no-cache^M
< Expires: 0^M
< Strict-Transport-Security: max-age=31536000 ; includeSubDomains^M
< X-XSS-Protection: 1; mode=block^M
< X-Frame-Options: DENY^M
< X-Content-Type-Options: nosniff^M
< Content-Type: text/html;charset=utf-8^M
< Content-Language: en^M
< Content-Length: 949^M
* HTTP error before end of send, stop sending
< ^M
^M 99 9560M 0 0 100 9560M 0 1295k 2:05:56 2:05:56 --:--:-- 881k{ [data not shown]
^M100 9560M 0 949 100 9560M 0 1295k 2:05:56 2:05:56 --:--:-- 793k
* Closing connection 0
Acceptance Criteria:
Allow large file uploads, provided the disk storage is available.
Accept up to 20 GB files.
Review issues related to accepting large file sizes.
Todo: Identify a suitable test file (EJN).
Note: Ideally accept up to 50GB.
Note: The curl command line logging shows the following:
< Date: Tue, 12 Sep 2017 20:48:18 GMT^M
< Server: Apache^M
< Cache-Control: no-cache, no-store, max-age=0, must-revalidate^M
< Pragma: no-cache^M
< Expires: 0^M
< Strict-Transport-Security: max-age=31536000 ; includeSubDomains^M
< X-XSS-Protection: 1; mode=block^M
< X-Frame-Options: DENY^M
< X-Content-Type-Options: nosniff^M
< Content-Type: text/html;charset=utf-8^M
< Content-Language: en^M
< Content-Length: 949^M
* HTTP error before end of send, stop sending
< ^M
^M 99 9560M 0 0 100 9560M 0 1295k 2:05:56 2:05:56 --:--:-- 881k{ [data not shown]
^M100 9560M 0 949 100 9560M 0 1295k 2:05:56 2:05:56 --:--:-- 793k
* Closing connection 0
- relates to
-
DASHREPO-300 Large File Uploads Fail to Complete
- Done