Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.15
-
None
Description
When configured with only transaction_replay=true, if enough session commands are executed that the server recovery is disabled, some attempts to retry master queries hit a debug assertion which asserts the session command list is not empty. The query retrying where this debug assertion is hit shouldn't take place if the current master has failed and there's no possibility of server recovery.