scylladb / scylla-bench

42 stars 34 forks source link

Bump up gocql version, do not share policy between sessions #128

Closed sylwiaszunejko closed 1 year ago

sylwiaszunejko commented 1 year ago

In the latest version of gocql sharing token aware host selection policy between sessions is no longer supported.

After this change whole logic is done in one session so this is not a problem anymore.

I also removed explicitly setting the keyspace as it was necessary due to the bug that has been fixed.