This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Telemetry spam #7960
Copy link
Copy link
Closed
Labels
A5-stalePull request did not receive any updates in a long time. No review needed at this stage. Close it.Pull request did not receive any updates in a long time. No review needed at this stage. Close it.I3-bugThe node fails to follow expected behavior.The node fails to follow expected behavior.
Description
When syncing the blockchain with high enough speed (~600 bps) the console is spammed with Telemetry buffer overflowed!
messages. I see ~50 of these per second. It also appears when running import-blocks
command. There's a few things wrong here:
- Telemetry server should not be spammed with that many events.
- Error messages should be throttled if the buffer is overflown because of the slow connection, for example.
- Error message should be printed with the
log
crate. - Local commands, such as
import-blocks
should have telemetry disabled by default, as well as other network related services.
Metadata
Metadata
Assignees
Labels
A5-stalePull request did not receive any updates in a long time. No review needed at this stage. Close it.Pull request did not receive any updates in a long time. No review needed at this stage. Close it.I3-bugThe node fails to follow expected behavior.The node fails to follow expected behavior.