Skip to content

add v6.5.1 release notes #12809

Merged
ti-chi-bot merged 26 commits into
pingcap:masterfrom
qiancai:add_6.5.1_rn
Mar 10, 2023
Merged

add v6.5.1 release notes #12809
ti-chi-bot merged 26 commits into
pingcap:masterfrom
qiancai:add_6.5.1_rn

Conversation

@qiancai
Copy link
Copy Markdown
Collaborator

@qiancai qiancai commented Mar 8, 2023

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.

  • master (the latest development version)
  • v7.0 (TiDB 7.0 versions)
  • v6.6 (TiDB 6.6 versions)
  • v6.5 (TiDB 6.5 versions)
  • v6.4 (TiDB 6.4 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)?

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 the translation/from-docs-cn This PR is translated from a PR in pingcap/docs-cn. label Mar 8, 2023
@ti-chi-bot
Copy link
Copy Markdown
Member

ti-chi-bot commented Mar 8, 2023

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • hfxsd
  • ran-huang

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Details

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@ti-chi-bot ti-chi-bot requested a review from TomShawn March 8, 2023 03:16
@ti-chi-bot ti-chi-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 8, 2023
@qiancai qiancai added needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. needs-cherry-pick-release-6.6 labels Mar 8, 2023
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
@hfxsd hfxsd self-requested a review March 8, 2023 09:11
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
Comment thread releases/release-6.5.1.md Outdated
@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Mar 10, 2023
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
@ti-chi-bot ti-chi-bot added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Mar 10, 2023
Copy link
Copy Markdown
Contributor

@shichun-0415 shichun-0415 left a comment

Choose a reason for hiding this comment

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

LGTM

Comment thread releases/release-6.5.1.md Outdated
Copy link
Copy Markdown
Contributor

@TomShawn TomShawn left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Collaborator

@Oreoxmt Oreoxmt left a comment

Choose a reason for hiding this comment

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

LGTM

@ran-huang
Copy link
Copy Markdown
Contributor

/merge

@ti-chi-bot
Copy link
Copy Markdown
Member

This pull request has been accepted and is ready to merge.

DetailsCommit hash: dba3381

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Mar 10, 2023
@ti-chi-bot ti-chi-bot merged commit 5c8e512 into pingcap:master Mar 10, 2023
Comment thread releases/release-6.5.1.md
- Fix the issue that when `globalMemoryControl` is killing a query, the `KILL` operation might not end [#41057](https://github.com/pingcap/tidb/issues/41057) @[wshwsh12](https://github.com/wshwsh12)
- Fix the issue that TiDB might panic after `indexMerge` encounters an error [#41047](https://github.com/pingcap/tidb/issues/41047) [#40877](https://github.com/pingcap/tidb/issues/40877) @[guo-shaoge](https://github.com/guo-shaoge) @[windtalker](https://github.com/windtalker)
- Fix the issue that the `ANALYZE` statement might be terminated by `KILL` [#41825](https://github.com/pingcap/tidb/issues/41825) @[XuHuaiyu](https://github.com/XuHuaiyu)
- Fix the issue that gorountine leak might occur in `indexMerge` [#41545](https://github.com/pingcap/tidb/issues/41545) [#41605](https://github.com/pingcap/tidb/issues/41605) @[guo-shaoge](https://github.com/guo-shaoge)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- Fix the issue that gorountine leak might occur in `indexMerge` [#41545](https://github.com/pingcap/tidb/issues/41545) [#41605](https://github.com/pingcap/tidb/issues/41605) @[guo-shaoge](https://github.com/guo-shaoge)
- Fix the issue that goroutine leak might occur in `indexMerge` [#41545](https://github.com/pingcap/tidb/issues/41545) [#41605](https://github.com/pingcap/tidb/issues/41605) @[guo-shaoge](https://github.com/guo-shaoge)

@ti-chi-bot ti-chi-bot mentioned this pull request Mar 10, 2023
16 tasks
@ti-chi-bot
Copy link
Copy Markdown
Member

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

@ti-chi-bot ti-chi-bot mentioned this pull request Mar 10, 2023
16 tasks
@ti-chi-bot
Copy link
Copy Markdown
Member

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

ti-chi-bot added a commit that referenced this pull request Mar 10, 2023
ran-huang added a commit that referenced this pull request Mar 10, 2023
* Create release-6.5.1.md

* add 2 BR issues

* Update release-6.5.1.md

* replace with English existing release notes

* update pr author for some issues

* Update releases/release-6.5.1.md

* Update release-6.5.1.md

* Update release-6.5.1.md

* Update releases/release-6.5.1.md

* bug fix- tidb - first 13

* synch with Chinese changes

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: xixirangrang <hfxsd@hotmail.com>

* Update releases/release-6.5.1.md

* Update releases/release-6.5.1.md

Co-authored-by: xixirangrang <hfxsd@hotmail.com>

* update TiDB, TiKV, and PD

* Apply suggestions from code review

Co-authored-by: Ran <huangran.alex@gmail.com>

* Apply suggestions from code review

Co-authored-by: Aolin <aolinz@outlook.com>

* remove the dup mark

* add v6.5.1 for TOC

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Grace Cai <qqzczy@126.com>

* Update releases/release-6.5.1.md

* Apply suggestions from code review

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>

* Update releases/release-6.5.1.md

* fix format

* Update releases/release-6.5.1.md

* fix anchor

Signed-off-by: Ran <huangran.alex@gmail.com>

---------

Signed-off-by: Ran <huangran.alex@gmail.com>
Co-authored-by: qiancai <qqzczy@126.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
Co-authored-by: xixirangrang <hfxsd@hotmail.com>
Co-authored-by: Ran <huangran.alex@gmail.com>
Co-authored-by: Aolin <aolinz@outlook.com>
Co-authored-by: shichun-0415 <89768198+shichun-0415@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. translation/from-docs-cn This PR is translated from a PR in pingcap/docs-cn.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants