Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

massive amount of OpenTelemetry trace error occurred. cannot send message to batch processor as the channel is full in the log #14500

Closed
lmatz opened this issue Jan 11, 2024 · 2 comments
Assignees

Comments

@lmatz lmatz added the type/bug Something isn't working label Jan 11, 2024
@github-actions github-actions bot added this to the release-1.7 milestone Jan 11, 2024
@lmatz
Copy link
Contributor Author

lmatz commented Jan 11, 2024

@lmatz lmatz removed the type/bug Something isn't working label Mar 6, 2024
@fuyufjh fuyufjh removed this from the release-1.7 milestone Mar 6, 2024
@BugenZhao
Copy link
Member

This could happen when there's a huge amount of data to be exported to the opentelemetry service (either embedded in meta or external), especially for serving queries with high concurrency. There might be several ways to reduce the number of traces, like enable sampling.

Since #14528, however, the tracing feature was disabled by default and designed to be only enabled when we're going to diagnose the performance issues in the system. So the issue seems not a big deal anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants