-
Notifications
You must be signed in to change notification settings - Fork 729
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: Avoid processing value change event due writing back of converted value #12360
Conversation
…d value This is both a optimization by skipping duplicate validation round and avoids ConcurrentModificationExpectation being thrown certain corner cases.
Such a simple solution for such a huge issue. Thanks! You made my day by fixing it so fast! Thanks again! |
Our releases team has already left for the weekend so can't confirm the schedule yet, but the fix is already in 8.14-SNAPSHOT. |
…d value (#12360) This is both a optimization by skipping duplicate validation round and avoids ConcurrentModificationExpectation being thrown certain corner cases.
(#12360) This is both a optimization by skipping duplicate validation round and avoids ConcurrentModificationExpectation being thrown certain corner cases.
There are some other releases that we need to get out first, but currently looks like 8.13.3 could happen towards the end of the week if everything goes well. |
…2367) (#12360) This is both a optimization by skipping duplicate validation round and avoids ConcurrentModificationExpectation being thrown certain corner cases. Co-authored-by: Tatu Lund <[email protected]>
This is both a optimization by skipping duplicate validation round and avoids ConcurrentModificationExpectation being thrown certain corner cases.
Fixes: #12356