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 4.0.3 release notes #3291

Merged
merged 26 commits into from
Jul 24, 2020
Merged

Conversation

ti-srebot
Copy link
Contributor

update TiDB v4.0.3 release notes

Signed-off-by: YangKeao <you1474600@gmail.com>
@uglyengineer
Copy link
Contributor

Copy link
Contributor

@lhy1024 lhy1024 left a comment

Choose a reason for hiding this comment

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

Add Dashboard

releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
@lilin90 lilin90 requested a review from TomShawn July 17, 2020 02:55
Co-authored-by: ruoxi <zanmato1984@gmail.com>
Co-authored-by: Neil Shen <overvenus@gmail.com>
Co-authored-by: Yiding Cui <winoros@gmail.com>
Co-authored-by: lhy1024 <admin@liudos.us>
Co-authored-by: MyonKeminta <9948422+MyonKeminta@users.noreply.github.com>
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
TomShawn and others added 3 commits July 17, 2020 11:01
Co-authored-by: MyonKeminta <9948422+MyonKeminta@users.noreply.github.com>
Comment on lines 147 to 158
## Others

+ TiDB

- Add system tables `tiflash_tables` and `tiflash_segments` [#18536](https://github.com/pingcap/tidb/pull/18536)
- Executor: return the OOM error when indexHashJoin worker panics [#18527](https://github.com/pingcap/tidb/pull/18527)
- Enable collect execution information by default [#18518](https://github.com/pingcap/tidb/pull/18518)
- To speed up canceling a query [#18505](https://github.com/pingcap/tidb/pull/18505)
- Change the default value of OOMAction to OOMActionCancel. [#18502](https://github.com/pingcap/tidb/pull/18502)
- Add a header for tidb_decode_plan result. [#18501](https://github.com/pingcap/tidb/pull/18501)
- Make the configuration checker compatible with older versions of the configuration [#18046](https://github.com/pingcap/tidb/pull/18046)
- Insert negative primary key into auto_random table won't trigger rebase. [#17987](https://github.com/pingcap/tidb/pull/17987)
Copy link
Contributor

@TomShawn TomShawn Jul 17, 2020

Choose a reason for hiding this comment

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

@uglyengineer @winoros Please help confirm these notes belong to which category.

@TomShawn TomShawn added DNM until Ansible tag is ready translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR. labels Jul 17, 2020
@TomShawn TomShawn changed the title update TiDB v4.0.3 release notes releases: add TiDB 4.0.3 release notes Jul 17, 2020
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
Co-authored-by: Yiding Cui <winoros@gmail.com>
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/4.0.3.md Outdated Show resolved Hide resolved
releases/release-4.0.3.md Outdated Show resolved Hide resolved
releases/release-4.0.3.md Outdated Show resolved Hide resolved
TomShawn and others added 2 commits July 21, 2020 17:30
Co-authored-by: Yiding Cui <winoros@gmail.com>
Co-authored-by: Yiding Cui <winoros@gmail.com>
releases/release-4.0.3.md Outdated Show resolved Hide resolved
releases/release-4.0.3.md Outdated Show resolved Hide resolved
releases/release-4.0.3.md Outdated Show resolved Hide resolved
releases/release-4.0.3.md Outdated Show resolved Hide resolved
releases/release-4.0.3.md Outdated Show resolved Hide resolved
Copy link
Member

@winoros winoros 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-srebot
Copy link
Contributor Author

@winoros,Thanks for your review. However, LGTM is restricted to Reviewers or higher roles.See the corresponding SIG page for more information. Related SIGs: docs(slack).

Copy link
Member

@winoros winoros 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-srebot
Copy link
Contributor Author

@winoros,Thanks for your review. However, LGTM is restricted to Reviewers or higher roles.See the corresponding SIG page for more information. Related SIGs: docs(slack).

@bb7133
Copy link
Member

bb7133 commented Jul 24, 2020

LGTM

@ti-srebot
Copy link
Contributor Author

@bb7133,Thanks for your review. However, LGTM is restricted to Reviewers or higher roles.See the corresponding SIG page for more information. Related SIGs: docs(slack).

@ti-srebot ti-srebot added the status/LGT1 Indicates that a PR has LGTM 1. label Jul 24, 2020
@TomShawn TomShawn added the require-LGT1 Indicates that the PR requires an LGTM. label Jul 24, 2020
@sre-bot sre-bot merged commit 7e72950 into pingcap:master Jul 24, 2020
ti-srebot added a commit to ti-srebot/docs that referenced this pull request Jul 24, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@ti-srebot
Copy link
Contributor Author

cherry pick to release-4.0 in PR #3417

TomShawn pushed a commit that referenced this pull request Jul 24, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
require-LGT1 Indicates that the PR requires an LGTM. status/LGT1 Indicates that a PR has LGTM 1. translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.