Details
-
Bug
-
Status: Closed
-
Critical - P2
-
Resolution: Fixed
-
5.2.0, 6.0.0, 6.1.0, 6.2.0-rc4
-
None
-
Replication
-
Fully Compatible
-
ALL
-
v6.2, v6.0
-
Repl 2023-01-09
Description
We install a callback inside the storage engine to determine how much oplog to keep for uncommitted transactions.
Upon completion, FCBIS reconstructs a new storage engine, but it does not re-instantiate this callback. When this callback is not present, we default to not truncating the oplog.
As a result, we will never truncate the oplog after completing a FCBIS. Restarting the node fixes this problem permanently.
Attachments
Issue Links
- is related to
-
SERVER-72423 FCBIS will never delete drop-pending tables
-
- Closed
-
- related to
-
SERVER-72525 Randomly choose between FCBIS and logical initial sync every time in our testing
-
- Open
-