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

fixes coalesce and case operators in multithreaded environments (bug #2136) #2168

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

igormukhin
Copy link
Contributor

@igormukhin igormukhin commented Jun 12, 2024

The bug is described in the issue #2136

TestArgumentListFunctionExpressionConcurrency.java - adds tests that reproduce the bug.
ExpressionOperator.java - printCollection method is modified so it does not modify the shared argumentIndexes field.
ArgumentListFunctionExpression.java - previous "workarounds" are removed

@igormukhin igormukhin marked this pull request as draft June 12, 2024 12:03
@igormukhin igormukhin marked this pull request as ready for review June 12, 2024 12:49
@igormukhin
Copy link
Contributor Author

@rfelcman Radek, sorry for tagging you but I would like move ahead with this PR. This change fixes a severe bug for coalesce function which was reported by multiple people. Can we get it merged somehow? If so, I would also prepare fixes for other versions.

Copy link
Contributor

@rfelcman rfelcman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rfelcman rfelcman merged commit ea091f7 into eclipse-ee4j:2.7 Sep 5, 2024
5 of 6 checks passed
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.

3 participants