You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to index a dynamodb stream (old and new image) into opensearch serverless with an opensearch ingestion pipeline. Unfortunately, I am running into errors like this:
To diagnose the underlying issue, I took a look at the dlq files generated for these error events. What I am seeing is one or a few records not a large batch and the records look as I would expect them to. So my hypothesis is that the volume of dynamodb stream events is overwhelming the ingestion process. If I am right, and seeing as how persistent buffering and bulk sizing are not supported by AWS' OpenSearch Serverless service, what can I do to avoid these bulk operation errors?
For reference, here is my OS ingestion pipeline configuration:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to index a dynamodb stream (old and new image) into opensearch serverless with an opensearch ingestion pipeline. Unfortunately, I am running into errors like this:
"org.opensearch.dataprepper.plugins.sink.opensearch.BulkRetryStrategy - Bulk Operation Failed"
To diagnose the underlying issue, I took a look at the dlq files generated for these error events. What I am seeing is one or a few records not a large batch and the records look as I would expect them to. So my hypothesis is that the volume of dynamodb stream events is overwhelming the ingestion process. If I am right, and seeing as how persistent buffering and bulk sizing are not supported by AWS' OpenSearch Serverless service, what can I do to avoid these bulk operation errors?
For reference, here is my OS ingestion pipeline configuration:
Beta Was this translation helpful? Give feedback.
All reactions