Skip to content

Commit

Permalink
release note: add a check item for feedback-probability (#6887)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Aug 30, 2021
1 parent 93903cb commit b461fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions releases/release-5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ TiDB 版本:5.0.0

### 其他

+ 升级前,请检查 TiDB 配置项 [`feedback-probability`](/tidb-configuration-file.md#feedback-probability) 的值。如果不为 0,升级后会触发 "panic in the recoverable goroutine" 报错,但不影响升级。
+ 为了避免造成数据正确性问题,列类型变更不再允许 `VARCHAR` 类型和 `CHAR` 类型的互相转换。

## 新功能
Expand Down
1 change: 1 addition & 0 deletions releases/release-5.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ TiDB 版本:5.1

### 其他

- 升级前,请检查 TiDB 配置项 [`feedback-probability`](/tidb-configuration-file.md#feedback-probability) 的值。如果不为 0,升级后会触发 "panic in the recoverable goroutine" 报错,但不影响升级。
- 为了提升 TiDB 性能,TiDB 的 Go 编译器版本从 go1.13.7 升级到了 go1.16.4。如果你是 TiDB 的开发者,为了能保证顺利编译,请对应升级你的 Go 编译器版本。
- 请避免在对使用 TiDB Binlog 的集群进行滚动升级的过程中新创建聚簇索引表。
- 请避免在 TiDB 滚动升级时执行 `alter table ... modify column``alter table ... change column`
Expand Down

0 comments on commit b461fe3

Please sign in to comment.