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
a set operation will create a session, but don't close it. so many set operations will exhaust the system resources. in my system it is 9410 open sessions.
Unable connect to DB Keyspacegocql: unable to create session: unable to discover protocol version: dial tcp 10.32.0.52:9042: connect: cannot assign requested address
You can confirm by checking netstat, many time_wait sessions
The text was updated successfully, but these errors were encountered:
a set operation will create a session, but don't close it. so many set operations will exhaust the system resources. in my system it is 9410 open sessions.
Unable connect to DB Keyspacegocql: unable to create session: unable to discover protocol version: dial tcp 10.32.0.52:9042: connect: cannot assign requested address
You can confirm by checking netstat, many time_wait sessions
The text was updated successfully, but these errors were encountered: