[MDEV-28184] Galera-MariaDb all databases frozen during sync Created: 2022-03-28 Updated: 2022-04-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Encryption, Galera |
| Affects Version/s: | 10.5.15 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Mirko Petroni | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
We have 3 nodes, located in EU-AS-US hosted by Gooogle Cloud, with the "Ver 15.1 Distrib 10.5.15-MariaDB, for debian-linux-gnu" version. The nodes are synchronized with Galera Cluster and the databases are encrypted with "File Key Management Encryption" MariaDb plugin. When we insert/update a relevant quantity of data (about 20k rows insertion) with a single SQL transaction, the database server is "frozen/locked". Therefore all the other databases and tables, not related to data insertion, are "frozen/locked" on write (update, insert sql queries) We have monitored all the queries executed after commit with the relevant data and they are all on hold waiting for the end of the transaction. Is this the standard behaviour of galera/mariadb? Following we report the servers configuration, the same for all servers, and the ping log between 3 servers:
|
| Comments |
| Comment by Alain Bourgeois [ 2022-04-12 ] |
|
Are you sure the tables you are inserting in have a primary key? |