Skip to content

Commit

Permalink
tweak wording of changelog doc
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Feb 26, 2024
1 parent 8574e4e commit 167bde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/20.0/20.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To continue enabling these endpoints, explicitly set `--pprof-http` when startin

#### <a id="healthcheck-dial-concurrency-flag"/>New `--healthcheck-dial-concurrency` flag

To prevent hitting Go runtime panics on deployments watching a large number of tablets, the maximum number of healthcheck connections that can open concurrently is limited based on the new flag `--healthcheck-dial-concurrency`. This flag applies to `vtcombo`, `vtctld` and `vtgate` only. The flag defaults to `1024` and a value less than [the default max thread limit of `10000`](https://pkg.go.dev/runtime/debug#SetMaxThreads) is recommended.
The new `--healthcheck-dial-concurrency` flag defines the maximum number of healthcheck connections that can open concurrently. This limit is to avoid hitting Go runtime panics on deployments watching enough tablets [to hit the runtime's maximum thread limit of `10000`](https://pkg.go.dev/runtime/debug#SetMaxThreads) due to blocking network syscalls. This flag applies to `vtcombo`, `vtctld` and `vtgate` only and a value less than the runtime max thread limit _(`10000`)_ is recommended.

## <a id="minor-changes"/>Minor Changes

Expand Down

0 comments on commit 167bde2

Please sign in to comment.