June 20, 2013

Post: Percona XtraDB Cluster: Multi-node writing and Unexpected deadlocks

… our first transaction, but it does not.  Let’s go back to node1 and see what happened: node1 mysql> commit; ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting transaction node1 mysql… to “win”.  Any other transactions on other nodes with competing locks are automatically rolled back and will receive a deadlock error no matter what they try to

Post: Test Drive of Solid

… can be locked. With Innodb we would get “SolidDB2″ as result. mysql> update test2 set names=’SolidDB3′ where id=2; ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting transaction Error message is obviously wrong in this case. It is not deadlock but update conflict – other transaction has already modified…

Post: Percona XtraDB Cluster: Failure Scenarios with only 2 nodes

…. Type ‘\c’ to clear the current input statement. percona1 mysql> use test ERROR 1047 (08S01): Unknown command If you try to insert data just…’,'peter’); ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting transaction percona1 mysql> insert into percona values (0,’percona1′,’peter’); ERROR 1047 (08S01): Unknown command Is is possible anyway to have a…

Comment: Percona XtraDB Cluster: Multi-node writing and Unexpected deadlocks

… having same problem when i am trying to run a huge insert statement to a new table it is failing with ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting transaction its a new table and no body is trying to