-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull output is not informative and too massive #1840
Comments
@shcheklein That first part is from where it tries to pull missing dir cache during used cache collection. Need to make it more clear, and, probably optimize it so it doesn't download those files one-by-one during cache collection. |
@efiop @casperdcl is this one resolved? In the current version I actually see something happening (Multi-threaded messages or something like this blinking), then progress bars that show download process and then nothing. I think we cut everything too aggressively, Multi-threaded is not important enough to emphasize (some message like "Downloading data" should be emphasized). At the end I would keep at least a list of what has been done, may be show a list of files directories with some basic stats - removed/added - similar to what Git is doing. |
@shcheklein We've cut some stuff out as a part of initial migration, and a more in-depth reconsideration will be coming later. @casperdcl added assignee to better track this one 🙂 The original issue is caused by two-step pull, where dvc is first pulling |
For the record: When pulling/pushing large number of fairly small files, you see N progress bars flickering in and out of the existence(which is understandable as push/pull takes a short time). Need to come up with a better way of displaying the progress. |
Fixes iterative#3452 Related iterative#1840 Related iterative#3565
Think this can be closed as it was fixed by clearing away progress bars upon completion. Actually currently might not be informative enough. |
* progress: add main push/pull bar Fixes #3452 Related #1840 Related #3565 * adjust desc * fix merge Co-authored-by: Ruslan Kuprieiev <[email protected]> Co-authored-by: Ruslan Kuprieiev <[email protected]>
If I have a few directories it's hard to understand what's going on:
It feels like it's printing the same thing over and over again. It's confusing, I was even though for a moment that this is a bug.
The text was updated successfully, but these errors were encountered: