-
Notifications
You must be signed in to change notification settings - Fork 1.3k
status: "recalculating" hashes each call #7390
Copy link
Copy link
Closed
Labels
A: statusRelated to the dvc diff/list/statusRelated to the dvc diff/list/statusbugDid we break something?Did we break something?p1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to doperformanceimprovement over resource / time consuming tasksimprovement over resource / time consuming tasksregressionOhh, we broke something :-(Ohh, we broke something :-(uiuser interface / interactionuser interface / interaction
Metadata
Metadata
Assignees
Labels
A: statusRelated to the dvc diff/list/statusRelated to the dvc diff/list/statusbugDid we break something?Did we break something?p1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to doperformanceimprovement over resource / time consuming tasksimprovement over resource / time consuming tasksregressionOhh, we broke something :-(Ohh, we broke something :-(uiuser interface / interactionuser interface / interaction
When calling
statuson modified dir, DVC shows messageComputing file/dir hashes (only done once)for each status call.Reproduction script:
It might not necessarily be an issue with DVC, as "calculation" for subsequent status calls seems to be faster than the original one. Maybe it's just a problem with a message.
EDIT:
Running previous script for much bigger files shows that the recalculation does not happen. So its probably a message that is the problem.