Some timeseries issues, like errors in the column compressed format, require to run validate with checkBSONConformance:true. This also enables unrelated warnings which could make it difficult to parse logs if there is excessive logging of these warnings. Similar to SERVER-106872, we would like for the option for warning level log messages to NOT be emitted to the logs when we're looking for errors (such as non conformant bson due to deprecated bson types, and other similar issues)
checkBSONConformance currently exists as an option, but will block detection of other corruption if it is enabled.
checkBSONConformance should be updated to not hide other corruption, or another parameter should be added to hide non-corruption warnings that are spammy
- is related to
-
SERVER-106872 Reduce log noise for warnings from the validate command (Deprecated BSON and similar issues)
-
- Open
-