-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
Currently the _slaveInfoMap in ReplicationCoordinatorImpl is never cleared out, which can cause an fassert in prepareReplSetUpdatePositionCommand
{handshakes}if a node in the map can't be found in the config.
Simplest way to deal with this seems to be to remove entries from the map on reconfig if the memberID can no longer be found in the new config
- is related to
-
SERVER-15443 Provide mechanism for inspecting the slave tracking map
- Closed
-
SERVER-15444 Clean op old entries in the slave tracking map
- Closed
-
SERVER-14744 Stop sending replSetUpdatePosition commands with entries for removed members
- Closed
- related to
-
SERVER-15427 Add command to manage the slave map
- Backlog