Alex Lourie
Alex Lourie
@Zariel yes, I think it would be better. We can keep a note/label here maybe for the future API change to incorporate this?
@beltran I'm not completely sure that's right. I've built the [following test](https://github.com/gocql/gocql/compare/master...alourie:1186?expand=1) to simulate the scenario; the test creates the table with column of type `int`, inserts a value of...
@beltran ok, now it's really weird. I'm using your test exactly, just with a different way to initiate the cluster - not creating the cluster object, just all the code...
@gengjun123 I don't see currently that we need to fix anything. I'll close this ticket tomorrow unless you think there's anything else we could've missed. Thanks!
@Zariel we can, I even tried to completely drop it, but it doesn't solve this problem.
@jacobgreenleaf we have the `DataCentreHostFilter` call which returns a HostFilter which filters by a specific DataCentre. Would it help if we expanded it (or added a new function) to support...
@bLuka hey there Would you mind elaborating a bit more on your use case? I just tried simple C* node with a simple table with a `date` field; simple fetching...
@bLuka the ProtoVersion is detected automatically by using the highest one (4 atm) to connect to one of the nodes, and if that fails with `ProtocolError` it interprets the error...
@bLuka What do you set for cluster nodes? It may be a result of having 3 IPs that the driver needs to scan...and only succeeding with the 3rd attempt (the...
@bLuka it is strange indeed. The moment it connects, it negotiates the protocol version. So by virtue of reporting that it has connected, it should be getting the protocol. I'll...