-
Notifications
You must be signed in to change notification settings - Fork 721
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
*: add change log for 2.0 GA #1038
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
# PD Change Log | ||
|
||
## v2.0.0-GA | ||
### New Features | ||
* Support using pd-ctl to scatter spcified Regions for manually adjusting hotspot Regions in some cases | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. spcified -> specified |
||
### Improvements | ||
* More configuration check rules to prevent unreasonable configuration | ||
* Optimize scheduling strategy when TiKV node has insufficient space, try the best to prevent disk from becoming full | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: Optimize the scheduling strategy when a TiKV node has insufficient space so as to prevent the disk from being fully occupied |
||
* Optimize hot-region scheduler execution efficiency and add more metrics | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Optimize the execution efficiency of the hot-region scheduler and add more metrics There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is named hot-region scheduler in code. |
||
* Optimize Region health check logic to avoid generating redundant schedule operators | ||
|
||
## v2.0.0-rc.5 | ||
### New Features | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. New Feature |
||
* Support adding the learner node | ||
### Improves | ||
### Improvements | ||
* Optimize the Balance Region Scheduler to reduce scheduling overhead | ||
* Adjust the default value of `schedule-limit` configuration | ||
* Fix the compatibility issue when adding a new scheduler | ||
|
@@ -12,15 +22,15 @@ | |
## v2.0.0-rc.4 | ||
### New Features | ||
* Support splitting Region manually to handle the hot spot in a single Region | ||
### Improves | ||
### Improvements | ||
* Optimize metrics | ||
### Bug Fixes | ||
* Fix the issue that the label property is not displayed when `pdctl` runs `config show all` | ||
|
||
## v2.0.0-rc3 | ||
### New Features | ||
* Support Region Merge, to merge empty Regions or small Regions after deleting data | ||
### Improves | ||
### Improvements | ||
* Ignore the nodes that have a lot of pending peers during adding replicas, to improve the speed of restoring replicas or making nodes offline | ||
* Optimize the scheduling speed of leader balance in scenarios of unbalanced resources within different labels | ||
* Add more statistics about abnormal Regions | ||
|
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.
New Feature