September 30, 2015 at 2:31 am
Hi, past 2 day's im getting deadlock alerts from sql monitor
HighDeadlock | 2162718
Raised on:.\(local)
Time raised:30 Sep 2015 1:18 AM (UTC+01)
Details
SPID:80
Victim:Victim process
Lock details:object: msdb.dbo.dbm_monitor_data, lock mode: Intent exclusive (IX), file id: 1, page no. 19688
Fragment:use msdb
exec sys.sp_dbmmonitorresults @database_name=N'Live', @mode = 0, @update_table = 1
SPID:81
Victim:
Lock details:object: msdb.dbo.dbm_monitor_data, lock mode: Intent exclusive (IX), file id: 1, page no. 19688
Fragment:use msdb
exec sys.sp_dbmmonitorresults @database_name=N'Live', @mode = 0, @update_table = 1
SPID:87
Victim:
Lock details:object: msdb.dbo.dbm_monitor_data, lock mode: Shared (S), file id: 1, page no. 19689
Fragment:use msdb
exec sys.sp_dbmmonitorresults @database_name=N'Live', @mode = 0, @update_table = 1
I assume that's something to do with mirroring but what is causing it?
September 30, 2015 at 7:25 am
Deadlocks are generally caused by two different items hitting the same table / extents / pages at the same time and one of them holding an exclusive lock.
Are you using the monitoring tables for anything? Do you have jobs set up that reference them?
September 30, 2015 at 7:36 am
Brandie Tarvin (9/30/2015)
...Are you using the monitoring tables for anything? Do you have jobs set up that reference them?
After I read this statement i realized that another DBA decided to set up a monitoring job around 2 days ago to check the state of mirroring. Would that nail it?
September 30, 2015 at 7:44 am
There is a job that executes sys.sp_dbmmonitorupdate every minute.
September 30, 2015 at 7:56 am
Emil B (9/30/2015)
Brandie Tarvin (9/30/2015)
...Are you using the monitoring tables for anything? Do you have jobs set up that reference them?After I read this statement i realized that another DBA decided to set up a monitoring job around 2 days ago to check the state of mirroring. Would that nail it?
Probably.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply