juicedata / juicefs

JuiceFS is a distributed POSIX file system built on top of Redis and S3.
https://juicefs.com
Apache License 2.0
10.06k stars 888 forks source link

No need to fire useless delete requests when slice is still in stage dir #4922

Open polyrabbit opened 3 weeks ago

polyrabbit commented 3 weeks ago

Avoid slow and expensive object deletion if the block is still in staging

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 24.94%. Comparing base (fbe92e3) to head (7312dcd). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4922 +/- ## =========================================== - Coverage 44.35% 24.94% -19.41% =========================================== Files 102 25 -77 Lines 19032 16045 -2987 =========================================== - Hits 8442 4003 -4439 - Misses 9815 11552 +1737 + Partials 775 490 -285 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.