Done
Details
Assignee
Kamil HolubickiKamil HolubickiReporter
Song YangSong YangNeeds Review
YesNeeds QA
YesSprint
NoneFix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Kamil Holubicki
Kamil HolubickiReporter
Song Yang
Song YangNeeds Review
Yes
Needs QA
Yes
Sprint
None
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 11, 2024 at 12:44 PM
Updated June 5, 2024 at 10:23 AM
Resolved April 3, 2024 at 8:03 PM
PXC node will got evicted if an user try to create function without super privilege and get error code 1419. I am managing a cluster of 3 nodes by percona operator in kubernetes.
To reproduce the issue:
1. Create a cluster of 3 node by percona operator. My yaml file is attached.
2. Connect to the mysql instance and create a table(tb1) for test.
3. Create a normal user(test_user) and grant all privilege on tb1.*
4. Reconnect mysql with user test_user and create a function
Then the first node will leave the cluster.