-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add TiDB 8.5.2 Release Notes #20251
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
base: master
Are you sure you want to change the base?
Add TiDB 8.5.2 Release Notes #20251
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Co-authored-by: Hangjie Mo <[email protected]>
Co-authored-by: JaySon <[email protected]>
Co-authored-by: Yexiang Zhang <[email protected]>
Co-authored-by: lhy1024 <[email protected]>
+ TiKV | ||
|
||
- note [#issue](https://github.com/tikv/tikv/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) | ||
- note [#issue](https://github.com/tikv/tikv/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) |
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.
- note [#issue](https://github.com/tikv/tikv/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) | |
- note [#issue](https://github.com/tikv/tikv/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) | |
- 修复了 txn_status_cache 中可能的死锁问题 [#18384](https://github.com/tikv/tikv/issues/18384) @[ekexium](https://github.com/ekexium) |
+ TiDB <!--tw@hfxsd: the following 9 notes--> | ||
|
||
- note [#issue](https://github.com/pingcap/tidb/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) | ||
- note [#issue](https://github.com/pingcap/tidb/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) |
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.
- note [#issue](https://github.com/pingcap/tidb/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) | |
- note [#issue](https://github.com/pingcap/tidb/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) | |
- 修复在设置了 `zone` 标签时,时间戳验证过程中出现的 TSO 获取失败问题。 [#59402](https://github.com/pingcap/tidb/issues/59402) @[ekexium](https://github.com/ekexium) |
@ekexium: adding LGTM is restricted to approvers and reviewers in OWNERS files. 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 kubernetes-sigs/prow repository. |
+ TiDB <!--tw@hfxsd: the following 9 notes--> | ||
|
||
- note [#issue](https://github.com/pingcap/tidb/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) | ||
- note [#issue](https://github.com/pingcap/tidb/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) |
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.
- 修复当 hashjoin 执行出错时,未对外报错而返回了错误结果的问题 #59377 @xzhangxian1008
- 修复一个可能导致 TiFlash 崩溃或返回错误结果的 bug #60517 @wintalker
- 修复当 order by 进行并行排序时,执行卡住的问题 #59655 @xzhangxian1008
Co-authored-by: JaySon <[email protected]>
Co-authored-by: HuaiyuXu <[email protected]>
Co-authored-by: Aolin <[email protected]>
Co-authored-by: Aolin <[email protected]>
- 修复开启全局排序功能后,导入大量数据时新增唯一键 (Unique Key) 可能会失败的问题 [#59725](https://github.com/pingcap/tidb/issues/59725) @[CbcWestwolf](https://github.com/CbcWestwolf) | ||
- 修复 TiDB 访问 S3 外部存储报错后,错误信息不可读的问题 [#59326](https://github.com/pingcap/tidb/issues/59326) @[lance6716](https://github.com/lance6716) | ||
- 修复查询 `infoschema.tables` 时,返回结果中 `table_schema` 和 `table_name` 不匹配的问题 [#60593](https://github.com/pingcap/tidb/issues/60593) @[tangenta](https://github.com/tangenta) | ||
- 修复当内部 SQL 提交失败时,DDL notifier 可能无法完成转达的问题 [#59055](https://github.com/pingcap/tidb/issues/59055) @[lance6716](https://github.com/lance6716) |
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.
- 修复当内部 SQL 提交失败时,DDL notifier 可能无法完成转达的问题 [#59055](https://github.com/pingcap/tidb/issues/59055) @[lance6716](https://github.com/lance6716) | |
- 修复当内部 SQL 提交失败时,DDL notifier 可能无法正确转达的问题 [#59055](https://github.com/pingcap/tidb/issues/59055) @[lance6716](https://github.com/lance6716) |
First-time contributors' checklist
What is changed, added or deleted? (Required)
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).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?