Skip to content

Commit

Permalink
Fix typo dedicate RTT -> dedicated RTT (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey authored Jul 9, 2024
1 parent 91de38e commit 98e7cec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ above mentioned concerns.

In the streaming protocol, clients use the hello or legacy hello command on a dedicated connection to measure a server's
RTT. However, errors encountered when running the RTT command MUST NOT mark a server Unknown. We reached this decision
because the dedicate RTT connection does not come from a connection pool and thus does not have a generation number
because the dedicated RTT connection does not come from a connection pool and thus does not have a generation number
associated with it. Without a generation number we cannot handle errors from the RTT command without introducing race
conditions. Introducing such a generation number would add complexity to this design without much benefit. It is safe to
ignore these errors because the Monitor will soon discover the server's state regardless (either through an updated
Expand Down

0 comments on commit 98e7cec

Please sign in to comment.