Done
Details
Assignee
Kamil HolubickiKamil HolubickiReporter
Lalit ChoudharyLalit ChoudharyNeeds Review
YesFix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Kamil Holubicki
Kamil HolubickiReporter
Lalit Choudhary
Lalit ChoudharyNeeds Review
Yes
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created August 23, 2022 at 9:52 AM
Updated March 6, 2024 at 8:52 PM
Resolved September 13, 2022 at 6:33 AM
Issue: node leave PXC cluster while running concurrent CREATE USER IF NOT EXISTS when using
password_history
optionTest Case:
Strat 3 node cluster (using dbdeployer in test)
Tested with PXC 8.0.28, Issue not reproducible in PXC 5.7.38 as there is no password_history option in 5.7
my.cnf
node1 : node1 on - port 25002 (25002)
node2 : node2 on - port 25003 (25003)
node3 : node3 on - port 25004 (25004)
Run CREATE USER IF NOT EXISTS on all 3 nodes same time, use the following script to reproduce the issue.
Output:
node3 exit from cluster due to data inconsistency.