Skip to content

Releases: yugabyte/cassandra-cpp-driver

Fixed [#11] Sending not needed 'USE <ks>' to new CQL hosts.

19 May 15:59
Compare
Choose a tag to compare

2.9.0-yb-10

26 Oct 14:02
Compare
Choose a tag to compare

Fix potential deadlock invoking Session::refresh_metadata_callback

Fixed several data races.

22 Oct 08:32
Compare
Choose a tag to compare
#1837: Fixed TSAN issues in C++ driver in PartitionAwarePolicy.

Summary:
Reworked updating of partitions in the metadata object for PartitionAwarePolicy:
 - the partitions updating timer (PeriodicTask) was moved from PartitionAwarePolicy into Session object. (Using Session's event loop.)
 - Instead of internal `ControlMultipleRequestCallback::execute_query` now using `Session::execute ` async API.

Test Plan: ybd tsan --cxx-test integration-tests_cassandra_cpp_driver-test --gtest_filter CppCassandraDriverTest.BatchWriteDuringSoftMemoryLimit

Reviewers: mikhail

Reviewed By: mikhail

Subscribers: yql

Differential Revision: https://phabricator.dev.yugabyte.com/D9241

2.9.0-yb-6

13 Nov 03:59
cfba65a
Compare
Choose a tag to compare

Add YB hash code to C interface