goofys icon indicating copy to clipboard operation
goofys copied to clipboard

[i/o timeout] s3.ERROR code=RequestError msg=send request failed

Open HuJake opened this issue 1 year ago • 1 comments

Why do we experience an I/O timeout error and are unable to access the mounted folder after successfully binding S3 using goofys for a certain period of time? Below is my error log. Does anyone know how to resolve this issue?

s3.ERROR code=RequestError msg=send request failed, err=Get https://s3.ap-northeast-1.amazonaws.com/xx-xx?delimiter=%2F&list-type=2&max-keys=1&prefix=dags%2F%3Cfrozen%20importlib._bootstrap%3E%2F: dial tcp: lookup s3.ap-northeast-1.amazonaws.com on 10.1.10.150:53: read udp 10.1.35.33:59380->10.1.10.150:53: i/o timeout
Feb 18 03:03:54 /opt/goofys[1050]: fuse.ERROR *fuseops.LookUpInodeOp error: RequestError: send request failed

HuJake avatar Feb 21 '23 03:02 HuJake