Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored and ti-chi-bot committed Sep 9, 2021
1 parent 5c5d3da commit db0cef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions releases/release-5.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Release date: September 9, 2021

TiDB version: 5.2.1

## Bug Fixes
## Bug fixes

+ TiDB

- Fix the error report of a wrong execution plan caused by the shallow copy of schema columns when pushing down the aggregation operators in partition tables [#27797](https://github.com/pingcap/tidb/issues/27797) [#26554](https://github.com/pingcap/tidb/issues/26554)
- Fix an error that occurs during execution caused by the wrong execution plan. The wrong execution plan is caused by the shallow copy of schema columns when pushing down the aggregation operators on partitioned tables. [#27797](https://github.com/pingcap/tidb/issues/27797) [#26554](https://github.com/pingcap/tidb/issues/26554)

+ TiKV

- Fix the issue of unavailable TiKV caused by Raftstore deadlock when migrating Regions. You can deal with this issue by closing the scheduling or restarting the unavailable TiKV [#10909](https://github.com/tikv/tikv/issues/10909)
- Fix the issue of unavailable TiKV caused by Raftstore deadlock when migrating Regions. The workaround is to disable the scheduling and restart the unavailable TiKV. [#10909](https://github.com/tikv/tikv/issues/10909)

0 comments on commit db0cef8

Please sign in to comment.