Suhail Patel

Results 5 issues of Suhail Patel

When doing a `Clone` operation and overwriting a tag, the tag is not correctly overwritten. This is because we are doing a `range` over the client tags and overwriting a...

Throughout gocql, this connection is mapped to the ConnectAddress which translates to an IP. It is expected that a connection created this far down the stack should be specific to...

We don't want to be stuck on older versions for CI

If you pass a pointer to an address that is nil, we do some allocation. Right now this happens at the top of the function so we didn't have to...

Depending on the policy, it may keep picking the same node constantly until marked so it's worth marking nodes that are not up so SelectedHost interface implementations are aware of...