Closed LykxSassinator closed 1 year ago
Patch coverage: 98.30
% and project coverage change: -0.05
:warning:
Comparison is base (
205b5d7
) 97.92% compared to head (250d049
) 97.88%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
/cc @tabokie PTAL, thx.
As the related work in this pr has been merged into the pr: https://github.com/tikv/raft-engine/pull/310, this pr can be closed.
Description
This pr is used for optimizing the progress of
recycle
, by eliminating one redundantRENAME
operation. In this pr:recycle
won'tRENAME
append logs toreserved.log
anymore.recycle
progress has been reverted back to the previous work, just moving the logical purged files into another container, named withstale_files
.PipeLog
, all stale files will be cleaned to reduce the later recovery time-cost.