Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit concurrency in OLAP mode #14581

Open
systay opened this issue Nov 22, 2023 · 0 comments
Open

Audit concurrency in OLAP mode #14581

systay opened this issue Nov 22, 2023 · 0 comments

Comments

@systay
Copy link
Collaborator

systay commented Nov 22, 2023

We have recently found two different issues coming from TryStreamExecute on engine primitives not being concurrently safe.

We have to go over all the engine primitives and make sure that they are properly protected against bad concurrent use. One good way of doing this is to make sure to write unit test for all engine primitives and then run these with race detection enabled.

#14435 fixes one of these issues, and we recently found the same kind of problem on the memory_sort.go

@systay systay changed the title Check concurrency in OLAP mode Audit concurrency in OLAP mode Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant