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 1 commit
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# 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 manual adjust hotspot regions in some cases
Copy link
Member

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

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

### Improves
Copy link
Member

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".

Choose a reason for hiding this comment

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

Improvements

* More configuration check rules to prevent unreasonable configurations
Copy link
Member

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.

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

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