-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
A: gcRelated go garbage collectionRelated go garbage collectionbugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantuiuser interface / interactionuser interface / interaction
Description
When removing files from remote storage, DVC stops displaying any updates (no progress bar or log messages).
As described in #5961 (comment) , the actual removal of files can take a while and we just don't inform the user of what's happening.
See the attached video where the silence starts.
gc.mp4
The next debug log message comes after completion, which for the linked reproduction (only 100 files) means >2 minutes without displaying anything (the silent time grows linearly with the number of files).
The issue comes from https://github.com/iterative/dvc-data/blob/main/src/dvc_data/hashfile/gc.py#L28 but I preferred to track it here.
omesser, dberenbaum and karanjakhardtrifiro
Metadata
Metadata
Assignees
Labels
A: gcRelated go garbage collectionRelated go garbage collectionbugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantuiuser interface / interactionuser interface / interaction