We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
KirillovDenis
Successfully merging a pull request may close this issue.
I tried to start S3 gateway with pool of 2 nodes, where one node is down.
S3 gateway didn't start. Don't think it is expected behavior for the pool during initialization.
The text was updated successfully, but these errors were encountered: