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

weird span stack in meta service log #19294

Open
BugenZhao opened this issue Nov 7, 2024 · 0 comments
Open

weird span stack in meta service log #19294

BugenZhao opened this issue Nov 7, 2024 · 0 comments
Labels
component/meta Meta related issue.
Milestone

Comments

@BugenZhao
Copy link
Member

When launching the playground, sometimes we may see such logs:

2024-11-07T17:56:49.936913+08:00  INFO      rw-standalone-meta bootstrap_recovery:recovery_attempt: risingwave_meta::hummock::compactor_manager: Added compactor session 2
2024-11-07T17:56:49.937148+08:00  INFO      rw-standalone-meta bootstrap_recovery:recovery_attempt: risingwave_meta::hummock::manager::compaction: compactor 2 enters the cluster

These logs should not appear within bootstrap_recovery and recovery_attempt spans. I suppose it's because the spans are misused somewhere in async context, which results in the thread-local context for recording the span stack not being properly cleaned up.

@github-actions github-actions bot added this to the release-2.2 milestone Nov 7, 2024
@BugenZhao BugenZhao added the component/meta Meta related issue. label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/meta Meta related issue.
Projects
None yet
Development

No branches or pull requests

1 participant