-
Notifications
You must be signed in to change notification settings - Fork 709
best-practice: update massive regions to match 4.0 (#2595) #2969
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
best-practice: update massive regions to match 4.0 (#2595) #2969
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
@BusyJay please accept the invitation then you can push to the cherry-pick pull requests. |
| <<<<<<< HEAD | ||
| Up to TiDB v3.1.0-beta.1, Hibernate Region is still an experimental feature, which is enabled by default in [TiKV master](https://github.com/tikv/tikv/tree/master). You can enable this feature according to your needs. For the configuration of Hibernate Region, refer to [Configure Hibernate Region](https://github.com/tikv/tikv/blob/master/docs/reference/configuration/raftstore-config.md#hibernate-region). | ||
| ======= | ||
| Hibernate Region is enabled by default in [TiKV master](https://github.com/tikv/tikv/tree/master). You can enable this feature according to your needs. For the configuration of Hibernate Region, refer to [Configure Hibernate Region](https://github.com/tikv/tikv/blob/master/docs/reference/configuration/raftstore-config.md#hibernate-region). | ||
| >>>>>>> 3e28802... best-practice: update massive regions to match 4.0 (#2595) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve conflicts. @BusyJay
|
@yikeke, @Connor1996, @zhangjinpeng1987, @kissmydb, @TomShawn, @miaoqingli, PTAL. |
|
@ti-srebot, please update your pull request. |
Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
yikeke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/merge |
|
/run-all-tests |
cherry-pick #2595 to release-3.1
What is changed, added or deleted? (Required)
Update massive regions to match 4.0.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?