Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Telemetry spam #7960

Description

@arkpar

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:

  1. Telemetry server should not be spammed with that many events.
  2. Error messages should be throttled if the buffer is overflown because of the slow connection, for example.
  3. Error message should be printed with the log crate.
  4. Local commands, such as import-blocks should have telemetry disabled by default, as well as other network related services.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A5-stalePull 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.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions