-
I created 100m file, then delete it. But juicefs didn't delete it on s3. So I want to know when does juicefs delete file on s3? By the way, when the file is small, such as 10byte, jucefs deletes it right away. |
Beta Was this translation helpful? Give feedback.
Answered by
davies
Aug 8, 2021
Replies: 1 comment 10 replies
-
JuiceFS delete the objects in background under limited concurrency, it will retry the unfinished or failed deletion later. Also, you can use |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
xiaogaozi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JuiceFS delete the objects in background under limited concurrency, it will retry the unfinished or failed deletion later.
Also, you can use
juicefs gc
to cleanup any leak or delayed deletion.