-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
v4.4
-
Service Arch 2020-01-27, Service Arch 2020-02-10, Service Arch 2020-02-24, Service Arch 2020-03-09, Service Arch 2020-03-23, Service Arch 2020-04-06, Service arch 2020-04-20, Service arch 2020-05-04
-
0
Introduce the framework for testing the ServerIsMasterMonitor.
- if we get a new Topology which contains a server we aren't currently tracking, does it get added?
- if we get a new Topology which has removed a server, does it get removed?
- do the resources get cleaned up when the server is removed? (ie any outstanding tasks are canceled)
- do ismaster requests for a single server get sent at approximately the right frequency?
- when we get an ismaster reply, do the server heartbeat success and failures get published as events?
- depends on
-
SERVER-43332 Replace RSM implementation with SDAM-compatible implementation
- Closed