scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
74 stars 42 forks source link

Fix race condition in use keyspace #190

Closed Lorak-mmk closed 1 year ago

Lorak-mmk commented 1 year ago

This PR fixes a race condition in "USE keyspace" handling that was causing some connections to be used before the command was applied - which resulted in exceptions being thrown.

fruch commented 1 year ago

@Lorak-mmk @avelanarius

Seems like we need to pull back to older ubuntu image to get python2 https://github.com/actions/setup-python/issues/543