Vector fails to write data to S3 without any explicit error #22426
Unanswered
ignacyklimont
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am deploying a Vector instance (version 0.42.0-1.x86_64) at a client (K8S setup, writing to S3 bucket). The source is Kafka and the data undergoes simple transformation. The data is pulled as expected and transformation steps works correctly - I added sinking to console for debugging and I can see that the output is correctly delivered to console.
However, when writing to S3, I encounter an issue - no error but also no output written to S3. My Vector instance does not indicate any error nor logs show it, but when running "vector top" I can clearly see that no output is written to S3 (Bytes Out equal to zero). Simultaneously, Events In and Events Out indicate expected number of events. I double-checked my S3 configuration, but all looks good. Furthermore, had there been any connection issue, I expected explicit error in logs - and there is none.
The only reason why I suspect an implicit error occurring is that I see in logs information that:
Thus, this indeed indicates that the attempt was unsuccessful. However, aside from that information, there is no indication of any issues. Logs indicate only "DEBUG" level information, and the sinking to console returns events in expected format.
What could be the problem here? For the context, I use batch set to 300 seconds and buffer set to memory and 200.000 events. Thanks so much for your help!
Beta Was this translation helpful? Give feedback.
All reactions