qsync: reset confirmed lsn in limbo on owner change
Order of LSNs from different instances can be any. It means, that if the synchronous transaction limbo changed its owner, the old value of maximal confirmed LSN does not make sense. The new owner means new LSNs, even less than the previously confirmed LSN of an old owner. The patch resets the confirmed LSN when the owner is changed. No specific test for that, as this is a hotfix - tests start fail on every run after a new election test was added in the previous commit. A test for this bug will be added later. Part of #5395
Loading
Please register or sign in to comment