Ma77Ball commented on issue #5666: URL: https://github.com/apache/texera/issues/5666#issuecomment-4703782289
> why do we need those timeouts? are they hanging? Yes, I've hit it locally: when the file-service stalls, `requests.get()` has no default timeout so the worker blocks on the read forever. Rare (haven't seen others repro it), but real. The timeout is a no-response guard (resets on each byte, so slow downloads are fine) and the retry reconnects after a stall. Both are idempotent GETs, so retry is safe. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
