Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ScyllaShardAwareDialer as a default dialer
PR #98 introduced a regression which changed default dialer to bare net.Dialer, instead of wrapped one with ScyllaShardAwareDialer. This resulted in dialer not being able to set local address which are required for correct shard assignment. Even though we have an integration test for that, test environment has only 2 shards, so it's possible that random port assignment passes it.
- Loading branch information