Replies: 1 comment 1 reply
-
Hello, @edo2509! I'm here to help you with any bugs, questions, or contributions you have. Let's work together to resolve your issue. To address the issues you're experiencing with high trace volumes in Jaeger v2.2.0, here are some recommendations and optimizations you can consider:
These adjustments should help improve the handling of high trace volumes in your setup. If the problem persists, you may need to further investigate the network latency or resource constraints on your server. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Hi team,
I’m encountering an issue with Jaeger after upgrading to version 2 (currently using v2.2.0). My telemetry setup includes multiple Podman containers on a RHEL 9.5 server (16GB RAM). While everything works as expected with a small trace volume, high trace traffic (20k+ traces) leads to errors in both Jaeger and the OpenTelemetry Collector.
Setup Details:
System Configuration:
Observed Behavior:
When the trace volume increases to 20k+ traces, I encounter the following issues:
Jaeger Logs:
traces export: context deadline exceeded: rpc error: code = DeadlineExceeded desc = context deadline exceeded
OpenTelemetry Collector Logs:
The logs show that retries are attempted but eventually fail, and data gets dropped.
Configuration Details:
Jaeger config.yaml:
OpenTelemetry Collector config.yaml:
What I’ve Tried:
Despite these attempts, the problem persists. Cassandra logs show no warnings or errors during this time.
Could you please help identify the root cause and suggest potential solutions? Specifically:
Is this related to a misconfiguration in Jaeger, OpenTelemetry Collector, or Cassandra?
Are there known limitations or optimizations for handling high trace volumes in Jaeger v2?
Any recommendations for tuning the batch processors or Cassandra settings?
I hope I’m asking for help in the right place.
Thank you in advance for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions