-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1837: Fixed TSAN issue in Partition Aware Policy for C++ Cassandra d…
…river. Summary: The TSAN issue is fixed in the latest 2.9.0-yb-8 C++ Cassandra driver. Fixed data race on 'session' pointer in the base policy class: yugabyte/cassandra-cpp-driver@88a0837e43a58c7 Fixed data race in the updating Partitions list timer: yugabyte/cassandra-cpp-driver@bccc76e 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/D9134
- Loading branch information
1 parent
c7afa6e
commit d3fb51a
Showing
5 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20200707012818-49ca690c1f/yugabyte-db-thirdparty-v20200707012818-49ca690c1f-centos.tar.gz | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20200829090443-f431681041/yugabyte-db-thirdparty-v20200829090443-f431681041-centos.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20200707012649-49ca690c1f/yugabyte-db-thirdparty-v20200707012649-49ca690c1f-macos.tar.gz | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20200829090320-f431681041/yugabyte-db-thirdparty-v20200829090320-f431681041-macos.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20200709004310-33ee9c909c/yugabyte-db-thirdparty-v20200709004310-33ee9c909c-ubuntu.tar.gz | ||
https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20200829090458-f431681041/yugabyte-db-thirdparty-v20200829090458-f431681041-ubuntu.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule thirdparty
updated
4 files
+1 −1 | .circleci/config.yml | |
+1 −1 | build_definitions/cassandra_cpp_driver.py | |
+1 −1 | thirdparty_src_checksums.txt | |
+1 −1 | yb_build_thirdparty_main.py |