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 with different number of arguments (backport to 3.0) #2263

Merged

Conversation

igormukhin
Copy link
Contributor

The bug is described in the issue #2136.

TestArgumentListFunctionExpressionConcurrency.java - adds tests that reproduce the bug.
ExpressionOperator.java - fixes getArgumentIndices by disabling the caching of the dynamically created argument indexes.

…different number of arguments (backport to 3.0)

The bug is described in the issue eclipse-ee4j#2136.

TestArgumentListFunctionExpressionConcurrency.java - adds tests that reproduce the bug.
ExpressionOperator.java - fixes getArgumentIndices by disabling the caching of the dynamically created argument indexes.
@Igor-Mukhin Igor-Mukhin force-pushed the 3.0-2136-fix-coalesce-in-threads branch from dc14eaf to ea060fb Compare September 12, 2024 13:09
@igormukhin igormukhin marked this pull request as draft September 12, 2024 16:09
@igormukhin igormukhin marked this pull request as ready for review September 13, 2024 13:01
@rfelcman rfelcman merged commit 5881d7e into eclipse-ee4j:3.0 Sep 16, 2024
3 checks passed
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

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