SERVER-114493 Remove stale TODO listed in SERVER-113402 (#44550)

GitOrigin-RevId: 4c26866b011517683cfc320385eed328ffd4323b
This commit is contained in:
Allison Easton 2025-12-09 08:43:16 +01:00 committed by MongoDB Bot
parent c3e3b9bfad
commit c6ac93247e
1 changed files with 0 additions and 1 deletions

View File

@ -317,7 +317,6 @@ Status validateOldAndNewConfigsCompatible(const VersionContext& vCtx,
Status validateMaintenancePortSettings(const VersionContext& vCtx, const ReplSetConfig& newConfig) {
// TODO (SERVER-112863) Remove this check.
// TODO (SERVER-113217) Ensure FCV stability of this check.
// TODO (SERVER-113402) Check horizons for maintenance port as well.
// TODO (SERVER-113536) Handle this check for disaggregated storage.
// If any member config specifies a maintenance port, ensure that we are in an FCV which can
// handle this.