Skip to content

Releases: tikv/pd

pd-server v5.3.2

29 Jun 02:29
eea08fb
Compare
Choose a tag to compare

Compatibility Changes

  • Disable compiling swagger server by default #4932

Bug Fixes

  • Fix the PD panic that occurs when a hot region has no leader #5005
  • Fix the issue that scheduling cannot start immediately after the PD leader transfer #4769
  • Fix the issue that a removed tombstone store appears again after the PD leader transfer ​​#4941
  • Fix a bug of TSO fallback in some corner cases #4884
  • 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
  • Fix the issue that the label distribution has residual labels in the metrics #4825

pd-server v6.1.0

13 Jun 03:00
d82f4fa
Compare
Choose a tag to compare

Improvements

  • Support time-to-live (TTL) for region labels #4694
  • Support Region Buckets #4668
  • Disable compiling swagger server by default #4932

Bug fixes

  • Fix the wrong status code of not leader #4797
  • Fix a bug of TSO fallback in some corner cases #4884
  • 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

pd-server v5.4.1

13 May 04:49
18098e9
Compare
Choose a tag to compare

Improvements

  • Support displaying multiple Kubernetes clusters in the Grafana dashboard #4673

Bug Fixes

  • Fix the issue that Duration fields of dr-autosync cannot be dynamically configured #4651
  • 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 the label distribution has residual labels in the metrics #4825

pd-server v5.2.4

26 Apr 06:51
35a202d
Compare
Choose a tag to compare

There is no release note for this version.

pd-server v6.0.0

06 Apr 02:55
71f3573
Compare
Choose a tag to compare

Improvements

  • Support automatically selecting the fastest object for transfer when evicting the leader, which helps speed up the eviction process #4229
  • Forbid deleting a voter from a 2-replica Raft group in case that the Region becomes unavailable #4564
  • Speed up the scheduling of the balance leader #4652

Bug Fixes

  • Fix the issue that the operator creates steps with meaningless Joint Consensus #4362 #4444
  • Fix a bug that the TSO revoking might get stuck when closing the PD client #4549
  • Fix the issue that the Region scatterer scheduling might cause lost peers #4565
  • Fix the issue that Duration fields of dr-autosync cannot be dynamically configured #4651

v6.0.0-alpha: placement: change ValidateStores condition (#4700)

04 Mar 05:34
bf2d784
Compare
Choose a tag to compare
close tikv/pd#4690

change ValidateStores condition

Signed-off-by: Cabinfever_B <cabinfeveroier@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

pd-server v5.3.1

03 Mar 10:17
b99630d
Compare
Choose a tag to compare

Feature enhancements

  • Speed up the exit process of schedulers #4146

Bug fixes

  • Fix a bug that the schedule generated by the region scatterer might decrease the number of peers #4565
  • Fix the issue that Region statistics are not affected by flow-round-by-digit #4295
  • Fix slow leader election caused by stucked region syncer #3936
  • Support that the evict leader scheduler can schedule regions with unhealthy peers #4093
  • Fix the issue that the cold hotspot data cannot be deleted from the hotspot statistics #4390
  • Fix a panic issue that occurs after the TiKV node is removed #4344
  • Fix the issue that the scheduling operator cannot fail fast because the target store is down #3353

pd-server v5.1.4

21 Feb 13:41
6919bc7
Compare
Choose a tag to compare

Feature enhancements

  • Speed up the exit process of schedulers #4146

Bug fixes

  • Fix a bug that the schedule generated by the region scatterer might decrease the number of peers #4565
  • Fix the issue that Region statistics are not affected by flow-round-by-digit #4295
  • Fix slow leader election caused by stucked region syncer #3936
  • Support that the evict leader scheduler can schedule regions with unhealthy peers #4093
  • Fix the issue that the cold hotspot data cannot be deleted from the hotspot statistics #4390
  • Fix a panic issue that occurs after the TiKV node is removed #4344
  • Fix the issue that the scheduling operator cannot fail fast because the target store is down #3353

pd-server v5.4.0

10 Feb 07:21
e380769
Compare
Choose a tag to compare

Improvements

  • Record the historic hotspot information by default #25281
  • Add signature for the HTTP component to identify the request source #4490
  • Update TiDB Dashboard to v2021.12.31 #4257

Bug fixes

  • Fix the issue that Region statistics are not affected by flow-round-by-digit #4295
  • Fix the issue that the scheduling operator cannot fail fast because the target store is down #3353
  • Fix the issue that Regions on offline stores cannot be merged #4119
  • Fix the issue that the cold hotspot data cannot be deleted from the hotspot statistics #4390

pd-server v5.0.6

30 Dec 13:52
552c53e
Compare
Choose a tag to compare

Improvements

  • Make the scheduling results of the scatter-range-scheduler scheduler more even by allowing the scheduler to schedule empty Regions and fix the configurations of the scheduler #4497

Bug fixes

  • Fix the issue that operator can get blocked due to down store #3353
  • Fix the issue that the speed of removing peers is limited when repairing the down nodes #4090
  • Fix the issue that the hotspot cache cannot be cleared when the Region heartbeat is less than 60 seconds #4390