SQL Cluster failover during DBCC CheckDB operation

  • Hi,

    SQL server Cluster instance failing over during DBCC CheckDB operation because high IO.

    I'm seeing below error in error log before the cluster failover.

    The database are SharePoint databases and they are very huge. We have 10 databases and each with 400 GB size (Total 4 TB).

    Do we need to alter any cluster settings so that it won't fail over? Please advise

    spid4s SQL Server has encountered 17190 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [H:\TempDBData\SP\tempdev_1.ndf] in database [tempdb] (2). The OS file handle is 0x0000000000000560. The offset of the latest long I/O is: 0x000001dcc50000

    SQL Server has encountered 17188 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [H:\TempDBData\SP\tempdb.mdf] in database [tempdb] (2). The OS file handle is 0x0000000000000564. The offset of the latest long I/O is: 0x000001d9a20000

  • check your storage backing the Tempdb. SQL Server is sending requests to the disk subsystem and they're not returning in a timely fashion

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply