Skip to content

Commit

Permalink
add change log (tikv#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolouch authored and disksing committed May 7, 2018
1 parent 23bc328 commit b49a637
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# PD Change Log
## v2.0.0-rc.5
### New Features
* Support adding the learner node
### Improves
* 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
### Bug Fixes
* Fix the issue of allocating IDs frequently

## v2.0.0-rc.4
### New Features
* Support splitting Region manually to handle the hot spot in a single Region
### Improves
* 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
* 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
### Bug Fixes
* Fix the frequent scheduling issue caused by a large number of empty Regions

0 comments on commit b49a637

Please sign in to comment.