File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
source/server-discovery-and-monitoring Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ above mentioned concerns.
874
874
875
875
In the streaming protocol, clients use the hello or legacy hello command on a dedicated connection to measure a server' s
876
876
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
878
878
associated with it. Without a generation number we cannot handle errors from the RTT command without introducing race
879
879
conditions. Introducing such a generation number would add complexity to this design without much benefit. It is safe to
880
880
ignore these errors because the Monitor will soon discover the server' s state regardless (either through an updated
You can’t perform that action at this time.
0 commit comments