-
Notifications
You must be signed in to change notification settings - Fork 688
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
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
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.
These PR have been reverted, remove them.
Co-authored-by: JaySon <jayson.hjs@gmail.com>
releases/release-5.0.2.md
Outdated
- 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) |
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.
- 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>
@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. |
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
@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. |
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
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
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 690ac02
|
/merge |
In response to a cherrypick label: new pull request created: #5766. |
What is changed, added or deleted? (Required)
add tidb 5.0.2 release notes
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?