Skip to content

Commit

Permalink
update the description for pingcap#5739
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Nov 22, 2024
1 parent 4a4da4e commit 0ed8ce1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions releases/release-8.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ Compared with the previous LTS 8.1.0, 8.5.0 includes new features, improvements,

### Reliability

* Enabling rate limiter can protect PD from being crash under a large number of sudden requests and improve the stability of PD [#5739](https://github.com/tikv/pd/issues/5739) @[rleungx](https://github.com/rleungx)
* Support configuring the rate limit and concurrency for gRPC API requests sent to PD [#5739](https://github.com/tikv/pd/issues/5739) @[rleungx](https://github.com/rleungx) **tw@qiancai** <!--2018-->

You can adjust the rate limiter configuration through pd-ctl.
For more information, see [Documentation](/stable/pd-control.md).
When a sudden influx of requests is sent to PD, it can lead to high workloads and potentially affect PD performance. Starting from v8.5.0, you can use [`pd-ctl`](/pd-control.md) to configure rate limits and concurrency for gRPC API requests sent to PD, improving its stability.

For more information, see [Documentation](/pd-control.md).

### Availability

Expand Down

0 comments on commit 0ed8ce1

Please sign in to comment.