Skip to content
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

cmd/info: fix the problem of reading progress when the data is very large #3850

Merged
merged 5 commits into from
Jun 26, 2023

Conversation

zhijian-pro
Copy link
Contributor

@zhijian-pro zhijian-pro commented Jun 26, 2023

close #3846

@zhijian-pro zhijian-pro marked this pull request as ready for review June 26, 2023 05:10
cmd/info.go Outdated
@@ -227,8 +227,8 @@ func info(ctx *cli.Context) error {
}
printResult(results, 0, false)
}
progress.Done()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

progress.Done() is called before

@zhijian-pro zhijian-pro merged commit 1e7b628 into main Jun 26, 2023
@zhijian-pro zhijian-pro deleted the fix_read_progress branch June 26, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.1.0-beta1: juicefs info failed on large file
3 participants