-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
SERVER-90282 essentially allows for a callback function to execute once a tassert is tripped. As we add more usages of ScopedDebugInfo, we need to ensure that a second assertion isn't tripped which would potentially obscure the original error. One idea from the scope for SPM-3866 was to mark the printing functions as noexcept but perhaps there's a better way to deal with this.