Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tabversion committed Jan 15, 2025
1 parent b8a1fc0 commit 162b788
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/common/src/telemetry/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ where
tracing::warn!(
"Telemetry failed to set event reporting tx, event reporting will be disabled"
);
// possible failure:
// When running in standalone mode, the static TELEMETRY_EVENT_REPORT_TX is shared
// and can be set by meta/compute nodes.
// In such case, the one first set the static will do the event reporting and others'
// event report is disabled.
enable_event_report = false;
});
let mut event_stash = Vec::new();
Expand Down

0 comments on commit 162b788

Please sign in to comment.