[MCOL-1555] Add a build using TSAN into CI Created: 2018-07-11  Updated: 2021-07-08  Resolved: 2021-07-08

Status: Closed
Project: MariaDB ColumnStore
Component/s: N/A
Affects Version/s: None
Fix Version/s: N/A, 1.4.5

Type: Task Priority: Minor
Reporter: Andrew Hutchings (Inactive) Assignee: Unassigned
Resolution: Won't Do Votes: 1
Labels: None

Issue Links:
PartOf
is part of MCOL-4343 umbrella for tech debt issues Open

 Description   

A quick run of TSAN has picked up a number of issues, especially in aggregate code.

For example it appears there is an assumption that 'volatile' means a variable is atomic when it doesn't in C++ (it kinda does in Java). This could cause some counters to be inaccurate. In this instance either stdlib or boost atomics should be used.

We should run TSAN and fix the issues. This will mean using a modern OS such as Ubuntu 18.04. Kernel memory mapping issues in older Linux OSes prevent compiling.


Generated at Thu Feb 08 02:29:38 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.