Skip to content

Commit

Permalink
In v24.1.0-alpha.5.md, fixed formatting of 2 release notes. (#18497)
Browse files Browse the repository at this point in the history
  • Loading branch information
florence-crl authored Apr 23, 2024
1 parent 3603c64 commit cba8e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/current/_includes/releases/v24.1/v24.1.0-alpha.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ Release Date: April 1, 2024
- `distsender.rpc.proxy.forward.sent`
- `distsender.rpc.proxy.forward.err`
Cockroach Labs recommends monitoring and alerting on `distsender.rpc.proxy.sent`, because it indicates a possible network partition. [#120239][#120239]
Cockroach Labs recommends monitoring and alerting on `distsender.rpc.proxy.sent`, because it indicates a possible network partition. [#120239][#120239]
- The `provisioned-rate` field of a node's store specification can no longer be used to add constraints for the disk name or bandwidth. By default, bandwidth is constrained according to the [cluster setting]({% link v24.1/cluster-settings.md %}) `kv.store.admission.provisioned_bandwidth`. To override this setting for a specific node, the storage specification must contain `provisioned-rate=bandwidth={bandwidth-bytes/s}`. [#120895][#120895]
- Removal of the [cluster setting]({% link v24.1/cluster-settings.md %}) `kv.rangefeed.scheduler.enabled`, which was announced in [v24.1.0-alpha.1](https://www.cockroachlabs.com/docs/releases/v24.1.html#v24-1-0-alpha-1), has been reverted, and the cluster setting is reinstated. [#121164][#121164]

Expand Down

0 comments on commit cba8e36

Please sign in to comment.