python-driver icon indicating copy to clipboard operation
python-driver copied to clipboard

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra

Results 152 python-driver issues
Sort by recently updated
recently updated
newest added

### Problem Hi, I have a question about the usage of UDTs. I was getting `

question

to speed up the boot sequence of scylla nodes we are using `skip_wait_for_gossip_to_settle=0` same as we are using for quite a while in dtest on almost all tests also introduced...

Every time a connection is attempted and fails with `AuthenticationFailed`, the memory used by the process increases. For example, running this code: ```python from cassandra.cluster import Cluster keyspace = "kkkk"...

bug

In Python `datetime.datetime` type year has to be in range [MINYEAR, MAXYEAR]. This range is not the same as possible timestamps in scylla. Previously if timestamp was outside this range...

Currently the python driver is frivolously failing network requests if for whatever reason there is no connection to the cluster. or the socket is dead. However, there may be many...

enhancement

We boot 2 Scylla nodes concurrently into existing cluster. Python driver obtains two `on_add` notifications, one for each node. Each notification calls `add_or_renew_pool`, which creates connection pool to each node....

bug
CI-Stability

Hello Team, I have a prospect who asked me about Async Queries while using Object Mapper, I asked on Slack and @avelanarius mentioned that is not supported. https://python-driver.docs.scylladb.com/stable/cqlengine/models.html# Could we...

enhancement

during adding the support to python3.12 we took a call to fallback to asyncio once asyncore isn't available. seems like doing so, we are running into issues that we didn't...

blocker

Per https://github.com/scylladb/python-driver-matrix/pull/80 it looks like new [pytest changes](https://github.com/pytest-dev/pytest/releases/tag/8.0.0rc1) are breaking integration tests on driver matrix for driver matrix - we might want to consider locking version here to 7.4.4.

bug
CI-Stability

As reported in scylladb/scylladb#17616, when a user calls `Cluster`'s `refresh_nodes()` while the control connection is down, `refresh_nodes()` will fail with an exception: ``` cassandra.DriverException: Node list was not refreshed. See...

bug
upstream-issue