Commit 3bb81f3
committed
storelivenss: update
`storeliveness/doc.go` is outdated with respect to heartbeat smearing
changes.
In particular, the `Transport` section doesn't have information about
heartbeat smearing. Additionally, the `Configuration` section didn't
detail the heartbeat smearing cluster setting
`kv.store_liveness.heartbeat_smearing.enabled`.
Added a dedicated bullet point in the `Transport` section (`5.2`) that
explicitly describes heartbeat smearing as a feature to avoid
goroutine spikes. Also updated the `Configuration` section (`5.3`) to
detail that `kv.store_liveness.heartbeat_smearing.enabled` is
available, and describes the behaviour of heartbeat sends when the
cluster setting is enabled or disabled.
Informs: #156830
Release note: Nonestoreliveness/doc.go with heartbeat smearing info1 parent 9510b99 commit 3bb81f3
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
| |||
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
216 | 232 | | |
217 | 233 | | |
218 | 234 | | |
| |||
0 commit comments