-
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
Conversation
PTAL @lilin90 |
CHANGELOG.md
Outdated
|
||
## v2.0.0-GA | ||
### New Features | ||
* Support using pd-ctl to scatter spcified Regions for manual adjust hotspot regions in some cases |
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.
manual adjust hotspot regions -> manually adjusting hotspot Regions
CHANGELOG.md
Outdated
## v2.0.0-GA | ||
### New Features | ||
* Support using pd-ctl to scatter spcified Regions for manual adjust hotspot regions in some cases | ||
### Improves |
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.
"Improve" is a verb. I don't think it's suitable here. You can use "Improvements", or "Breaking Changes".
CHANGELOG.md
Outdated
### New Features | ||
* Support using pd-ctl to scatter spcified Regions for manual adjust hotspot regions in some cases | ||
### Improves | ||
* More configuration check rules to prevent unreasonable configurations |
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.
"configurations" -> "configuration"
The "configuration" is an uncountable noun here when it is used for this meaning.
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.
@lilin90 PTAL
CHANGELOG.md
Outdated
|
||
## v2.0.0-GA | ||
### New Features | ||
* Support using pd-ctl to scatter spcified Regions for manual adjust hotspot regions in some cases |
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.
Support using pd-ctl to scatter specified Regions for manually adjusting hotspot Regions in some cases
CHANGELOG.md
Outdated
## v2.0.0-GA | ||
### New Features | ||
* Support using pd-ctl to scatter spcified Regions for manual adjust hotspot regions in some cases | ||
### Improves |
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.
Improvements
CHANGELOG.md
Outdated
@@ -1,4 +1,14 @@ | |||
# PD Change Log | |||
|
|||
## v2.0.0-GA | |||
### New Features |
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
CHANGELOG.md
Outdated
### New Features | ||
* Support using pd-ctl to scatter spcified Regions for manual adjust hotspot regions in some cases | ||
### Improves | ||
* More configuration check rules to prevent unreasonable configurations |
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.
Improve configuration check rules to prevent unreasonable scheduling configurations
CHANGELOG.md
Outdated
* Support using pd-ctl to scatter spcified Regions for manual adjust hotspot regions in some cases | ||
### Improves | ||
* More configuration check rules to prevent unreasonable configurations | ||
* 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 comment
The 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
CHANGELOG.md
Outdated
### Improves | ||
* More configuration check rules to prevent unreasonable configurations | ||
* Optimize scheduling strategy when TiKV node has insufficient space, try the best to prevent disk from becoming full | ||
* Optimize hot-region scheduler execution efficiency and add more metrics |
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.
Optimize the execution efficiency of the hot-region scheduler and add more metrics
Does "热点调度" mean hot-region scheduler or hotspot scheduler?
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.
It is named hot-region scheduler in code.
CHANGELOG.md
Outdated
|
||
## 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 comment
The reason will be displayed to describe this comment to others. Learn more.
spcified -> specified
CHANGELOG.md
Outdated
* Optimize scheduling strategy when TiKV node has insufficient space, try the best to prevent disk from becoming full | ||
* Optimize hot-region scheduler execution efficiency and add more metrics | ||
* 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 comment
The reason will be displayed to describe this comment to others. Learn more.
New Feature
since there is only one new feature
PTAL @lilin90 |
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
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
* *: add change log for ga.
* server: skip check a region if there is already a pending operator. (#1029) * pdctl, api, schedule: pdctl supports scatter region. (#1028) * add change log (#1024) * scheduler: hot write scheduler randomly select the balance strategy (#1034) * *: new store region score function for balance (#1014) * core: adjust capacity to fit for more cases (#1035) * check config validation (#1036) * *: add metrics for hotspot cache (#1027) * Refine install instructions. (#1041) These extra steps can help new users who are perhaps not quite so familiar with Go setup and conventions. * *: add change log for 2.0 GA (#1038) * *: add change log for ga. * scheduler: adjust metrics (#1042) * fix parse error of config.toml (#1043) * server: resign pd leader when it is not same as etcd leader. (#1039) * server: fix the valid scheduler was deleted when start coordinator (#1045) * server: fix the valid scheduler was deleted when start coordinator
No description provided.