-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
did cat lose the progress bar? #1795
Comments
QmXipyrjt2Vzjg2vV7uhgCi8GNEFhrEdXrirtDcYhqGGEc is ~200MB of randomness. |
The err happens only when daemon is on |
isn't that error different? the cat actually completes |
And, are you getting cat progressbar at all on daemon now? it used to be there-- do we need to bisect this? |
No, the cat err when daemon that it doesn't complete. Bisecting. |
Found a bug: coreunix.Cat should have ctx as arg. |
At least for the a7e50f1 is the first bad commit
|
yeah, the connection reset by beer is a result of us not properly handling trailers, and will be fixed by #1621 when we make go1.5 a requirement. |
What would be the fix in the mean time? Offline cat? |
Can be closed? |
it doesnt look like cat has a progress bar still... thats odd |
Bisecting, 814f437 is the latest good commit. The first bad commit is still the same as the pointed out in #1795 (comment). |
One likely cause: a7e50f1#diff-ceb40d01c16a02936d808eb855ea499bR293 wraps outside of the progressbar reader. |
fwiw, im not seeing the progressbar on add either. what happened? |
and we should test that progress bar works so that this doesnt happen again |
Following @whyrusleeping's comment #736 (comment), we now have a progressbar, sometimes it takes time to appear when the dir is too large. Closing this one in favor of keeping progressbar enhancements discussion on #736 |
I'm not seeing it
cc @rht
The text was updated successfully, but these errors were encountered: