cockroachdb / cockroachdb/docs
PR #88625 - rpc: re-work connection maintenance (2 of 2)
Open
C-product-change
master
- Dominant language
- HTML
- Stars
- 212
- Forks
- 476
- Avg merge
- 40m
- Merged PRs (30d)
- 3
Description
Related PR: https://github.com/cockroachdb/cockroach/pull/88625
Commit: https://github.com/cockroachdb/cockroach/commit/f50670b3440e91bec05aebc1bc425e4dd465583f
---
Release note (general change): Previously, CockroachDB (mostly) shared a
TCP connection for the KV and Gossip subsystems. They now use their own
connection each, so the total number of outgoing and incoming TCP
connections at each node in the cluster will increase by 30 to 50
percent.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.