cloudstack/server/src/com/cloud/host/dao
prachi c55489224b CS-12510: Deleting the host_details and inserting them back causes deadlocks.
Reviewed-By: Alex

Changes:
- Deleting and inserting the host_details in one transaction leads to this MySQL deadlock issue sometimes
- This fix is to use the ON DUPLICATE KEY UPDATE MySQL query that will insert the deatils if they are new or update the ones that are existing.
- This needs a UNIQUE constraint on host_details.
2012-08-01 14:38:24 -07:00
..
HostDao.java bug 14622: introduced ha tagging for host 2012-04-09 15:17:13 -07:00
HostDaoImpl.java bug 14622: introduced ha tagging for host 2012-04-09 15:17:13 -07:00
HostDetailsDao.java Switch to Apache license 2012-04-03 04:54:14 -07:00
HostDetailsDaoImpl.java CS-12510: Deleting the host_details and inserting them back causes deadlocks. 2012-08-01 14:38:24 -07:00
HostTagsDao.java Switch to Apache license 2012-04-03 04:54:14 -07:00
HostTagsDaoImpl.java Switch to Apache license 2012-04-03 04:54:14 -07:00