We have a few getConfig* methods on the replication coordinator that retrieve some portion of the ReplSetConfig. However some of them, like getConfigVotingMembers(), are not used anywhere. They only appear as overrides in the replication_coordinator_mock / replication_coordinator_noop classes. We can delete these.
- is related to
-
SERVER-96144 Possible race condition when reading replica set config fields outside of replication
- Backlog