-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 4.0.10, 4.2.0-rc2
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2019-08-12, Repl 2019-08-26, Repl 2019-09-09
-
10
The OplogApplier::calculateBatchLimitBytes function call here tries to acquire a lock and so may throw an exception if it is interrupted (at shutdown, for example). We should make sure the ReplBatcher can handle these exceptions. We may be able to extend the scope of this uninterruptible code block, which was added to handle a nearly identical issue in a later part of that code.
- related to
-
SERVER-38052 ReplBatcher thread must handle exceptions
- Closed