pingcap / pingcap/ticdc

[P1][Logs] Add shared suppression and throttling primitives for repetitive logs

Open
#4,735 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type/enhancement
Dominant language
Go
Stars
56
Forks
63
Avg merge
2d 20h
Merged PRs (30d)
34

Description

Parent issue: #4691

Intent

Repeated logs are currently suppressed inconsistently across modules.

Modification points

  • Add shared keyed throttling and suppression summaries.

Entry points

  • pkg/logger/log.go:136
  • maintainer/operator/operator_controller.go:257
  • maintainer/node_set_checksum_manager.go:387

Done criteria

  • Repetitive logs can be reduced through shared infrastructure.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at pkg/logger/log.go:136, then inspect the existing log handling at maintainer/operator/operator_controller.go:257 and maintainer/node_set_checksum_manager.go:387. Determine how shared keyed throttling and suppression summaries should cover these entry points; done means repetitive logs can be reduced through shared infrastructure.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
observability-sre
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.