On-Premises to S3 DataSync task sometimes fails with "Deferred error: pwrite ... Input/output error"

0

We run a daily on-premises data upload to s3 over a DirectConnect network. While the daily task has been running for several months now, in the last week we have seen the daily upload task fail twice with the following Execution Status:

Transfer and verification completed. Selected files transferred except for files skipped due to errors. If no skipped files are listed in Cloud Watch Logs, please contact AWS Support for further assistance

The cloudwatch log had the following error:

[ERROR] Deferred error: pwrite(name="<snipped_path>", size=262144, offset=60030976): Input/output error

I can't find any mention of this error (and how to fix it) in the documentation, aws re:post OR in a web search. How can I debug the underlying issue?

asked a year ago324 views
1 Answer
0

This error can occur if there was a file that was not able to be written to the destination on the first attempt. This can occur if there is a network disconnect or disruption during the transfer or the destination is overloaded. If these errors continue, you can start by inspecting your network at the time the Input/output error occurred.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions