-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
Fully Compatible
-
Security 2024-03-18
Today, we eagerly create the error message in OplogFetcher::_onSuccessfulBatch which is a waste of memory. Defer this until it is needed by encapsulating the error message creation in a lambda.