Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
The LogBuffer has a race condition if the log buffer capacity is exceeded. If this happens, we can lose log pages for large records. In that case the log is corrupted and it leads to a deadlock when the LogManager switches to a new log file.