Skip to content

Releases: tikv/pd

pd-server v2.1.2

21 Dec 17:27
1fdf717
Compare
Choose a tag to compare
  • Fix the Region information update issue about Region merge #1377

pd-server v2.0.11

02 Jan 11:45
Compare
Choose a tag to compare
Release v2.0.10 (#1384)

pd-server v2.0.10

17 Dec 06:36
Compare
Choose a tag to compare
  • Fix the issue that RaftCluster cannot stop caused by deadlock #1383

pd-server v2.1.1

12 Dec 10:25
092362c
Compare
Choose a tag to compare
  • Fix the issue that some configuration items cannot be set to 0 in the configuration file #1334
  • Check the undefined configuration when starting PD #1362
  • Avoid transferring the leader to a newly created peer, to optimize the possible delay #1339
  • Fix the issue that RaftCluster cannot stop caused by deadlock #1370

pd-server v2.1.0

30 Nov 08:28
757e91d
Compare
Choose a tag to compare

pd-server v2.0.9

19 Nov 09:21
cbc1e92
Compare
Choose a tag to compare
  • Fix the issue that the PD server gets stuck caused by etcd startup failure #1267
  • Fix the issues related to pd-ctl reading the Region key #1298 #1299 #1308
  • Fix the issue that the regions/check API returns the wrong result #1311
  • Fix the issue that PD cannot restart join after a PD join failure #1279

pd-server v2.1.0-rc.5

12 Nov 10:09
5c7b18c
Compare
Choose a tag to compare
  • Fix the issues related to pd-ctl reading the Region key #1298 #1299 #1308
  • Fix the issue that the regions/check API returns the wrong result #1311
  • Fix the issue that PD cannot restart join after a PD join failure 1279
  • Fix the issue that watch leader might lose events in some cases 1317

pd-server v2.1.0-rc.4

24 Oct 04:28
323010d
Compare
Choose a tag to compare
  • Fix the issue that the tombstone TiKV is not removed from Grafana #1261
  • Fix the data race issue when grpc-go configures the status #1265
  • Fix the issue that the PD server gets stuck caused by etcd startup failure #1267
  • Fix the issue that data race might occur during leader switching #1273
  • Fix the issue that extra warning logs might be output when TiKV becomes tombstone #1280

pd-server v2.1.0-rc.3

29 Sep 07:38
Compare
Choose a tag to compare

New feature

  • Add the API to get the Region list by size in reverse order #1254

Improvement

  • Return more detailed information in the Region API #1252

Bug fix

  • Fix the issue that adjacent-region-scheduler might lead to a crash after PD switches the leader #1250

pd-server v2.1.0-rc.2

14 Sep 10:32
6a7832d
Compare
Choose a tag to compare

Features

  • Support the GetAllStores interface
  • Add the statistics of scheduling estimation in Simulator

Improvements

  • Optimize the handling process of down stores to make up replicas as soon as possible
  • Optimize the start of Coordinator to reduce the unnecessary scheduling caused by restarting PD
  • Optimize the memory usage to reduce the overhead caused by heartbeats
  • Optimize error handling and improve the log information
  • Support querying the Region information of a specific store in pd-ctl
  • Support querying the topN Region information based on version
  • Support more accurate TSO decoding in pd-ctl

Bug fix

  • Fix the issue that pd-ctl uses the hot store command to exit wrongly