-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
69747: workload: synchronise concurrent access to preparedStatements map r=[otan,tbg,erikgrinaker] a=stevendanna After 60dd572, the TPCC workload started to fail with ``` fatal error: concurrent map writes ``` because it attempts to start multiple sq runners using the same MultiConnPool. This fix allows for that by putting a mutex around the map accesses. Fixes #69758 Fixes #69757 Fixes #69755 Fixes #69751 Fixes #69750 Fixes #69749 Fixes #69748 Fixes #69745 Fixes #69744 Fixes #69743 Fixes #69742 Fixes #69741 Fixes #69740 Fixes #69739 Fixes #69738 Fixes #69735 Fixes #69734 Release justification: Fixes critical bug in TPCC workload. Release note: None Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
9 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
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
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