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

[Known Issue] ContainerNotFound error code returned when generating downloadable links #44

Closed
yunjchoi opened this issue Sep 29, 2020 · 1 comment
Assignees

Comments

@yunjchoi
Copy link
Contributor

Due to a limitation in the underlying tool, AKS Periscope, you may occasionally encounter an error message similar to below when you click on the Generate Link Button for the first time.

Error generating downloadable link: RestError: <?xml version="1.0" encoding="utf-8"?><Error><Code>ContainerNotFound</Code><Message>The specified container does not exist. RequestId:ec6f38a9-001e-008b-471e-9638f2000000 Time:2020-09-29T05:07:07.3726564Z</Message></Error>

This is due to AKS Periscope not handling the storage API latency and is captured here: Azure/aks-periscope#30. Future enhancements are planned to address this issue in the tool. Also, you can refer to this PR for further details on tool level challenges: #33

Current workaround is to retry by clicking the Generate Link Button again after waiting for ~5 minutes. You will see the downloadable and shareable links for the collected logs.

@yunjchoi yunjchoi changed the title [Known Issue] Error generating downloadable link with ContainerNotFound error code [Known Issue] ContainerNotFound error code returned when generating downloadable links Sep 29, 2020
@Tatsinnit Tatsinnit self-assigned this Sep 29, 2020
@Tatsinnit
Copy link
Member

💡 Thanks for this and since this issue is open for a while, I think I will close it as it since real issue is with how azblob upload function behave which is used in periscope tool. Prima facie, the upload function in blob does 256 mb data at once and it is non asynchronous funct so no await et. Al.

read comments just above the upload code.

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-go?tabs=linux#upload-blobs-to-the-container

I will close this for now in case of anything specific we can reopen this.

Thank you so much 🙏☕️

hsubramanianaks added a commit that referenced this issue Jul 25, 2024
tejhan pushed a commit to tejhan/vscode-aks-tools that referenced this issue Dec 4, 2024
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

No branches or pull requests

2 participants