Skip to content

Releases: tikv/pd

pd-server v7.1.0

31 May 05:50
1ff614d
Compare
Choose a tag to compare

For new features, improvements, and bug fixes released in 7.1.0 for pd, see TiDB 7.1.0 release notes.

pd-server v7.1.0-rc.0

27 Apr 09:18
d0b04d4
Compare
Choose a tag to compare

For new features, improvements, and bug fixes released in 7.1.0-rc.0 for pd, see TiDB 7.1.0-rc.0 release notes.

pd-server v6.5.2

21 Apr 02:34
206d412
Compare
Choose a tag to compare

For new features, improvements, and bug fixes released in 6.5.2 for pd, see TiDB 6.5.2 release notes.

pd-server v6.1.6

12 Apr 02:50
8c09be1
Compare
Choose a tag to compare

For new features, improvements, and bug fixes released in 6.1.6 for pd, see TiDB 6.1.6 release notes.

pd-server v7.0.0

30 Mar 02:16
da5a4e9
Compare
Choose a tag to compare

For new features, improvements, and bug fixes released in 7.0.0 for pd, see TiDB 7.0.0 release notes.

pd-server v6.5.1

10 Mar 05:21
bd80719
Compare
Choose a tag to compare

Bug fixes

  • Fix the issue that the execution replace-down-peer slows down under certain conditions #5788 @HundunDM
  • Fix the issue that PD might unexpectedly add multiple Learners to a Region #5786 @HunDunDM
  • Fix the issue that the Region Scatter task generates redundant replicas unexpectedly #5909 @HundunDM
  • Fix the PD OOM issue that occurs when the calls of ReportMinResolvedTS are too frequent #5965 @HundunDM
  • Fix the issue that the Region Scatter might cause uneven distribution of leader #6017 @HunDunDM

pd-server v6.1.5

28 Feb 02:58
18a8356
Compare
Choose a tag to compare

There is no release note for this version.

pd-server v6.6.0

20 Feb 03:52
67c0fa2
Compare
Choose a tag to compare

Improvements

  • Support managing the global memory threshold to alleviate the OOM problem (experimental) #5827 @hnes
  • Add the GC Tuner to alleviate the GC pressure (experimental) #5827 @hnes
  • Add the balance-witness-scheduler scheduler to schedule witness #5763 @ethercflow
  • Add the evict-slow-trend-scheduler scheduler to detect and schedule abnormal nodes #5808 @innerr
  • Add the keyspace manager to manage keyspace #5293 @AmoebaProtozoa

Bug fixes

  • Fix the issue that the Region Scatter task generates redundant replicas unexpectedly #5909 @HundunDM
  • Fix the issue that the Online Unsafe Recovery feature would get stuck and time out in auto-detect mode #5753 @Connor1996
  • Fix the issue that the execution replace-down-peer slows down under certain conditions #5788 @HundunDM
  • Fix the PD OOM issue that occurs when the calls of ReportMinResolvedTS are too frequent #5965 @HundunDM

pd-server v6.1.4

08 Feb 03:16
5222943
Compare
Choose a tag to compare

There is no release note for this version.

pd-server v5.1.5

28 Dec 03:06
1ced7dd
Compare
Choose a tag to compare

Compatibility Changes

  • Disable compiling swagger server by default #4932

Bug fixes

  • Fix the issue that a removed tombstone store appears again after the PD leader transfer ​​#4941
  • Fix the issue that scheduling cannot start immediately after the PD leader transfer #4769
  • Fix the wrong status code of not leader #4797
  • Fix the issue that PD cannot correctly handle dashboard proxy requests #5321
  • Fix a bug of TSO fallback in some corner cases #4884
  • Fix the issue that the TiFlash learner replica might not be created in specific scenarios #5401
  • Fix the issue that the label distribution has residual labels in the metrics #4825
  • Fix the issue that when there exists a Store with large capacity (2T for example), fully allocated small Stores cannot be detected, which results in no balance operator being generated #4805
  • Fix the issue that schedulers do not work when SchedulerMaxWaitingOperator is set to 1 #4946