Yes, i even got a "upload finished" message et the whole process goes to end.
Does you clearml Task keep running after this error?
only a "upload failed" and no data in my S3 bucket
To your point of view, it may be related with the sdk client that triggers the upload ? with urllib request ?
Hi MotionlessCoral18 , when you're using an external storage solution (such as minio), it's only the ClearML SDK client working against minio, it will not involve the clearml fileserver
As far i know, a server get a SIG_PIPE event on a socket when a client died too soon or is closed by user, but i don't know who get the broken pipe ? Is it the clearml file server ( who masters the upload, i guess) ? Is it due to my minio server ? Who is the client that died before upload is finished ?