Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checking if tablets should be used in scyllaConnPicker Pick
Previously the check was always based on p.conns[0], but there is a posibility that it is nil and it should be checked. The check should be based on not nil connection This commit introduces searching for first not nil connection and checking tablet-awareness based on this connection.
- Loading branch information