Open braden00 opened 8 months ago
bumping this issue as I'm also experiencing sporadic connection reset errors:
vector[2643]: 2024-04-01T14:07:20.823904Z ERROR sink{component_kind="sink" component_id=gcs1-kafka-out component_type=gcp_cloud_storage component_name=gcs1-kafka-out}:request{request_id=3192}: vector_common::internal_event::service: Service call failed. No retries or retries exhausted. error=Some(CallRequest { source: hyper::Error(Io, Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }) }) request_id=3192 error_type="request_failed" stage="sending" internal_log_rate_limit=true
I've tried multiple vector versions from 0.33 -> 0.36
it would be helpful for vector to retry "connection reset by peer" errors. for instance, the Java client library appears to include them in its retry policy:
A note for the community
Problem
Use vector to send logs file to GCP Cloud Storage without any issues for a month. But recently got an error below and some log was disappeared. Expected behavior: Retry sending to GCS in case of failure and no log was dropped
error1
error2
error3
Configuration
Version
v0.34.0
Debug Output
No response
Example Data
No response
Additional Context
vector is running in GKE
References
No response