-
Type:
Improvement
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines, Storage Engines - Server Integration
-
TheReturnOfAaron - 2025-08-19
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This improves atlas' ability to automate the use of offline validation
something like:
LOGV2_ERROR(9437300,
"Offline validation failed",
"error"_attr = str::stream()
<< ErrorCodes::OfflineValidationFailedToComplete
<< ": Validation of collection " << nss.toStringForErrorMsg()
<< " failed with error " << status.toString()
<< ", see logs for more details",
"ns"_attr = nss.toStringForErrorMsg());
more context in https://mongodb.slack.com/archives/C06TK4PRTJB/p1753216789788579