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

add 6.1.3 release notes #11445

Merged
merged 28 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2efe0ea
add 6.1.3 release notes
shichun-0415 Nov 25, 2022
63dd140
Update release-6.1.3.md
shichun-0415 Nov 28, 2022
928eccc
correct owner
shichun-0415 Nov 28, 2022
f358014
Update releases/release-6.1.3.md
flowbehappy Nov 30, 2022
449c320
Apply suggestions from code review
shichun-0415 Nov 30, 2022
edbcc87
Update releases/release-6.1.3.md
lance6716 Nov 30, 2022
a5e6eb2
Update releases/release-6.1.3.md
lance6716 Nov 30, 2022
d1e3ed6
add PD and TiCDC improvements, and planner bug fixes
shichun-0415 Nov 30, 2022
66270d4
Update releases/release-6.1.3.md
lance6716 Dec 1, 2022
9ba9afe
Apply suggestions from code review
shichun-0415 Dec 1, 2022
e703aeb
Update release-6.1.3.md
shichun-0415 Dec 1, 2022
d2d8c93
Update release-6.1.3.md
shichun-0415 Dec 1, 2022
85c352a
Apply suggestions from code review
shichun-0415 Dec 1, 2022
aac988f
bug fix: tools
Oreoxmt Dec 1, 2022
e835941
Apply suggestions from code review
TomShawn Dec 2, 2022
4a8df97
Apply suggestions from code review
TomShawn Dec 2, 2022
9dcd68d
Update releases/release-6.1.3.md
TomShawn Dec 2, 2022
8dcf6ad
Apply suggestions from code review
shichun-0415 Dec 2, 2022
86c5d5b
Add go info
shichun-0415 Dec 2, 2022
be86e23
Apply suggestions from code review
Oreoxmt Dec 2, 2022
71d542e
Apply suggestions from code review
shichun-0415 Dec 2, 2022
8b312b3
add OOM link and finalize the RN
shichun-0415 Dec 5, 2022
a5b7110
add a link to go 1.19
shichun-0415 Dec 5, 2022
a5011da
add go 1.19 RN link
shichun-0415 Dec 5, 2022
118cb0b
add variable link
shichun-0415 Dec 5, 2022
8a261c3
Apply suggestions from code review
shichun-0415 Dec 5, 2022
a4f4179
Apply suggestions from code review
shichun-0415 Dec 5, 2022
f1bc70a
Merge remote-tracking branch 'upstream/master' into 6.1.3-RN
shichun-0415 Dec 5, 2022
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
1 change: 1 addition & 0 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@
- v6.2
- [6.2.0-DMR](/releases/release-6.2.0.md)
- v6.1
- [6.1.3](/releases/release-6.1.3.md)
- [6.1.2](/releases/release-6.1.2.md)
- [6.1.1](/releases/release-6.1.1.md)
- [6.1.0](/releases/release-6.1.0.md)
Expand Down
92 changes: 92 additions & 0 deletions releases/release-6.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
title: TiDB 6.1.3 Release Notes
---

# TiDB 6.1.3 Release Notes

Release date: xx, xx, 2022

TiDB version: 6.1.3

Quick access: [Quick start](https://docs.pingcap.com/tidb/v6.1/quick-start-with-tidb) | [Production deployment](https://docs.pingcap.com/tidb/v6.1/production-deployment-using-tiup) | [Installation packages](https://www.pingcap.com/download/?version=v6.1.3#version-list)

## Improvements

shichun-0415 marked this conversation as resolved.
Show resolved Hide resolved
shichun-0415 marked this conversation as resolved.
Show resolved Hide resolved
shichun-0415 marked this conversation as resolved.
Show resolved Hide resolved
## Bug fixes

+ TiDB

<!--sql-infra and tidb owner: bb7133-->

- (dup) Fix the issue that the `grantor` field is missing in the `mysql.tables_priv` table [#38293](https://github.com/pingcap/tidb/issues/38293) @[CbcWestwolf](https://github.com/CbcWestwolf)
- (dup) Fix the issue of the wrong query result that occurs when the mistakenly pushed-down conditions are discarded by Join Reorder [#38736](https://github.com/pingcap/tidb/issues/38736) @[winoros](https://github.com/winoros)
- Fix an issue that `get_lock()` cannot hold for more than 10 minutes. [#38706](https://github.com/pingcap/tidb/issues/38706) @[tangenta](https://github.com/tangenta)
- Fix the issue that the auto increment column cannot be used with check constraint. [#38894](https://github.com/pingcap/tidb/issues/38894) @[YangKeao](https://github.com/YangKeao)
- Fix broken log rotation of grpc [#38941](https://github.com/pingcap/tidb/issues/38941) @[xhebox](https://github.com/xhebox)
- Delete TiFlash sync status from etcd when table is truncated or dropped [#37168](https://github.com/pingcap/tidb/issues/37168) @[CalvinNeo](https://github.com/CalvinNeo)
- Fix the issue of arbitrary file read via data source name injection (CVE-2022-3023). [#38541](https://github.com/pingcap/tidb/issues/38541) @[lance6716](https://github.com/lance6716)
shichun-0415 marked this conversation as resolved.
Show resolved Hide resolved

<!--executor owner: zanmato1984-->

<!--planner owner: qw4990-->
shichun-0415 marked this conversation as resolved.
Show resolved Hide resolved

<!--transaction owner: cfzjywxk-->

- (dup) Fix the issue that in some scenarios the pessimistic lock is incorrectly added to the non-unique secondary index [#36235](https://github.com/pingcap/tidb/issues/36235) @[ekexium](https://github.com/ekexium)

- PD

<!--owner: nolouch -->

- (dup) Fix inaccurate Stream timeout and accelerate leader switchover [#5207](https://github.com/tikv/pd/issues/5207) @[CabinfeverB](https://github.com/CabinfeverB)

+ TiKV

<!--owner: tonyxuqqi-->

- (dup) Fix abnormal Region competition caused by expired lease during snapshot acquisition [#13553](https://github.com/tikv/tikv/issues/13553) @[SpadeA-Tang](https://github.com/SpadeA-Tang)

+ TiFlash

<!--compute owner: zanmato1984 -->

- (dup) Fix the issue that logical operators return wrong results when the argument type is UInt8 [#6127](https://github.com/pingcap/tiflash/issues/6127)
- (dup) Fix the issue that wrong data input for `CAST(value AS DATETIME)` causing high TiFlash sys CPU [#5097](https://github.com/pingcap/tiflash/issues/5097) @[xzhangxian1008](https://github.com/xzhangxian1008)

<!--storage owner: flowbehappy -->

- Fix the issue that heavy write pressure could generate too many column files in delta layer. [#6361](https://github.com/pingcap/tiflash/issues/6361) @[lidezhu](https://github.com/lidezhu)
TomShawn marked this conversation as resolved.
Show resolved Hide resolved
- Fix the issue that column files in delta layer cannot be compacted after restart tiflash [#6159](https://github.com/pingcap/tiflash/issues/6159) @[lidezhu](https://github.com/lidezhu)
TomShawn marked this conversation as resolved.
Show resolved Hide resolved

+ Tools

+ Backup & Restore (BR)

shichun-0415 marked this conversation as resolved.
Show resolved Hide resolved
<!--owner: @3pointer-->

+ Dumpling

<!--owner: @niubell-->

+ TiCDC

<!--owner: @nongfushanquan-->

- Fix an issue that causes data lost when pause and resume changefeed while executing DDL. [#7682](https://github.com/pingcap/tiflow/issues/7682) @[asddongmen](https://github.com/asddongmen)

+ TiDB Binlog

<!--owner: @niubell-->

+ TiDB Data Migration (DM)

<!--owner: @niubell-->

- Fix the issue that when `collation_compatible` is set to `"strict"`, DM might generate SQL with duplicated collations [#6832](https://github.com/pingcap/tiflow/issues/6832) @[lance6716](https://github.com/lance6716)
- Fix sometime DM task is stopped with error "Unknown placement policy" [#7493](https://github.com/pingcap/tiflow/issues/7493) @[lance6716](https://github.com/lance6716)
- Fix in some cases log contains many "COMMIT" related lines and relay log file may re-pull from upstream [#7719](https://github.com/pingcap/tiflow/pull/7719) @[liumengya94](https://github.com/liumengya94)
lance6716 marked this conversation as resolved.
Show resolved Hide resolved
- Fix when DM worker exits a new worker may be scheduled too quickly and write duplicated data [#7745](https://github.com/pingcap/tiflow/pull/7745) @[GMHDBJD](https://github.com/GMHDBJD)

lance6716 marked this conversation as resolved.
Show resolved Hide resolved
+ TiDB Lightning

<!--owner: @niubell-->
1 change: 1 addition & 0 deletions releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ aliases: ['/docs/dev/releases/release-notes/','/docs/dev/releases/rn/']

## 6.1

- [6.1.3](/releases/release-6.1.3.md): 2022-xx-xx
- [6.1.2](/releases/release-6.1.2.md): 2022-10-24
- [6.1.1](/releases/release-6.1.1.md): 2022-09-01
- [6.1.0](/releases/release-6.1.0.md): 2022-06-13
Expand Down
1 change: 1 addition & 0 deletions releases/release-timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This document shows all the released TiDB versions in reverse chronological orde

| Version | Release Date |
| :--- | :--- |
| [6.1.3](/releases/release-6.1.3.md) | 2022-xx-xx |
| [5.3.4](/releases/release-5.3.4.md) | 2022-11-24 |
| [6.4.0-DMR](/releases/release-6.4.0.md) | 2022-11-17 |
| [6.1.2](/releases/release-6.1.2.md) | 2022-10-24 |
Expand Down