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
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
We just ran into an issue during a C* meaintenence, when selecting from system.peers resulted some null values in DC and rack columns, which caused Cluster.GetNodeFromDataReader to return null, which caused NullReferenceException in Cluster.InDiscoveryScope(), so finally CqlConnection.Open() failed. I suggest to add the following check to Cluster.InDiscoveryScope()
Hi,
We just ran into an issue during a C* meaintenence, when selecting from system.peers resulted some null values in DC and rack columns, which caused Cluster.GetNodeFromDataReader to return null, which caused NullReferenceException in Cluster.InDiscoveryScope(), so finally CqlConnection.Open() failed. I suggest to add the following check to Cluster.InDiscoveryScope()
Thank you.
The text was updated successfully, but these errors were encountered: