Skip to content

Add warnings about tikv#19891 to affected 7.5.7 - #21915

Open
overvenus wants to merge 1 commit into
pingcap:masterfrom
overvenus:warn-tikv-19891-7.5
Open

Add warnings about tikv#19891 to affected 7.5.7#21915
overvenus wants to merge 1 commit into
pingcap:masterfrom
overvenus:warn-tikv-19891-7.5

Conversation

@overvenus

@overvenus overvenus commented Sep 2, 2026

Copy link
Copy Markdown
Member

First-time contributors' checklist

What is changed, added or deleted? (Required)

Add warnings about tikv/tikv#19891 to affected 8.5.x

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

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions (in Chinese).

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 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)

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

  • This PR is translated from:
  • Other reference link(s):

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

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.7 发布说明中新增已知问题警告。
    • 说明相关问题已在后续版本中修复,并建议用户优先使用 7.5.x 系列的最新版本。

Signed-off-by: Neil Shen <overvenus@gmail.com>
Copilot AI lite review requested due to automatic review settings September 2, 2026 11:25
@ti-chi-bot

ti-chi-bot Bot commented Sep 2, 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 assign tangenta for approval. 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

@ti-chi-bot ti-chi-bot Bot added missing-translation-status This PR does not have translation status info. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 2, 2026
@overvenus

Copy link
Copy Markdown
Member Author

Do not merge, waits for v7.5.8.

@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

TiDB 7.5.7 发布说明新增警告,说明该版本存在已知问题,并建议使用 7.5.x 的最新版本。

Changes

发布说明更新

Layer / File(s) Summary
新增版本警告
releases/release-7.5.7.md
版本信息之后新增警告块,说明已知问题已在新版本中修复,并建议使用 7.5.x 的最新版本。

Estimated code review effort: 1(简单) | ~2 分钟

Merge Risk: 🟡 Moderate · up to 7af1f

The release note currently does not clearly identify the affected TiDB versions, the TiKV failure scenario, or how users should avoid the problem, so users may incorrectly believe the latest 7.5.x release is safe. Update the warning before merging.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning 描述包含模板要求的主要章节,但变更说明写为 8.5.x,版本勾选却选择了 master 和 v7.5,且修改文件属于 7.5.7,存在关键版本信息不一致。 将“Add warnings about tikv/tikv#19891 to affected 8.5.x”改为与实际变更一致的 7.5.x 或 7.5.7,并确认版本勾选项与目标分支及修改文件保持一致。
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed 标题准确概括了为受影响的 TiDB 7.5.7 添加 tikv#19891 警告这一主要变更,内容简洁明确。
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.
Full details: Docstring Coverage

Explanation

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 files. (1 skipped: 1 unsupported.)

  • Fix all pre-merge checks with AI
✨ 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.

@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: Team

Run ID: 17324485-5300-4c65-8c25-656c24bbd52f

📥 Commits

Reviewing files that changed from the base of the PR and between abe71f2 and 7af1f01.

📒 Files selected for processing (1)
  • releases/release-7.5.7.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.7.md

> **警告:**
>
> 该版本存在一些已知问题,已在新版本中修复,建议使用 7.5.x 的最新版本。

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🩺 Stability & Availability | 🟠 Major | ⚡ Quick win

请改为具体且可执行的 tikv/tikv#19891 警告。

当前文字没有给出 issue 编号、受影响版本或故障表现。“已在新版本中修复”也没有具体版本号。该 issue 标记影响 7.5.x,并报告特定事务场景下 TiKV 可能 panic 及进入崩溃循环;当前发布列表中,7.5.7 仍是列出的最新 7.5.x 版本。因此,“使用 7.5.x 的最新版本”不会引导用户离开受影响版本。(github.com)

提交可用的文字替换
Suggested change
> 该版本存在一些已知问题,已在新版本中修复,建议使用 7.5.x 的最新版本
> TiKV 存在 [`tikv/tikv#19891`](https://github.com/tikv/tikv/issues/19891) 已知问题。该问题影响 TiDB 7.5.x,TiDB 7.5.7 属于受影响范围;在特定事务场景下,TiKV 可能 panic 并进入崩溃循环。请在升级前确认所选版本包含对应修复,并关注后续 7.5.x 版本

As per path instructions: 对 Markdown 中可连续、安全替换的可行动问题提供可提交的 suggestion。

Sources: Path instructions, MCP tools

Copilot AI 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.

🟡 Changes recommended

新增的警告内容与 PR 声称要提示的 tikv/tikv#19891 不够一致且信息过于笼统,并且 PR 描述/适用版本勾选与实际改动范围存在不一致。

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

该 PR 旨在为 TiDB 7.5.7 发布说明补充“警告”提示,提醒读者该版本存在已知问题并建议升级到 7.5.x 最新补丁版本,从而降低用户在生产环境中使用旧补丁版本的风险。

Changes:

  • release-7.5.7.md 的版本信息后新增“警告”提示块,建议使用 7.5.x 最新版本。
File summaries
File Description
releases/release-7.5.7.md 在 7.5.7 Release Notes 顶部新增警告提示,提醒存在已知问题并建议升级。
Review details

Suppressed comments (1)

releases/release-7.5.7.md:12

  • PR 描述里写的是“添加 tikv/tikv#19891 的警告到受影响的 8.5.x”,但本次实际只改动了 release-7.5.7.md,且版本勾选也未选择 v8.5。请统一 PR 标题/描述/适用版本勾选与改动范围,避免后续合并或 cherry-pick 时产生误解。
> **警告:**
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread releases/release-7.5.7.md
Comment on lines +12 to +14
> **警告:**
>
> 该版本存在一些已知问题,已在新版本中修复,建议使用 7.5.x 的最新版本。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-translation-status This PR does not have translation status info. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants