Hello All,
Recently I have been getting the below errors whenever my full backup job runs on my staging environment. The job is nothing but a maintenance plan that first deletes backups older than 3 days and then performs a full backup. Whats strange is the backups are getting created for all selected databases and I am able to restore them fine. But in the error log I see the below message after each and every backup log entry.
Error:
A time-out occurred while waiting for buffer latch -- type 4, bp 00000000A9FABF40, page 1:2438, stat 0xc00009, database id: 4, allocation unit Id: 72057594045267968, task 0x0000000000AE9288 : 0, waittime 300, flags 0x200000001a, owning task 0x0000000000AE9288. Not continuing to wait.
The end result for this job is failure and the only errors I see in the eventvwr are:
Attempt to fetch logical page (1:232x) in database 4 failed. It belongs to allocation unit 72057594064076800 not to 72057594044809216.
The database is msdb
Is this an IO issue?