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.1 release notes #6733

Merged
merged 14 commits into from
Jul 30, 2021
Merged

Conversation

TomShawn
Copy link
Contributor

What is changed, added or deleted? (Required)

add TiDB 5.1.1 release notes

Which TiDB version(s) do your changes apply to? (Required)

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions (in Chinese).

  • master (the latest development version)
  • v5.1 (TiDB 5.1 versions)
  • v5.0 (TiDB 5.0 versions)
  • v4.0 (TiDB 4.0 versions)
  • v3.1 (TiDB 3.1 versions)
  • v3.0 (TiDB 3.0 versions)
  • v2.1 (TiDB 2.1 versions)

What is the related PR or file link(s)?

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

@ti-chi-bot
Copy link
Member

ti-chi-bot commented Jul 26, 2021

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • Liuxiaozhen12

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@ti-chi-bot ti-chi-bot added missing-translation-status This PR does not have translation status info. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 26, 2021
@TomShawn TomShawn added needs-cherry-pick-release-5.1 translation/from-docs This PR is translated from a PR in pingcap/docs. labels Jul 26, 2021
@ti-chi-bot ti-chi-bot removed the missing-translation-status This PR does not have translation status info. label Jul 26, 2021
releases/release-5.1.1.md Show resolved Hide resolved

## 改进提升

## Bug 修复
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • TiFlash

    • 修复处理扫表任务时出现进程崩溃的潜在问题
    • 修复处理 DAG 请求时出现 duplicated region 报错的问题
    • 修复读负载高的情况下进程崩溃的问题
    • 修复执行 DateFormat 函数时出现进程崩溃的潜在问题
    • 修复处理 MPP 任务时出现内存泄漏的潜在问题
    • 修复执行 COUNTCOUNT DISTINCT 函数时出现非预期结果的问题
    • 修复多盘部署时出现数据无法恢复的潜在问题
    • 修复 TiDB Dashboard 无法正确显示 TiFlash 磁盘信息的问题
    • 修复析构 SharedQueryBlockInputStream 时出现进程崩溃的潜在问题
    • 修复析构 MPPTask 时出现进程崩溃的潜在问题

@TomShawn TomShawn requested a review from liuzix July 28, 2021 03:08
@ti-chi-bot ti-chi-bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 28, 2021
@tabokie
Copy link
Contributor

tabokie commented Jul 28, 2021

+ TiKV

## 改进提升

    - 提高 prewrite 请求的幂等性以减少不确定性错误的概率 [#10586](https://github.com/tikv/tikv/pull/10586)
    - 预防处理过期请求时的栈溢出风险 [#10502](https://github.com/tikv/tikv/pull/10502)
    - 不使用 stale read 请求的 `start_ts` 更新 `max_ts` 以避免不必要的 commit 请求重试 [#10451](https://github.com/tikv/tikv/pull/10451)
    - 分离处理读写的 ready 状态以减少读延迟 [#10592](https://github.com/tikv/tikv/pull/10592)
    - 降低 I/O 限流器开启后对数据导入速度的影响 [#10390](https://github.com/tikv/tikv/pull/10390)
    - 提升 Raft gRPC 连接的负载均衡 [#10495](https://github.com/tikv/tikv/pull/10495)

## 问题修复

    - 修复某些平台上计时操作触发 panic 的问题 [#10569](https://github.com/tikv/tikv/pull/10569)
    - 修复 load-base-split 误用 `batch_get_command` 中未编码的键 [#10565](https://github.com/tikv/tikv/pull/10565)
    - 修复 `resolved-ts.advance-ts-interval` 在线配置无法立即起效的问题 [#10494](https://github.com/tikv/tikv/pull/10494)
    - 修复在超过 4 副本的罕见场景下 follower 元信息损坏的问题 [#10486](https://github.com/tikv/tikv/pull/10486)
    - 修复加密启用时两次构建快照触发 panic 的问题 [#10464](https://github.com/tikv/tikv/pull/10464)
    - 修正 `tikv_raftstore_hibernated_peer_state` 监控指标项 [#10432](https://github.com/tikv/tikv/pull/10432)
    - 修复 `json_unquote` 使用错误参数类型的问题 [#10428](https://github.com/tikv/tikv/pull/10428)
    - 修复悲观事务中索引键被重复 commit 的问题 [#10586](https://github.com/tikv/tikv/pull/10586)
    - 修复 `ReadIndex` 请求在 leader 迁移后返回过期数据的问题 [#10474](https://github.com/tikv/tikv/pull/10474)

@ti-chi-bot ti-chi-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 29, 2021
releases/release-5.1.1.md Show resolved Hide resolved
releases/release-5.1.1.md Show resolved Hide resolved
releases/release-5.1.1.md Show resolved Hide resolved

- 修复了 `tidb_enable_amend_pessimistic_txn=on` 下更改列类型可能出现数据丢失的问题 [#26203](https://github.com/pingcap/tidb/issues/26203)
- 修复了 `last_day` 函数的行为在 SQL 模式下不兼容的问题 [#26001](https://github.com/pingcap/tidb/pull/26001)
?- 修复 `LIMIT` 位于窗口函数之上时可能出现的 panic 问题 [#25980](https://github.com/pingcap/tidb/pull/25980)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eurekaka PTAL this note. Thanks!

releases/release-5.1.1.md Outdated Show resolved Hide resolved
@AilinKid
Copy link
Contributor

Rest LGTM

Co-authored-by: Arenatlx <ailinsilence4@gmail.com>
Copy link
Contributor

@solotzg solotzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@tabokie tabokie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ti-chi-bot
Copy link
Member

@tabokie: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments.

In response to this:

LGTM

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Jul 30, 2021
@TomShawn
Copy link
Contributor Author

/remove-status LGT1
/status LGT2

@ti-chi-bot ti-chi-bot added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Jul 30, 2021
@TomShawn
Copy link
Contributor Author

/merge

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: a72c828

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Jul 30, 2021
@ti-chi-bot ti-chi-bot merged commit 5845592 into pingcap:master Jul 30, 2021
@TomShawn TomShawn deleted the 5.1.1-rn branch July 30, 2021 10:41
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created: #6777.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. translation/from-docs This PR is translated from a PR in pingcap/docs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants