ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 5 forks source link

dynamic service save state fails with "can not write request body" #663

Closed sanderegg closed 2 years ago

sanderegg commented 2 years ago

often the services in Prep2Go study are failing with the following message in the dy-sidecar:

WARNING:simcore_sdk.node_ports_common.filemanager:Error in 244-th concurrent task <coroutine object _upload_file_part at 0x7f12ebfc28c0>: [Errno 2] Can not write request body for https://s3.amazonaws.com/production-simcore/fdc96334-1227-11ed-a203-02420a0b009c/ed4a8f55-5cab-4388-9651-d9e58c3876e8/workspace.zip?partNumber=244&uploadId=yZCUIVqziB7yOZMFnaZlvWjlCp2PnmCzpcAH1YLieeymPbdpkyyVa8GVwY047c0N9QcjDtV_0vyh53i2Fzy12HkOpZM5fZOXd9g_Opdy28MF9O82XTwk8Ruyzu66dqvU&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATHZO54NSBDLHAMGT/20220824/us-east-1/s3/aws4_request&X-Amz-Date=20220824T150003Z&X-Amz-Expires=21600&X-Amz-SignedHeaders=host&X-Amz-Signature=8efdc254abc738a85d16fcde9d284018ea43bf3b330b3e58c839bc11fa85bd28

this could be related to https://github.com/aio-libs/aiohttp/issues/6138 but will need further investigation.

Nevertheless there is now a retrial of 5 times per chunk in case of failure.

GitHK commented 2 years ago

@sanderegg would you consider this one as being closed at this point, or would you still keep it open to see if the issue occurs again?

sanderegg commented 2 years ago

fixed by ITISFoundation/osparc-simcore#3306