In SERVER-61007 we added a 4 warning log messages that wrongly uses formatting string with '{error}' placeholder (example). The LOGV2 macros used only support simple log strings and in fact the '{error}' placeholder will not be substitute and will appear directly in the final logs.
The goal of this ticket is to make those log messages use plain string without placeholders.
- is caused by
-
SERVER-61007 ReplSetGetStatus calls storage with no lock
- Closed