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
Thank you for all the details and the log file. Seems like after the read: connection reset by peer error been triggered from reader.ReadString function, then processorKeepAlive found it's taking too long to run processMessage, which is longer than half of the set visibilityTimeout. So changeVisibilityTimeout function keep getting called repeatedly.
After more investigation: this error seems to show up when there is high concurrency downloads going on from S3 bucket or with large size of files from S3 or with small network bandwidth. Adding a timeout when calling GetObject API will help and I will work on a PR to fix this.
Version: 7.5.1
Operating System: official Docker image on Ubuntu
Description
I'm using the S3 input to ingest AWS vpcflow logs. It's working fine for a while and then it stops (the process has been reproduced several times)
The only message i see in the log is the single occurence of:
And then
repeated several times
After this sequence, logs are not ingested anymore
configure filebeat with a S3 input.
The SQS queue i'm using already has a lot of messages (~5k)
wait some time to see the log event and logs stop being ingested (usually ~2Hrs in my case)
The text was updated successfully, but these errors were encountered: