-
Notifications
You must be signed in to change notification settings - Fork 223
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
Random crash while running "azcopy -v" with 10.22.0 on Azure Batch #2483
Labels
Comments
This should be resolved by this PR. |
archlinux-github
pushed a commit
to archlinux/aur
that referenced
this issue
Dec 7, 2023
Also, apply patches for the following issues in 10.22.0: * Azure/azure-storage-azcopy#2483 * Azure/azure-storage-azcopy#2482 The second one by removing the version check entirely - I doubt many Arch Linux users are interested in such a feature, especially if it adds 8 seconds to every invocation.
@gapra-msft , how can I download old release? |
FYI I've got the same error always and always at the same location in the help page when running
|
Hi! This has been fixed in our latest release. Please feel free to open a new issue in case you hit any other issues with AzCopy! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which version of the AzCopy was used?
Note: The version is visible when running AzCopy without any argument
10.22.0 linux amd64
Which platform are you using? (ex: Windows, Mac, Linux)
Linux, Ubuntu 22.04
What command did you run?
Note: Please remove the SAS to avoid exposing your credentials. If you cannot remember the exact command, please retrieve it from the beginning of the log file.
azcopy -v
What problem was encountered?
crash with following error
How can we reproduce the problem in the simplest way?
Start an Azure Batch Job of 16 tasks on a low priority pool with command
bash -c 'wget -q -O azcopy_v10.tar.gz https://aka.ms/downloadazcopy-v10-linux && tar -xf azcopy_v10.tar.gz --strip-components=1 && azcopy -v'
6 tasks failed in my job
Have you found a mitigation/solution?
Use old version of azcopy
The text was updated successfully, but these errors were encountered: