When a write operation (including unmap) and commitTransaction are spread across multiple segments and during the disk group recovery (during boot or remount) the write operation is freed but the commitTransaction is not, and the recovery process is interrupted (reboot, unmount, etc.) an LLOG leak occurs.
Relog process expected to relog the LSOM operation entry, however the component the commitTransaction is tied to will enter an LSOM_COMP_INVALID_METADATA state due to the corrupt log. The corrupt log occurs due to a null component commitEntry and non-null CF commitEntry due to the incomplete write/unmap operation for the commitTransaction.