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

*: add change log for 2.0 GA #1038

Merged
merged 4 commits into from
Apr 27, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# PD Change Log

## v2.0.0-GA
### New Features

Choose a reason for hiding this comment

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

New Feature

* Support using pd-ctl to scatter spcified Regions for manually adjusting hotspot Regions in some cases

Choose a reason for hiding this comment

The 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

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

* Optimize hot-region scheduler execution efficiency and add more metrics

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?

Copy link
Contributor Author

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.

* Optimize Region health check logic to avoid generating redundant schedule operators

## v2.0.0-rc.5
### New Features

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

* 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
Expand All @@ -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
Expand Down