Hi Robert,
yes, I believe that the default port number for Scylla's python
driver is 9042, so in order to use the new way of establishing
shard-aware connections based on client point numbers you should
explicitly connnect to your-endpoint:19042. The original 9042 port
does not balance new connections based on client point numbers, so
the old shard-awareness mechanism will be used instead (creating a
bunch of connections until all shards are covered, then dropping
the excess ones).
--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/f863706e-505d-471b-8fd3-4e5b7f297a3fn%40googlegroups.com.