Modify ↓
Opened 14 years ago
Last modified 14 years ago
#5 RESOLVED fault
SQL Server deadlocks on the CMS database during the nightly KPI roll-up
| Reported by: | People & Places | Owned by: | M. Ross (Infrastructure) |
|---|---|---|---|
| Priority: | P3 | Milestone: | |
| Component: | Infrastructure / Database | Version: | |
| Keywords: | Cc: | ||
| Desk: | Estate & Systems | Legacy ref: | DEVCON-0620 |
Description
The nightly KPI roll-up job intermittently deadlocks against the live CMS writes, occasionally failing the coverage report the client sees each morning. Classic lock-ordering contention between the reporting read and the telemetry insert.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Two transactions taking the same tables in opposite order. Added the missing covering index and moved the roll-up to snapshot isolation.