eventservice: backport adaptive scan window to release-8.5 - #5761
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@asddongmen This PR has conflicts, I have hold it. |
|
@ti-chi-bot: ## If you want to know how to resolve it, please read the guide in TiDB Dev Guide. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: dongmen <414110582@qq.com>
Signed-off-by: dongmen <414110582@qq.com>
Signed-off-by: dongmen <414110582@qq.com>
|
Cherry-pick conflicts appear resolved; removing the |
|
/test all |
|
/retest |
|
/retest |
b3db358 to
618b693
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: asddongmen, lidezhu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
Issue Number: ref #4172, ref #4365, ref #5041, ref #5394, ref #5546
The adaptive event-service scan-window feature is a complete sequence of changes. Backporting only its first PR would omit stability fixes, barrier progress fixes, and the rollback switch required for safe use on release-8.5.
What is changed and how it works?
This PR backports the complete series #4030 → #4460 → #4950 → #5395 → #5547 to release-8.5:
debug.event-service.enable-scan-window, enabled by default.The backport also resolves release-8.5 conflicts while preserving its newer quota-release, filter-lifecycle, heartbeat-epoch, and dispatcher-metric fixes. The dashboard layout is adjusted to avoid overlapping panels.
Check List
Tests
Local validation:
make unit_test_pkgfor eventservice, config, common event, eventcollector, dispatcher, and dynstreamcd tools/workload && go test ./...make fmtmake cdcmake checkQuestions
Will it cause performance regression or break compatibility?
No compatibility break is expected. The scan-window switch defaults to enabled and can disable the feature for rollback.
Do you need to update user documentation, design documentation or monitoring documentation?
No user or design documentation update is required. Event-service monitoring dashboards are updated.
Release note