| Anterior | Siguiente |
| STATUS_LOG_CONTAINER_READ_FAILED | STATUS_LOG_CONTAINER_OPEN_FAILED |
STATUS_LOG_CONTAINER_WRITE_FAILED
Qué significa STATUS_LOG_CONTAINER_WRITE_FAILED
STATUS_LOG_CONTAINER_WRITE_FAILED coloca el fallo en el write al container. Es distinto de APPENDED_FLUSH_FAILED, donde append/reservation ya ocurrió y el fallo aparece al flush posterior.
La recuperación debe tratar el write como no confirmado y revisar el error de storage, espacio, read-only state y health del filesystem antes de repetir.
Qué comprobar
- Capture underlying write error y offset/container.
- Compruebe space, read-only y storage health.
- Distinga write failure de flush-after-append.
- No marque durable el LSN hasta confirmar persistencia.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.
