| Previous | Next |
| STATUS_CSV_IO_PAUSE_TIMEOUT | STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR |
STATUS_CLUSTER_CSV_INVALID_HANDLE
CSVFS invalidated the open file object
STATUS_CLUSTER_CSV_INVALID_HANDLE means that the file object used by the request is no longer valid to CSVFS. It is not the same as an invalid path or a malformed Win32 handle supplied by the application; the CSV layer has invalidated an object that may have been valid earlier.
Close the stale object and reopen it only after the relevant CSV transition has stabilized. Retrying I/O through the same file object is not a recovery action. Preserve the operation context so that the application can decide whether reissuing it would be idempotent.
What to verify
- The lifetime of the file object and any concurrent CSV state, ownership, or path transition.
- Whether the application retries with the same handle instead of reopening it.
- Cluster and application logs that identify the first invalidation event.
References
- Microsoft: CSV resiliency and I/O redirection
- Microsoft: CSV Event ID 5120 guidance
- Microsoft: Get-ClusterLog
Looking for a different code? Search another status or error code.