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

Support cancel in ADLS Gen2 blob delete job #2073

Open
JasonYeMSFT opened this issue Feb 17, 2023 · 0 comments
Open

Support cancel in ADLS Gen2 blob delete job #2073

JasonYeMSFT opened this issue Feb 17, 2023 · 0 comments
Assignees
Labels
1stParty Label to track internal Microsoft/AzStorage 1stParty issues feature request
Milestone

Comments

@JasonYeMSFT
Copy link

JasonYeMSFT commented Feb 17, 2023

Which version of the AzCopy was used?

10.17.0

Which platform are you using? (ex: Windows, Mac, Linux)

Windows, Mac, Linux

What command did you run?

./azcopy remove "https://mystorageaccount.dfs.core.windows.net/bc0/FORM.mpeg" --from-to=BlobFSTrash --recursive --log-level=DEBUG;

I removed my account key environment variables.

What problem was encountered?

The job doesn't provide a cancel mechanism like non-HNS blob delete jobs where you can enter "cancel" in stdin to cancel the job.

Have you found a mitigation/solution?

Kill the process will effectively cancel the job but AzCopy won't be able summarize the job and gracefully exit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1stParty Label to track internal Microsoft/AzStorage 1stParty issues feature request
Projects
None yet
Development

No branches or pull requests

2 participants