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

Timeout errors when committing Image Store Uploads. #1520

Open
TThat17 opened this issue Jan 20, 2025 · 0 comments
Open

Timeout errors when committing Image Store Uploads. #1520

TThat17 opened this issue Jan 20, 2025 · 0 comments

Comments

@TThat17
Copy link

TThat17 commented Jan 20, 2025

We've used this project to simplify the installation of service fabric packages in various stand-alone environments for us and our clients. We recently upgraded some Service Fabric environments from 9.1.1833.9590 to 10.1.2338.9590. Something in Service Fabric slowed down considerably when uploading and committing packages to the image store. We started receiving timeout errors uploading small packages - let alone the packages that are multiple gigs. I'm not expecting this group to resolve the slow-down in service fabric. I forked the code and found that the error was happening in UploadAllChunksAsync when calling this.httpClient.ImageStore.CommitImageStoreUploadSessionAsync. Since we know our packages can be large, we include a high 'serverTimeout' value in our calls to upload packages. However, the Commit stage is failing with Timeout errors. I'm sorry I don't have the screen-shot anymore. I believe if it was to honor the serverTimeout property the issue would be resolved. I'll create a fork and suggest an edit in case anyone else in the community is having this issue.

We are running in a Windows environment.

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

1 participant