-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
releases: add tidb 4.0.13 release notes #6270
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- TiKV
Improvements
- 修正了 store used size 的计算过程 [9904](https://github.com/tikv/tikv/pull/9904)
- 在 `EpochNotMatch` 消息中返回更多的 regions 比降低 region miss 的发生 [9731](https://github.com/tikv/tikv/pull/9731)
- 加快内存占用的释放速度 [10035](https://github.com/tikv/tikv/pull/10035)
Bug Fixes
- 修复因磁盘写满后 `file_dict` 写入不完全导致的无法重启的问题 [9963](https://github.com/tikv/tikv/pull/9963)
- 限制 CDC 默认的 scan 速度为 128MB/s [9983](https://github.com/tikv/tikv/pull/9983)
- 减少 CDC 进行初次 scan 的内存使用量 [10133](https://github.com/tikv/tikv/pull/10133)
- CDC 支持反压 scan 速率 [10142](https://github.com/tikv/tikv/pull/10142)
- 通过避免不必要的读取来获取 CDC 旧值以解决潜在的 OOM 问题 [10031](https://github.com/tikv/tikv/pull/10031)
- 修复了由于读取旧值而导致的 CDC OOM 问题 [10197](https://github.com/tikv/tikv/pull/10197)
- 为 S3 storage 添加超时机制以避免 S3 客户端没有任何响应地挂起 [10132](https://github.com/tikv/tikv/pull/10132)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@hunterlxt: Thanks for your review. The bot only counts In response to this:
Instructions 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/lgtm |
@XuHuaiyu: Thanks for your review. The bot only counts In response to this:
Instructions 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. |
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 2e40a37
|
/merge |
/merge |
In response to a cherrypick label: new pull request created: #6361. |
In response to a cherrypick label: new pull request created: #6362. |
What is changed, added or deleted? (Required)
releases: add tidb 4.0.13 release notes
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?