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

release: add TiDB 5.3.3 release note (#10393) #10433

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
This is an automated cherry-pick of #10393
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
TomShawn authored and ti-chi-bot committed Sep 14, 2022
commit 211f3207016a6420ccd2c97cbf2aebafac646f3c
1 change: 1 addition & 0 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@
- [5.4.1](/releases/release-5.4.1.md)
- [5.4.0](/releases/release-5.4.0.md)
- v5.3
- [5.3.3](/releases/release-5.3.3.md)
- [5.3.2](/releases/release-5.3.2.md)
- [5.3.1](/releases/release-5.3.1.md)
- [5.3.0](/releases/release-5.3.0.md)
Expand Down
23 changes: 23 additions & 0 deletions releases/release-5.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: TiDB 5.3.3 Release Note
---

# TiDB 5.3.3 Release Note

Release date: September 14, 2022

TiDB version: 5.3.3

## Bug fix

+ TiKV

- Fix the issue of continuous SQL execution errors in the cluster after the PD leader is switched or PD is restarted.

This issue is caused by a TiKV bug that TiKV does not retry sending heartbeat information to PD client after heartbeat requests fail, until TiKV reconnects to PD client. As a result, the Region information on the failed TiKV node becomes outdated, and TiDB cannot get the latest Region information, which causes SQL execution errors.

This issue is fixed in v5.3. You can upgrade your cluster to v5.3.3.

As a workaround, you can also restart the TiKV nodes that cannot send Region heartbeat to PD, until there is no Region heartbeat to send.

For bug details, see [#12934](https://github.com/tikv/tikv/issues/12934).
1 change: 1 addition & 0 deletions releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ title: Release Notes

## 5.3

- [5.3.3](/releases/release-5.3.3.md)
- [5.3.2](/releases/release-5.3.2.md)
- [5.3.1](/releases/release-5.3.1.md)
- [5.3.0](/releases/release-5.3.0.md)
Expand Down
6 changes: 6 additions & 0 deletions releases/release-timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This document shows all the released TiDB versions in reverse chronological orde

| Version | Release Date |
| :--- | :--- |
<<<<<<< HEAD
=======
| [5.3.3](/releases/release-5.3.3.md) | 2022-09-14 |
| [6.1.1](/releases/release-6.1.1.md) | 2022-09-01 |
| [6.2.0-DMR](/releases/release-6.2.0.md) | 2022-08-23 |
>>>>>>> 1935d74ad (release: add TiDB 5.3.3 release note (#10393))
TomShawn marked this conversation as resolved.
Show resolved Hide resolved
| [5.4.2](/releases/release-5.4.2.md) | 2022-07-08 |
| [5.3.2](/releases/release-5.3.2.md) | 2022-06-29 |
| [5.4.1](/releases/release-5.4.1.md) | 2022-05-13 |
Expand Down