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

Misconfigured connection to s3 can cause hangs #748

Open
bio-boris opened this issue Feb 13, 2025 · 0 comments
Open

Misconfigured connection to s3 can cause hangs #748

bio-boris opened this issue Feb 13, 2025 · 0 comments

Comments

@bio-boris
Copy link
Contributor

A correct workspace server startup ends with

[1] [-] [-] [-] [-] [-]: Temporary file location: ws_temp_dir

[1] [-] [-] [-] [-] [-]: Initialized S3 backend

 [-] [-] [-] [-] [-]: Started workspace server instance 1. Free mem: 2450303608 Total mem: 2550136832, Max mem: 32178700288

However, it can get stuck and not progress past

[1] [-] [-] [-] [-] [-]: Temporary file location: ws_temp_dir

The server hangs while attempting to establish a connection to s3. I'm not sure if its through the object store or through its direct connection to s3. Adding debugging statements in #747 helped me figure out that this is issue

This issue might be caused by a combination of

  • incorrect s3 url configuration
  • incorrect permissions on the credentials used (e.g. no proper ACLs added to the specific users)
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