PXC-5203: Cluster disruption or deadlock with LOCK TABLES/INSTANCE FO…#2318
Open
jaideepkarande wants to merge 1 commit into
Open
PXC-5203: Cluster disruption or deadlock with LOCK TABLES/INSTANCE FO…#2318jaideepkarande wants to merge 1 commit into
jaideepkarande wants to merge 1 commit into
Conversation
…R BACKUP misuse https://perconadev.atlassian.net/browse/PXC-5203 A session that ran its own DDL/DML while holding LOCK TABLES FOR BACKUP was replicated via TOI before the local backup-lock check rejected it, so peers applied the DDL while the originator failed it locally -- causing a Galera "inconsistency detected" vote and node eviction. Resolution: Similar issue was already fixed for "LOCK INSTANCE FOR BACKUP" extended the condition for "LOCK TABLES FOR BACKUP"
jaideepkarande
force-pushed
the
PXC-5203-8.4
branch
from
July 9, 2026 20:14
b09b523 to
5674bd1
Compare
Contributor
Author
|
https://pxc.cd.percona.com/view/8.0%20parallel%20MTR/job/pxc-8.x-pipeline-parallel-mtr/848/console No failure in build #848 is related to the PXC-5203 LOCK TABLES/INSTANCE FOR BACKUP fix.
|
jaideepkarande
marked this pull request as ready for review
July 10, 2026 07:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…R BACKUP misuse
https://perconadev.atlassian.net/browse/PXC-5203
A session that ran its own DDL/DML while holding LOCK TABLES FOR BACKUP was replicated via TOI before the local backup-lock check rejected it, so peers applied the DDL while the originator failed it locally -- causing a Galera "inconsistency detected" vote and node eviction.
Resolution:
Similar issue was already fixed for "LOCK INSTANCE FOR BACKUP" extended the condition for "LOCK TABLES FOR BACKUP"