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 issue #9530 #9531

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

laurent-chriqui
Copy link

@laurent-chriqui laurent-chriqui commented Mar 6, 2023

We check that validation is still needed on base Entity (no modification on head entity) before performing validation. This allows for less unnecessary validations and fixes the concurrency problem with head cache validation that makes some base cache issues still visible even though they are fixed in head.

Fixes #9530

We check that validation is still needed on base Entity (no modification on head entity) before performing validation.
This allows for less unnecessary validations and fixes the concurrency problem with head cache validation that makes some base cache issues still visible even though they are fixed in head.
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.

BaseEntities can sometimes be validated after head entities leading to phantom issues
1 participant