go-hasql
go-hasql copied to clipboard
Allow creating a new Cluster with alive and down nodes
Scenario:
- I call
hasql.NewClusterwith three nodes. One node is unreachable ("context deadline exceeded"). - All further calls to
Cluster.WaitFor*return an error. - Calls to
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.
do you plan to fix this ?
Yes, there will be fix soon