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.1.2 release notes #6500

Merged
merged 38 commits into from
Sep 27, 2021
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
0ec720c
merge from upstream master
ti-srebot Jul 31, 2021
75641ac
merge from upstream master
ti-srebot Sep 10, 2021
afec2bc
merge from upstream master
ti-srebot Sep 14, 2021
618b2b0
merge from upstream master
ti-srebot Sep 14, 2021
fb9386f
releases: add TiDB 5.1.2-10-06-33 release notes
ti-srebot Sep 18, 2021
8d2a370
toc
TomShawn Sep 18, 2021
d8bce57
Apply suggestions from code review
TomShawn Sep 18, 2021
06e57ef
Update releases/release-5.1.2.md
TomShawn Sep 18, 2021
01f51a4
Update releases/release-5.1.2.md
TomShawn Sep 18, 2021
a40d5e1
add notes from comments
TomShawn Sep 24, 2021
a3ecb69
add more tidb notes
TomShawn Sep 24, 2021
595252e
Update releases/release-5.1.2.md
qiancai Sep 26, 2021
03c94fe
Apply suggestions from code review
qiancai Sep 26, 2021
822f06b
Apply suggestions from code review
TomShawn Sep 26, 2021
6430852
Update releases/release-5.1.2.md
TomShawn Sep 26, 2021
043e0d6
Update releases/release-5.1.2.md
qiancai Sep 26, 2021
af41e4b
Apply suggestions from code review
qiancai Sep 26, 2021
e797df4
replace pr numbers with issue numbers
qiancai Sep 26, 2021
7901389
Update releases/release-5.1.2.md
TomShawn Sep 27, 2021
bb9056e
Apply suggestions from code review
TomShawn Sep 27, 2021
12f01ec
fix
TomShawn Sep 27, 2021
7628831
Update releases/release-5.1.2.md
TomShawn Sep 27, 2021
7c6b83e
Update releases/release-5.1.2.md
TomShawn Sep 27, 2021
9805f49
Apply suggestions from code review
Liuxiaozhen12 Sep 27, 2021
495172f
Update releases/release-5.1.2.md
Liuxiaozhen12 Sep 27, 2021
48eb24d
Update releases/release-5.1.2.md
TomShawn Sep 27, 2021
67e91d4
Update releases/release-5.1.2.md
TomShawn Sep 27, 2021
a72c1ac
Update releases/release-5.1.2.md
qiancai Sep 27, 2021
ee9c059
Apply suggestions from code review
qiancai Sep 27, 2021
39bc08f
Apply suggestions from code review
qiancai Sep 27, 2021
2cb972e
Update releases/release-5.1.2.md
qiancai Sep 27, 2021
350bf7f
Update releases/release-5.1.2.md
shichun-0415 Sep 27, 2021
6c7e4f4
Update releases/release-5.1.2.md
TomShawn Sep 27, 2021
e47aab7
Update releases/release-5.1.2.md
en-jin19 Sep 27, 2021
d3279c5
Update releases/release-5.1.2.md
TomShawn Sep 27, 2021
8fc30ba
Apply suggestions from code review
en-jin19 Sep 27, 2021
83b8e43
move notes
TomShawn Sep 27, 2021
90678ab
Merge branch 'update-5.1.2-10-06-33' of https://github.com/ti-srebot/…
TomShawn Sep 27, 2021
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
Prev Previous commit
Next Next commit
Update releases/release-5.1.2.md
  • Loading branch information
en-jin19 authored Sep 27, 2021
commit e47aab78b4ba4f780d8d5198e83a1631f6f46920
2 changes: 1 addition & 1 deletion releases/release-5.1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ TiDB version: 5.1.2
- Fix the potential disk full issue caused by corrupted snapshot files [#10813](https://github.com/tikv/tikv/issues/10813)
- Make the slow log of TiKV coprocessor only consider the time spent on processing requests [#10841](https://github.com/tikv/tikv/issues/10841)
- Drop log instead of blocking threads when the slogger thread is overloaded and the queue is filled up [#10841](https://github.com/tikv/tikv/issues/10841)
- Fix a panic issue that occurs when processing Coprocessor requests times out [#10852](https://github.com/tikv/tikv/issues/10852)
- Fix a panic issue that occurs when TiKV processes Coprocessor requests times out [#10852](https://github.com/tikv/tikv/issues/10852)
en-jin19 marked this conversation as resolved.
Show resolved Hide resolved
- Fix the TiKV panic issue that occurs when upgrading from a pre-5.0 version with Titan enabled [#10842](https://github.com/tikv/tikv/pull/10842)
- Fix the issue that TiKV of a newer version cannot be rolled back to v5.0.x [#10842](https://github.com/tikv/tikv/pull/10842)
- Fix the issue that TiKV might delete files before ingesting data to RocksDB [#10438](https://github.com/tikv/tikv/issues/10438)
Expand Down