You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When launching the playground, sometimes we may see such logs:
These logs should not appear within
bootstrap_recovery
andrecovery_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.The text was updated successfully, but these errors were encountered: