Site icon EfmSoft

What does Windows error code 5910 (ERROR_RESOURCE_CALL_TIMED_OUT) mean?

 
Previous Next
ERROR_CLUSTER_RESOURCE_TYPE_BUSY ERROR_INVALID_CLUSTER_IPV6_ADDRESS

ERROR_RESOURCE_CALL_TIMED_OUT

Resource Monitor waited too long for the resource DLL

Cluster Resource Monitor invokes resource DLL entry points to control and check resources. Microsoft recommends that long-running resource DLL work be handled asynchronously so time-critical or other entry points are not blocked. This error indicates that a resource call did not complete within the expected window.

The timeout can be caused by the resource DLL itself or by a dependency it waits on, such as a service control call, storage request, network operation, or vendor API. Increasing timeouts without identifying the blocked call can only lengthen failover and recovery.

What to inspect

Get-ClusterResource -Name <ResourceName> | Format-List Name, State, ResourceType, OwnerGroup
Get-ClusterLog -UseLocalTime

References


Looking for a different code? Search another status or error code.

Exit mobile version