From Lunaris RFC 0008 (https://github.com/pilotspace/lunaris/blob/main/docs/rfcs/0008-sharded-moon-ingest.md, §4.3), found while characterizing cross-shard TXN feasibility at v0.8.5: (1) MSET and multi-key DEL inside a TXN body bypass undo capture, so TXN.ABORT cannot roll them back; (2) the abort path and the WAL-recovery path disagree about the resulting state for the same interrupted transaction. Both are pre-existing single-shard defects, independent of sharding. File:line citations in the RFC §4.3.
From Lunaris RFC 0008 (https://github.com/pilotspace/lunaris/blob/main/docs/rfcs/0008-sharded-moon-ingest.md, §4.3), found while characterizing cross-shard TXN feasibility at v0.8.5: (1) MSET and multi-key DEL inside a TXN body bypass undo capture, so TXN.ABORT cannot roll them back; (2) the abort path and the WAL-recovery path disagree about the resulting state for the same interrupted transaction. Both are pre-existing single-shard defects, independent of sharding. File:line citations in the RFC §4.3.