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

Decouple schema fetch queries timeouts from server side timeouts

Open dkropachev opened this issue 1 year ago • 3 comments

Scylla have an ability to override server timeout by appending USING TIMEOUT <timeout>ms to the query Make driver add USING TIMEOUT <control_connection_timeout*1000>ms for scylla connections

Closes #320

dkropachev avatar Aug 08 '24 20:08 dkropachev

@dkropachev what's the status of this PR?

roydahan avatar Sep 16 '24 11:09 roydahan

@dkropachev what's the status of this PR?

I have postponed working on this PR due to the higher priority tasks on my side and @Lorak-mmk being focused on rust driver. This week I will address comments.

dkropachev avatar Sep 16 '24 11:09 dkropachev

@dkropachev let's try to merge this by the end of quarter if possible.

roydahan avatar Sep 23 '24 11:09 roydahan

aarch64 tests failing on test_multi_timer_validation, this test is known to be flaky on this architecture.

dkropachev avatar Sep 30 '24 11:09 dkropachev