Dmitry Kropachev
Dmitry Kropachev
@cezarmoise , please next time include whole stack trace, not just peace of it: ``` sdcm.nemesis.SisyphusMonkey: Unhandled exception in method sdcm.nemesis.SisyphusMonkey: Unhandled exception in method Traceback (most recent call last):...
Probably clue is here: ``` < t:2025-12-09 00:59:10,844 f:cluster.py l:3723 c:cassandra.cluster p:DEBUG > Connecting to cluster, contact points: ['10.4.3.157', '10.4.1.31', '10.4.3.24', '10.4.1.3', '10.4.2.116', '10.4.1.84']; protocol version: 3 < t:2025-12-09 00:59:10,844...
It should be fixed by https://github.com/scylladb/python-driver/pull/623, new version is not yet released
So, basically there are two cases: 1. When it is run on control connection, in which case we can wait till control connection is reconnected, the problem there is if...
closed in favor of https://github.com/scylladb/python-driver/pull/657
closed in favor of https://github.com/scylladb/python-driver/pull/657
@Lorak-mmk , could you please take a look at it
Strange thing is that I somehow getting it installed when I do `uv sync` but when I do: `uv tree | grep greplin` or `uv tree --dev | grep greplin`...
it should be fixed by https://github.com/scylladb/python-driver-matrix/pull/101
The following is happening: 1. Force close connection by some reason 2. In parallel to that other parts of the driver either read from the connection or write to it,...