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
In cases where the singularity metadata API is too slow to return a response to HEAD from the download-server boost will receive a 504 response and the sector import will abort with a data-transfer error:
In itself this wouldn't be catastrophic, but from boost's perspective this error is considered non-recoverable and the deal will be in limbo until either the start delay runs out or the client forces a retry.
The ameliorations that I see are to increase the timeout value in download-server, make it configurable, add exponential retry (also configurable, ideally), or otherwise increase download-server tolerance of slow initial response
Steps to Reproduce
attempt to import a sector from singularity with a slow DB backend
Version
v0.5.16
Operating System
Linux
Database Backend
PostgreSQL
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
In cases where the singularity metadata API is too slow to return a response to HEAD from the download-server boost will receive a 504 response and the sector import will abort with a data-transfer error:
In itself this wouldn't be catastrophic, but from boost's perspective this error is considered non-recoverable and the deal will be in limbo until either the start delay runs out or the client forces a retry.
The ameliorations that I see are to increase the timeout value in download-server, make it configurable, add exponential retry (also configurable, ideally), or otherwise increase download-server tolerance of slow initial response
Steps to Reproduce
Version
v0.5.16
Operating System
Linux
Database Backend
PostgreSQL
Additional context
No response
The text was updated successfully, but these errors were encountered: