Open smitthakkar96 opened 1 year ago
@jszwedko is it related to https://github.com/vectordotdev/vector/issues/15683 by any chance?
A similar issue popped up in v0.33.0. The buffer events metric dropped to a negative number and at the same time, we got an alert about datadog agent receiving small amount of errors when communicating with Vector. I didn't see anything weird in the logs around that time, and restarting Vector solved the problem.
A note for the community
Problem
We had an incident today similar to this. Our S3 sink buffer was reporting negative values (see the screenshots).
I also noticed that outgoing events dropped to 0 during this time, and our source time lag increased.
We have seen this in past when a sink with a blocking buffer gets full. Even if the client stops/slows down sending events due to backpressure, the buffer usage stays the same, causing it to hang forever.
Configuration
Version
vector 0.28.0
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response