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
`set_keyspace_blocking` is called from places holding
a lock, and in case that the connection is closed from
the server side, it might hang forever.
using the `connect_timeout` on it to make sure it
won't hang forever.
Ref: https://github.com/scylladb/scylladb/issues/15661
0 commit comments