Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raftstore: avoid deleting snap files in raftstore thread (#17155)
close #8160 This commit offloads one case of snapshot deletion from the raftstore thread to the background cleanup thread introduced in #12415. This aligns with the principle of performing only performance-critical work in the raftstore thread. Signed-off-by: Bisheng Huang <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
- Loading branch information