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

Pool requires all endpoints to be up #358

Closed
alexvanin opened this issue Nov 2, 2022 · 0 comments · Fixed by #359
Closed

Pool requires all endpoints to be up #358

alexvanin opened this issue Nov 2, 2022 · 0 comments · Fixed by #359
Assignees
Labels
bug Something isn't working pool Issue related to the pool U4 Nothing urgent

Comments

@alexvanin
Copy link
Contributor

alexvanin commented Nov 2, 2022

I tried to start S3 gateway with pool of 2 nodes, where one node is down.

peers:                                                                                                                                                                                              
  0:                                                                                                                                                                                                
    address: s01.neofs.devenv:8080 # <- This node is down                                                                                                            
  1:      
    address: s02.neofs.devenv:8080

S3 gateway didn't start. Don't think it is expected behavior for the pool during initialization.

fatal   s3-gw/app.go:271        failed to dial connection pool  {"error": "client dial: open gRPC connection: gRPC dial: context deadline exceeded"}
main.getPool
        github.com/nspcc-dev/neofs-s3-gw/cmd/s3-gw/app.go:271
main.newApp
        github.com/nspcc-dev/neofs-s3-gw/cmd/s3-gw/app.go:90
main.main
        github.com/nspcc-dev/neofs-s3-gw/cmd/s3-gw/main.go:15
runtime.main
        runtime/proc.go:250
@alexchetaev alexchetaev removed the 2022Q4 label Nov 2, 2022
@alexchetaev alexchetaev added U4 Nothing urgent and removed U2 Seriously planned labels Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pool Issue related to the pool U4 Nothing urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants