Artsiom Mishuta
Artsiom Mishuta
> With raft-topology feature issue ws not reproduced. for 5.4 this job was not triggered. cc @roydahan
REMINDER: remove issues related test disabling from https://github.com/scylladb/scylla-dtest/pull/3836 when issue closed
looks like there is 2nd event loop creates that does not make sense. python 3.11 also has this check ``` def _check_running(self): if self.is_running(): raise RuntimeError('This event loop is already...
investigations results: there is only 1 run_forever function in all Scylla organization: https://github.com/scylladb/python-driver/blob/8138dca6427176a4eccb6b872769b16e31769ad7/cassandra/io/asyncioreactor.py#L127 and the name is the same as in issue "asyncio_thread" there is a reproducer of issue: ```...
@Lorak-mmk I've created PR https://github.com/scylladb/python-driver/pull/311
@tchaikov could you please provide the test that you run? because error that @xtrey provided connected with aiohttp not a driver
@tchaikov Thank you please also check https://github.com/scylladb/scylladb/pull/17760 - this is the possible solution for you. it fixes aiohttp problem
@tchaikov, your error is a Driver issue https://github.com/scylladb/python-driver/issues/312. but after that, you will be rich aiohttp problem that is fixed here https://github.com/scylladb/scylladb/pull/17760. I ran tests within the toolchain but with...
UPD https://github.com/scylladb/scylladb/pull/17760 merged
> @tchaikov, your error is a Driver issue [scylladb/python-driver#312](https://github.com/scylladb/python-driver/issues/312). but after that, you will be rich aiohttp problem that is fixed here #17760. I ran tests within the toolchain but...