We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f2a4e commit 37cc21fCopy full SHA for 37cc21f
1 file changed
benchmarks/base.py
@@ -61,7 +61,7 @@
61
def setup(hosts):
62
log.info("Using 'cassandra' package from %s", cassandra.__path__)
63
64
- cluster = Cluster(hosts)
+ cluster = Cluster(hosts, protocol_version=1)
65
cluster.set_core_connections_per_host(HostDistance.LOCAL, 1)
66
try:
67
session = cluster.connect()
@@ -89,7 +89,7 @@ def setup(hosts):
89
90
91
def teardown(hosts):
92
93
94
95
session.execute("DROP KEYSPACE " + KEYSPACE)
0 commit comments