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

Commands lagging for ~8 seconds due to version-check #2498

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

siminsavani-msft
Copy link
Contributor

@siminsavani-msft siminsavani-msft commented Dec 12, 2023

Fixes: #2482

Version check command lags for 8 seconds due to channel not being closed. This change ensures that whether the version is cached or not, the beginDetectNewVersion method exits properly allowing the channel to be closed at the end (line 317).

@seanmcc-msft seanmcc-msft added this to the 10.23 milestone Dec 12, 2023
@gapra-msft gapra-msft linked an issue Dec 12, 2023 that may be closed by this pull request
@gapra-msft
Copy link
Member

Could you describe the change in the description?

@siminsavani-msft
Copy link
Contributor Author

siminsavani-msft commented Dec 14, 2023

@gapra-msft added description.

@siminsavani-msft siminsavani-msft merged commit c338082 into dev Dec 14, 2023
17 checks passed
@siminsavani-msft siminsavani-msft deleted the siminsavani/version-check-lag-fix branch December 14, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All commands (including azcopy --version) takes ~8 seconds
4 participants