Jesse Szwedko

Results 578 comments of Jesse Szwedko

Thanks for this report @szibis . I'm not actually sure when the buffer files are deleted when events are processed. @tobz is this something you know off the top of...

Hmm, yeah, that is odd. I think that sort of error would be coming from the AWS SDK (similar issue, but not for S3: https://github.com/awslabs/aws-sdk-rust/issues/844). You could try increasing the...

Hi @fvarg00 , This appears to be an incomplete bug report. Do you mind filling out all of the fields (in particular how you ran into this situation)? It'll be...

Thanks @fvarg00 . I'm guessing what you are seeing is request timeouts from the client, which will cancel the send downstream. Can you share your configuration? I'm particularly interested if...

> Hello @jszwedko, we are not using the acknowledgements feature. We see that [acknowledgements](https://vector.dev/docs/reference/configuration/sources/vector/#acknowledgements) field is deprecated. Is that a field something you think would cause this issue or a...

> After looking at the source code of the unit tests framework, maybe is not that hard for me to add this. Let me know if anybody in Team Vector...

Thanks for this @hhromic . I noticed that behavior previously too: that it just requires one event to pass. I agree that requiring all events to pass is more expected...

> After surfacely inspectig the unit tests code, I think the problem is here: > > https://github.com/vectordotdev/vector/blob/153919d77e6efa24d7b7573e00b42ce5a0e9b747/src/config/unit_test/unit_test_components.rs#L214-L229 > > As you can see (L218-L221), when a condition passes for an...

Hi @tino , Did you check JournalD to see if the output is there? I think the difference is that the `console` sink writes to `stdout` but Vector's internal logs...