| Anterior | Siguiente |
| STATUS_LOG_STATE_INVALID | STATUS_LOG_METADATA_FLUSH_FAILED |
STATUS_LOG_PINNED
Qué significa STATUS_LOG_PINNED
STATUS_LOG_PINNED explica por qué el log no puede reutilizar containers aunque parezcan antiguos. Un stream, archive tail, reservation u otra retención activa todavía necesita esa región.
Forzar deletion rompe recovery/archiving. Hay que encontrar quién fija el tail o mantiene la retención y avanzar ese boundary sólo cuando los datos ya no sean necesarios.
Qué comprobar
- Identifique stream/client que mantiene el pin.
- Revise base LSN, client tail y archive tail.
- No borre containers retenidos.
- Avance el boundary únicamente después de completar el workflow que consume esos records.
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.