-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use cluster.Keyspace before connecting to the nodes #97
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, leave only "keyspace" part of the change.
For full workability we will need the unreleased version of gocql
with the following fix: scylladb/gocql#104
I'm not sure how scylladb/gocql#104 is related to should we advance the version or not, why wouldn't we ? if for testing specific fixes, we can build and test, i'm not following what do you mean here. |
At first, we will need the update after merge of the mentioned issue - it is for sure. |
do you have any evidence this specific issue, part of what holding the retries |
|
Seem what's described in apache/cassandra-gocql-driver#1621 might be affecting us, and making scylla-bench send unblanced traffic to scylla REF: apache/cassandra-gocql-driver#1621
498ab58
to
fc04f78
Compare
* Add possibility to configure retry policy scylladb#96 * use cluster.Keyspace before connecting to the nodes scylladb#97 Ref: scylladb/scylla-bench#96 Ref: scylladb/scylla-bench#97
* Add possibility to configure retry policy #96 * use cluster.Keyspace before connecting to the nodes #97 Ref: scylladb/scylla-bench#96 Ref: scylladb/scylla-bench#97
In the PR [1] that was merged recently we started using keyspace in the config object, but the code with it's creation gets run after it's usage. So, create the keyspace before it's usage to avoid failures on clusters which do not have when 'scylla-bench' gets used. [1] scylladb#97
In the PR [1] that was merged recently we started using keyspace in the config object, but the code with it's creation gets run after it's usage. So, create the keyspace before it's usage to avoid failures on clusters which do not have when 'scylla-bench' gets used. [1] scylladb#97
In the PR [1] that was merged recently we started using keyspace in the config object, but the code with it's creation gets run after it's usage. So, create the keyspace before it's usage to avoid failures on clusters which do not have when 'scylla-bench' gets used. [1] #97
Seem what's described in apache/cassandra-gocql-driver#1621 might be
affecting us, and making scylla-bench send unblanced
traffic to scylla
REF: apache/cassandra-gocql-driver#1621