Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: remove spurious call to maybeInlineSideloadedRaftCommand
Entries are "thinned" only when passed to `r.append()` (i.e. written to disk) and they are always returned "fat" from `Entries()` (i.e. Raft's way to get entries from disk). Consequently Raft never sees thin entries and won't ask us to commit them. Touches #31618. Release note: None
- Loading branch information