Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: remove unused snapshot log entry code
We used to have to send the raft log along with snapshots as a result of (in the olden days) requiring all replicas to agree on the truncated state. This hasn't been (generally) true as of v19.1 (cockroachdb#35701), though it was still a possibility until v22.1 (cockroachdb#58088). This commit removes the corresponding code. Release note: None
- Loading branch information