Skip to content

Commit

Permalink
Release v2.1.1 (#1376)
Browse files Browse the repository at this point in the history
* add v2.1.1 changelog

* Update CHANGELOG.md

Signed-off-by: disksing <[email protected]>

Co-Authored-By: disksing <[email protected]>
  • Loading branch information
disksing authored Dec 12, 2018
1 parent 692d0c2 commit 092362c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# PD Change Log

## v2.1.1
- Fix the issue that some configuration items cannot be set to `0` in the configuration file [#1334](https://github.com/pingcap/pd/pull/1334)
- Check the undefined configuration when starting PD [#1362](https://github.com/pingcap/pd/pull/1362)
- Avoid transferring the leader to a newly created peer, to optimize the possible delay [#1339](https://github.com/pingcap/pd/pull/1339)
- Fix the issue that `RaftCluster` cannot stop caused by deadlock [#1370](https://github.com/pingcap/pd/pull/1370)

## v2.1.0
+ Optimize availability
- Introduce the version control mechanism and support rolling update of the cluster compatibly
Expand Down

0 comments on commit 092362c

Please sign in to comment.