You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x] I acknowledge that I have read the relevant documentation.
Describe the bug
During database contents import, "CREATE DATABASE IF NOT EXISTS..." raise a deadlock
Expected behaviour
No Deadlocks!
Steps to reproduce the bug
run a big database sql import
wait for the operator to reconcile Database resource
deadlock, import fails
Tested on MariaDB 10.11 Galera clusters using a migration script from a spring + hibernate java app. The mariadb user does not have LOCK privilege, that's not an issue about using locks with galera clusters.
The text was updated successfully, but these errors were encountered:
Documentation
Describe the bug
During database contents import, "CREATE DATABASE IF NOT EXISTS..." raise a deadlock
Expected behaviour
No Deadlocks!
Steps to reproduce the bug
Tested on MariaDB 10.11 Galera clusters using a migration script from a spring + hibernate java app. The mariadb user does not have LOCK privilege, that's not an issue about using locks with galera clusters.
The text was updated successfully, but these errors were encountered: