Skip to content

Commit 98e7cec

Browse files
authored
Fix typo dedicate RTT -> dedicated RTT (#1609)
1 parent 91de38e commit 98e7cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/server-discovery-and-monitoring/server-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ above mentioned concerns.
874874

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

0 commit comments

Comments
 (0)