-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow creating a new Cluster with alive and down nodes #5
Comments
do you plan to fix this ? |
Yes, there will be fix soon |
any news ?=) |
Upon deep inspection I can assume that this is a problem with As I can see there is no problem with partially available cluster in Can you provide a bit more context to problem, a reproducer may be? |
Please read this comment, it may help you to fix the issue. |
Scenario:
hasql.NewCluster
with three nodes. One node is unreachable ("context deadline exceeded").Cluster.WaitFor*
return an error.Cluster.Alive
,Cluster.Primary*
andCluster.Standby*
return nil.Expected: Being able to create a cluster which includes unreachable nodes and still be able to query the alive nodes.
The text was updated successfully, but these errors were encountered: