Skip to content

[WIP]: add v7.5.8 release notes - #21930

Open
doc-claw-bot wants to merge 3 commits into
pingcap:release-8.5from
doc-claw-bot:translate/docs/add-v7.5.8-release-notes
Open

doc-claw-bot wants to merge 3 commits into
pingcap:release-8.5from
doc-claw-bot:translate/docs/add-v7.5.8-release-notes

Conversation

@doc-claw-bot

@doc-claw-bot doc-claw-bot commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

What is changed, added or deleted? (Required)

  • Add releases/release-7.5.8.md for the TiDB 7.5.8 patch release notes.
  • This release-notes update is prepared on release-8.5 because the release-notes directory is maintained there and will be cherry-picked to master.

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v8.5 (TiDB 8.5 versions)
  • v8.4 (TiDB 8.4 versions)
  • v8.3 (TiDB 8.3 versions)
  • v8.2 (TiDB 8.2 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)
  • v6.1 (TiDB 6.1 versions)
  • v5.4 (TiDB 5.4 versions)
  • v5.3 (TiDB 5.3 versions)

What is the related PR or file link(s)?

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

Summary by CodeRabbit

  • 新功能

    • 新增 TiDB 7.5.8 发布说明,包含版本信息、试用与部署链接。
    • PD 集群状态监控指标新增 Store 维度标签,提供更细致的监控信息。
  • 问题修复

    • 修复 UNION 查询崩溃、规划阶段 CPU 占用过高及统计信息加载异常。
    • 修复 TiKV、PD、TiFlash、TiCDC 和 Lightning 导入相关的崩溃、内存耗尽、吞吐下降、数据不一致及资源泄漏问题。

@doc-claw-bot doc-claw-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. needs-cherry-pick-master Should cherry pick this PR to master branch. translation/from-docs This PR is translated from a PR in pingcap/docs. labels Sep 14, 2026
@ti-chi-bot ti-chi-bot Bot added contribution This PR is from a community contributor. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Sep 14, 2026
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: b74af55b-a59a-40af-84fd-3d2aa5c5533b

📥 Commits

Reviewing files that changed from the base of the PR and between 0696ccc and 99ba868.

📒 Files selected for processing (1)
  • releases/release-7.5.8.md

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Walkthrough

新增 TiDB 7.5.8 发布说明文档。文档包含版本信息、部署链接、PD 监控指标改进,以及 TiDB、TiKV、PD、TiFlash 和 TiCDC 的错误修复条目。

Changes

TiDB 7.5.8 发布说明

Layer / File(s) Summary
发布说明基础信息
releases/release-7.5.8.md
新增 front matter、版本信息、发布日期占位,以及试用、生产部署和离线包下载链接。
监控改进与 TiDB 修复
releases/release-7.5.8.md
记录 pd_cluster_status 新增 store 标签,以及 TiDB 中 UNION 查询崩溃、规划期 CPU 消耗过高和异步加载统计信息 panic 的修复。
组件错误修复
releases/release-7.5.8.md
记录 TiKV、PD、TiFlash 和 TiCDC 的错误修复,包括 panic、GC safepoint、内存配额、数据一致性和 Kafka client 泄漏问题。

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~3 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to 99ba8

This change adds release notes only, with no identified merge-blocking risk.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed 标题明确说明新增 TiDB v7.5.8 发布说明,与本次变更的主要内容一致。
Description check ✅ Passed 描述包含变更内容、适用版本和相关链接,整体符合模板要求。描述未包含模板中的“AI agent involvement”部分,且版本勾选与 TiDB 7.5.8 发布说明的关系需要进一步确认,但不影响描述的基本完整性。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@qiancai qiancai self-assigned this Sep 14, 2026
@ti-chi-bot

ti-chi-bot Bot commented Sep 14, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from qiancai. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1


ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 60ad27fa-1aae-496b-b588-ad1d5dbec403

📥 Commits

Reviewing files that changed from the base of the PR and between 38f0d96 and 0696ccc.

📒 Files selected for processing (1)
  • releases/release-7.5.8.md

Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review.

Comment thread releases/release-7.5.8.md Outdated
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution This PR is from a community contributor. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. needs-cherry-pick-master Should cherry pick this PR to master branch. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. translation/from-docs This PR is translated from a PR in pingcap/docs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants