-
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
v6.5.9: add release notes #16980
v6.5.9: add release notes #16980
Conversation
Co-authored-by: CharlesCheung <[email protected]>
Co-authored-by: Ryan Leung <[email protected]>
Co-authored-by: CharlesCheung <[email protected]>
Co-authored-by: JaySon <[email protected]>
Co-authored-by: yibin <[email protected]>
Co-authored-by: Hangjie Mo <[email protected]>
Co-authored-by: Zhou Kunqin <[email protected]>
releases/release-6.5.9.md
Outdated
|
||
- note [#issue](https://github.com/pingcap/tiflow/issues/${issue-id}) @[贡献者 GitHub ID](https://github.com/${github-id}) | ||
- 修复了一些监控显示不精确的问题 [10354](https://github.com/pingcap/tiflow/issues/10354),[10449](https://github.com/pingcap/tiflow/issues/10449),[#10482](https://github.com/pingcap/tiflow/issues/10482),[10675] (https://github.com/pingcap/tiflow/issues/10675) @[CharlesCheung96](https://github.com/CharlesCheung96),@[lidezhu](https://github.com/lidezhu) | ||
- 修复 storage sink 场景下无法正常访问 azure 和 gcs 对象存储的问题 [10592](https://github.com/pingcap/tiflow/issues/10592) @[CharlesCheung96](https://github.com/CharlesCheung96) |
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.
@flowbehappy 请问上面这两条是否需要挪到 TiCDC bug fixes 部分
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
* This is an automated cherry-pick of #16980 Signed-off-by: ti-chi-bot <[email protected]> * Update releases/release-timeline.md --------- Signed-off-by: ti-chi-bot <[email protected]> Co-authored-by: Grace Cai <[email protected]>
- 修复副本迁移时,因 TiFlash 与 PD 之间网络连接不稳定可能引发的 TiFlash panic 的问题 [#8323](https://github.com/pingcap/tiflash/issues/8323) @[JaySon-Huang](https://github.com/JaySon-Huang) | ||
- 修复 TiFlash 发生远程读时可能会 crash 的问题 [#8685](https://github.com/pingcap/tiflash/issues/8685) @[solotzg](https://github.com/solotzg) | ||
- 修复 `ENUM` 列在 chunk encode 时可能会导致 TiFlash crash 的问题 [#8674](https://github.com/pingcap/tiflash/issues/8674) @[yibin87](https://github.com/yibin87) | ||
- 修复在非严格 `sql_mode` 下查询带有异常默认值的列可能导致 TiFlash panic 的问题 [#8803](https://github.com/pingcap/tiflash/issues/8803) @[Lloyd-Pottiger](https://github.com/Lloyd-Pottiger) |
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.
这里 "查询" 应该改为 "创建"。TiFlash panic 的触发时机是创建表插入数据,而不是查询的时候。 @qiancai
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.
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
First-time contributors' checklist
What is changed, added or deleted? (Required)
As in the title
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?