Comment 6 for bug 1350466

Revision history for this message
Matt Riedemann (mriedem) wrote :

Also showing up in the conductor logs:

http://logs.openstack.org/26/109626/1/gate/gate-tempest-dsvm-full/6b1b6c2/logs/screen-n-cond.txt.gz#_2014-08-01_09_38_05_447

2014-08-01 09:38:05.447 25490 TRACE nova.quota OperationalError: (OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting transaction') 'SELECT reservations.created_at AS reservations_created_at, reservations.updated_at AS reservations_updated_at, reservations.deleted_at AS reservations_deleted_at, reservations.deleted AS reservations_deleted, reservations.id AS reservations_id, reservations.uuid AS reservations_uuid, reservations.usage_id AS reservations_usage_id, reservations.project_id AS reservations_project_id, reservations.user_id AS reservations_user_id, reservations.resource AS reservations_resource, reservations.delta AS reservations_delta, reservations.expire AS reservations_expire \nFROM reservations \nWHERE reservations.deleted = %s AND reservations.uuid IN (%s, %s, %s) FOR UPDATE' (0, '23e6e41f-4267-484b-91d3-3db30f01df8c', '89015f24-fc2d-4ddb-8e6e-a5bfb9bfc413', '416317c4-8b0b-460e-8ead-48f1496db695')
2014-08-01 09:38:05.447 25490 TRACE nova.quota