Open JiushengChen opened 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sumantmehtams.
Author: | JiushengChen |
---|---|
Assignees: | dingmeng-xue |
Labels: | `Data Lake Store`, `Service Attention`, `needs-triage` |
Milestone: | - |
Description
When using powershell+ADL in ubuntu, Export-AzDataLakeStoreItem will hang if source file or folder doesn't exists. It happens when:
pwsh -f script.file
pwsh -Command "Export-AzDataLakeStoreItem ..."
Screen printed error message saying file doesn't exist, but after it, program hangs there forever. Even ctr+c can't kill it. I used ctr+z to put it in the background, then kill it by "kill %n".
Hovever, when using interactive shell mode, no such problem.
Same for operation "Import-AzDataLakeStoreItem".
Steps to reproduce
Environment data
Module versions
PowerShell 7.1.0
Debug output
Error output
See above.