amazon-archives / dynamodb-import-export-tool

Exports DynamoDB items via parallel scan into a blocking queue, then consumes the queue and import DynamoDB items into a replica table using asynchronous writes.
Apache License 2.0
90 stars 38 forks source link

System Write error retry is missing #13

Open sribalakumar opened 6 years ago

sribalakumar commented 6 years ago

I tested the tool on a large dataset and observe that whenever there is a System Write Error which is observed in the metrics chart, the failed batch write is not retried.

Please confirm if BatchWrite that faces a System Write Error is retried.

simrandeep11 commented 5 years ago

@sribalakumar Were you able to fix this ?