Что означает код NTSTATUS 0xC0400005 (STATUS_RKF_FILE_BLOCKED)?

 
Предыдущий Следующий
STATUS_RKF_STORE_FULL STATUS_RKF_ACTIVE_KEY

STATUS_RKF_FILE_BLOCKED

Что означает STATUS_RKF_FILE_BLOCKED

STATUS_RKF_FILE_BLOCKED — resume Key Filter не выполнил операцию: файл временно заблокирован до возобновления существующих дескрипторов.

Что проверить

Уточните, какой именно атрибут, поток, идентификатор или тип блокировки использовал неуспешный вызов.

  • Сравните требуемое состояние с фактическими метаданными файла и возможностями файловой системы на этом томе.
  • Если объект уже открыт, проверьте конкурирующие дескрипторы и порядок изменения метаданных; не снимайте блокировки принудительно без определения владельца.

Исходная формулировка

  • The file is temporarily blocked while Resume Key Filter restores or resolves existing persisted handles.
  • During transparent failover, the server must prevent a new open from racing with recovery of persistent handles that already own state on the file.
  • The status is therefore not equivalent to a permanent ACL denial. Retrying immediately from many threads can increase contention. The important question is whether the expected reconnect is still progressing or whether stale resume state is blocking the file beyond the configured durable-handle timeout.
  • Inspect witness, cluster, network, and SMBServer events for the client that owns the old handle.
  • Check the durable-handle timeout returned by the server and the elapsed failover time.

Технические ссылки


Нужно найти другой код? Найти другой код состояния или ошибки.