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

fix #1353: add synchronization to make sorting visible to other threads #1354

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

lfcnassif
Copy link
Member

Fix #1353:

Adds an explicit synchronization to make parallel sorting changes visible to non calling threads.

@patrickdalla please test this on your Linux machine so we can be sure it is definitely fixed.

@lfcnassif
Copy link
Member Author

lfcnassif commented Oct 4, 2022

I'll merge this now to put into 4.0.5, but I would appreciate a lot a last test on Linux OS.

@lfcnassif lfcnassif merged commit 7e22ac5 into master Oct 4, 2022
@lfcnassif lfcnassif deleted the #1353_fix branch October 4, 2022 19:15
@patrickdalla
Copy link
Collaborator

Good morning. The changes done passed the tests on the same case that was evidencing the bug on my linux install. Good work.

@lfcnassif
Copy link
Member Author

Thanks for testing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table column parallel sorting may not be visible to other threads.
2 participants