| Anterior | Siguiente |
| STATUS_LOG_CLIENT_NOT_REGISTERED | STATUS_LOG_CONTAINER_READ_FAILED |
STATUS_LOG_FULL_HANDLER_IN_PROGRESS
Qué significa STATUS_LOG_FULL_HANDLER_IN_PROGRESS
STATUS_LOG_FULL_HANDLER_IN_PROGRESS es una condición de concurrencia: el managed client ya pidió a CLFS que resuelva un full-log event y la operación de growth/tail movement todavía no terminó.
Enviar otra solicitud igual no crea más capacidad y puede duplicar control traffic. El caller debe esperar la completion del handler existente y luego reevaluar el estado del log.
Qué comprobar
- Identifique el full-log request activo.
- Espere growth/tail completion callback.
- No lance handlers paralelos para el mismo client.
- Reevalúe capacidad sólo al terminar la operación en curso.
Referencias técnicas
- Microsoft Open Specifications: NTSTATUS values
- Microsoft: Introduction to the Common Log File System
- Microsoft: ClfsMgmtHandleLogFileFull and full-log handling
- Microsoft: CLFS containers, tail pinning, and managed clients
- Microsoft: container, reservation, append, and flush APIs
- Wine: independent NTSTATUS constant definitions
¿Buscas un código diferente? Buscar otro código de estado o error.