What happened?
After raising dataset.single_file_upload_max_size_mib to 204800 (200 GiB) via the Admin Settings page so that the frontend size check accepts large files, uploading a multi-100GB .h5 file to a dataset fails.
The dataset page only shows the generic toast: Upload failed. Please retry.
The browser console shows that the multipart-upload requests for many individual parts time out at the TCP level (net::ERR_CONNECTION_TIMED_OUT), e.g.:
:4200/api/dataset/multipart-upload?...&partNumber=6 net::ERR_CONNECTION_TIMED_OUT
:4200/api/dataset/multipart-upload?...&partNumber=90 net::ERR_CONNECTION_TIMED_OUT
:4200/api/dataset/multipart-upload?...&partNumber=115 net::ERR_CONNECTION_TIMED_OUT
:4200/api/dataset/multipart-upload?...&partNumber=160 net::ERR_CONNECTION_TIMED_OUT
How to reproduce?
- Run Texera locally (frontend on :4200, file-service backend).
- As an admin, open Admin → Settings, and set:
- Max File Size (MiB): 204800 (i.e. 200 GiB)
- Part Size (MiB): 50 (default)
Save.
- Create a new dataset, open the dataset page, click "Browser & Upload Files" (or drag-and-drop).
- Select a single ≥100 GB file (in my case a 179 GB
.h5 file).
- Observe:
- Browser DevTools → Network shows many requests to
/api/dataset/multipart-upload?...&partNumber=N failing with net::ERR_CONNECTION_TIMED_OUT.
- The dataset page shows only the toast:
Upload failed. Please retry.
- No new version is created.
Branch
main
Commit Hash (Optional)
No response
What browsers are you seeing the problem on?
No response
Relevant log output
What happened?
After raising
dataset.single_file_upload_max_size_mibto 204800 (200 GiB) via the Admin Settings page so that the frontend size check accepts large files, uploading a multi-100GB.h5file to a dataset fails.The dataset page only shows the generic toast: Upload failed. Please retry.
The browser console shows that the multipart-upload requests for many individual parts time out at the TCP level (
net::ERR_CONNECTION_TIMED_OUT), e.g.:How to reproduce?
- Max File Size (MiB): 204800 (i.e. 200 GiB)
- Part Size (MiB): 50 (default)
Save.
.h5file)./api/dataset/multipart-upload?...&partNumber=Nfailing withnet::ERR_CONNECTION_TIMED_OUT.Upload failed. Please retry.Branch
main
Commit Hash (Optional)
No response
What browsers are you seeing the problem on?
No response
Relevant log output