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
We have a pipeline which appears to be losing events on the s3 sink. We see metrics that indicate a significant difference between s3.recordsIn.count and s3.s3SinkObjectsEventsSucceeded.count. However, I do not see any error logs.
To Reproduce
We do not yet have steps to reproduce.
Expected behavior
These metrics should align and all data should be in the S3 bucket.
Environment (please complete the following information):
Data Prepper 2.10.1
Additional context
This may be related to #5412. At the very least, that issue may be causing us to acknowledge the events even though they were not actually written.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have a pipeline which appears to be losing events on the
s3
sink. We see metrics that indicate a significant difference betweens3.recordsIn.count
ands3.s3SinkObjectsEventsSucceeded.count
. However, I do not see any error logs.To Reproduce
We do not yet have steps to reproduce.
Expected behavior
These metrics should align and all data should be in the S3 bucket.
Environment (please complete the following information):
Data Prepper 2.10.1
Additional context
This may be related to #5412. At the very least, that issue may be causing us to acknowledge the events even though they were not actually written.
The text was updated successfully, but these errors were encountered: