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

releases: add tidb 5.0.2 release notes #5739

Merged
merged 20 commits into from
Jun 10, 2021

Conversation

ti-srebot
Copy link
Contributor

@ti-srebot ti-srebot commented Jun 1, 2021

What is changed, added or deleted? (Required)

add tidb 5.0.2 release notes

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v5.1 (TiDB 5.1 versions)
  • v5.0 (TiDB 5.0 versions)
  • v4.0 (TiDB 4.0 versions)
  • v3.1 (TiDB 3.1 versions)
  • v3.0 (TiDB 3.0 versions)
  • v2.1 (TiDB 2.1 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

Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@ti-chi-bot ti-chi-bot requested a review from TomShawn June 1, 2021 11:09
@ti-chi-bot ti-chi-bot added missing-translation-status This PR does not have translation status info. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 1, 2021
@TomShawn TomShawn changed the title update tidb v5.0.2 release notes releases: add tidb v5.0.2 release notes Jun 1, 2021
@TomShawn TomShawn changed the title releases: add tidb v5.0.2 release notes releases: add tidb 5.0.2 release notes Jun 1, 2021
@TomShawn TomShawn added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. needs-cherry-pick-release-5.0 requires-version-specific-changes After cherry-picked, the cherry-picked PR requires further changes. translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR. labels Jun 1, 2021
@ti-chi-bot ti-chi-bot removed the missing-translation-status This PR does not have translation status info. label Jun 1, 2021
@Connor1996 Connor1996 removed their request for review June 2, 2021 06:53
releases/release-5.0.2.md Show resolved Hide resolved
releases/release-5.0.2.md Outdated Show resolved Hide resolved
Copy link
Contributor

@JaySon-Huang JaySon-Huang left a comment

Choose a reason for hiding this comment

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

These PR have been reverted, remove them.

releases/release-5.0.2.md Outdated Show resolved Hide resolved
releases/release-5.0.2.md Outdated Show resolved Hide resolved
TomShawn and others added 2 commits June 2, 2021 16:54
Co-authored-by: JaySon <jayson.hjs@gmail.com>
releases/release-5.0.2.md Show resolved Hide resolved
releases/release-5.0.2.md Outdated Show resolved Hide resolved
releases/release-5.0.2.md Outdated Show resolved Hide resolved
releases/release-5.0.2.md Outdated Show resolved Hide resolved
Comment on lines 62 to 64
- Backup & Restore (BR)

- Fix the bug that batch split region fails due to total key size exceeds raft entry limit [#1148](https://github.com/pingcap/br/pull/1148)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- Backup & Restore (BR)
- Fix the bug that batch split region fails due to total key size exceeds raft entry limit [#1148](https://github.com/pingcap/br/pull/1148)
# TiCDC
## Compatibility Changes
- `--sort-dir` in changefeed command is deprecated, please set `--sort-dir` in server command instead. [#1795](https://github.com/pingcap/ticdc/pull/1795)
## Improvements
- Add metrics for table memory consumption [#1885](https://github.com/pingcap/ticdc/pull/1885)
- Reduce memory malloc in sort heap to avoid too much CPU overhead. [#1863](https://github.com/pingcap/ticdc/pull/1863)
- Modified the update strategy of gcSafePoint. Fix the problem that TiKV GC safe point is blocked indefinitely due to TiCDC changefeed checkpoint stagnation. [#1759](https://github.com/pingcap/ticdc/pull/1759)
- Deleted useless log info that may cause confusion for users. [#1759](https://github.com/pingcap/ticdc/pull/1759)
## Bug Fixes
- Fix time zone lost in Avro output. [#1712](https://github.com/pingcap/ticdc/pull/1712)
- Add stale temporary files clean-up in Unified Sorter, and forbids sharing sort-dir. [#1742](https://github.com/pingcap/ticdc/pull/1742)
- Fix a deadlock bug in the kv client that deadlock happens when large stale regions exist. [#1801](https://github.com/pingcap/ticdc/pull/1801)
- Fix wrong usage in cdc server cli flag, `--cert-allowed-cn` [#1697](https://github.com/pingcap/ticdc/pull/1697)
- Revert the update for explicit_defaults_for_timestamp which requires `SUPER` privilege when replicating to MySQL. [#1750](https://github.com/pingcap/ticdc/pull/1750)
- Support sink flow control to reduce OOM [#1840](https://github.com/pingcap/ticdc/pull/1840)
- Fix a bug about resolved ts stopped when move a table. [#1828](https://github.com/pingcap/ticdc/pull/1828)
# TiDB-binlog
None
# BR
## Improvements
- Clarify some ambiguous error message. [#1132](https://github.com/pingcap/br/pull/1132)
- Checks cluster version of a backup. [#1091](https://github.com/pingcap/br/pull/1091)
- Support backup and restore system tables in the `mysql` database.[#1143](https://github.com/pingcap/br/pull/1143) [#1078](https://github.com/pingcap/br/pull/1078)
## Bug Fixes
- Fix the issue that log restore lost delete key during restore. [#1083](https://github.com/pingcap/br/pull/1083)
- Fix a bug that caused BR send too many useless RPCs to TiKV [#1037](https://github.com/pingcap/br/pull/1037)
- Fix a bug that caused, when backup failed, nothing would be printed to terminal. [#1043](https://github.com/pingcap/br/pull/1043)
# Dumpling
## Improvements
- Fix a bug that caused, when backup failed, nothing would be printed to terminal. [#280](https://github.com/pingcap/dumpling/pull/280)
# TiDB-Lightning
## Bug Fixes
- Fix the issue that lightning panic due to batch kv greater than 4 GB. [#5739](https://github.com/pingcap/br/pull/5739)
- Fix the bug that lightning tidb backend cannot load any data when autocommit is disabled. [#1125](https://github.com/pingcap/br/pull/1125)
- Fix the bug that batch split region fails due to total key size exceeds raft entry limit [#1065](https://github.com/pingcap/br/pull/1065)

Co-authored-by: JaySon <jayson.hjs@gmail.com>
@ti-chi-bot
Copy link
Member

@wshwsh12: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments.

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.

Copy link
Member

@overvenus overvenus left a comment

Choose a reason for hiding this comment

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

LGTM

@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Jun 9, 2021
@ti-chi-bot
Copy link
Member

@hicqu: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments.

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.

Copy link
Contributor

@solotzg solotzg left a comment

Choose a reason for hiding this comment

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

lgtm

releases/release-5.0.2.md Outdated Show resolved Hide resolved
releases/release-5.0.2.md Outdated Show resolved Hide resolved
Copy link
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

@ti-chi-bot
Copy link
Member

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • TomShawn
  • overvenus

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.

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 added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Jun 10, 2021
@TomShawn
Copy link
Contributor

/merge

@ti-chi-bot
Copy link
Member

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

Commit hash: 690ac02

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Jun 10, 2021
@TomShawn TomShawn removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 10, 2021
@TomShawn
Copy link
Contributor

/merge

@ti-chi-bot ti-chi-bot merged commit 4957683 into pingcap:master Jun 10, 2021
@TomShawn TomShawn deleted the update-5.0.2 branch June 10, 2021 03:26
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created: #5766.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires-version-specific-changes After cherry-picked, the cherry-picked PR requires further changes. 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/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.

10 participants