Skip to content
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

Merged
merged 30 commits into from
Apr 12, 2024
Merged

v6.5.9: add release notes #16980

merged 30 commits into from
Apr 12, 2024

Conversation

qiancai
Copy link
Collaborator

@qiancai qiancai commented Apr 2, 2024

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).

  • master (the latest development version)
  • v8.0 (TiDB 8.0 versions)
  • v7.6 (TiDB 7.6 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.4 (TiDB 7.4 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)
  • v5.2 (TiDB 5.2 versions)
  • v5.1 (TiDB 5.1 versions)
  • v5.0 (TiDB 5.0 versions)

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

  • This PR is translated from:
  • Other reference 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

@qiancai qiancai added translation/doing This PR’s assignee is translating this PR. needs-cherry-pick-release-7.1 Should cherry pick this PR to release-7.1 branch. needs-cherry-pick-release-7.4 needs-cherry-pick-release-7.5 Should cherry pick this PR to release-7.5 branch. labels Apr 2, 2024
@ti-chi-bot ti-chi-bot bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 2, 2024
releases/release-6.5.9.md Outdated Show resolved Hide resolved
releases/release-6.5.9.md Outdated Show resolved Hide resolved
releases/release-6.5.9.md Outdated Show resolved Hide resolved
qiancai and others added 6 commits April 8, 2024 09:31

- 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)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@flowbehappy 请问上面这两条是否需要挪到 TiCDC bug fixes 部分

releases/release-6.5.9.md Outdated Show resolved Hide resolved
releases/release-6.5.9.md Outdated Show resolved Hide resolved
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-7.6: #17102.

@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-8.0: #17103.

ti-chi-bot pushed a commit to ti-chi-bot/docs-cn that referenced this pull request Apr 12, 2024
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-7.1: #17104.

ti-chi-bot pushed a commit to ti-chi-bot/docs-cn that referenced this pull request Apr 12, 2024
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-7.4: #17105.

ti-chi-bot pushed a commit to ti-chi-bot/docs-cn that referenced this pull request Apr 12, 2024
ti-chi-bot bot pushed a commit that referenced this pull request Apr 12, 2024
ti-chi-bot bot pushed a commit that referenced this pull request Apr 12, 2024
ti-chi-bot bot pushed a commit that referenced this pull request Apr 12, 2024
ti-chi-bot bot pushed a commit that referenced this pull request Apr 12, 2024
ti-chi-bot bot pushed a commit that referenced this pull request Apr 12, 2024
@qiancai qiancai added the needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. label Apr 12, 2024
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-6.5: #17106.

ti-chi-bot pushed a commit to ti-chi-bot/docs-cn that referenced this pull request Apr 12, 2024
qiancai added a commit that referenced this pull request Apr 12, 2024
* 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)
Copy link
Contributor

Choose a reason for hiding this comment

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

这里 "查询" 应该改为 "创建"。TiFlash panic 的触发时机是创建表插入数据,而不是查询的时候。 @qiancai

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@yibin87 yibin87 left a comment

Choose a reason for hiding this comment

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

LGTM

github-actions bot pushed a commit to qiancai/pingcap-docsite-preview that referenced this pull request Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. needs-cherry-pick-release-7.1 Should cherry pick this PR to release-7.1 branch. needs-cherry-pick-release-7.5 Should cherry pick this PR to release-7.5 branch. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.