You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran into an issue when using the SniffingConnectionPool and having a node in the cluster with http disabled. This gives an exception saying "Failed sniffing cluster state". Looking at the inner exception it turns out that the actual error occurs in ParseToUri() in SniffResponse which executes a regex getting an empty httpAddress passed in.
The issue does not occur when stopping non-http nodes or when using the StaticConnectionPool and explicitly specify the nodes.