-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
The topology runs a background thread that does server discovery and monitoring. The startup-shutdown logic of this thread is messy. We should:
- either assert that we are only ever RUNNING when we enter this method, or allow us to be OFF as well, and just assert that we are not in SHUTDOWN
- add new tests for topology scanner thread startup-shutdown
- is related to
-
CDRIVER-2857 Provide a reset method to be called on clients after forking
- Closed