-
Notifications
You must be signed in to change notification settings - Fork 100
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
Automatic multi mapping not properly mapping on 3.3.3 update #308
Comments
Thanks for reporting this. |
Are your ID's actually |
Not always, these were some examples but they are also usually generated via |
I can't reproduce the issue with actual generated GUID's (eg |
From 3.3.2 to 3.3.3, we noticed that some queries became flaky and started failing, at some times where it seemed random.
We are mostly using queries similar to:
We noticed that sometimes, it would wrongly map element tags to an element.
It would return this:
Rather than returning tags according to their ElementKeyIds:
However, looking at the logs from Dommel, It would actually print out the proper query in the logs:
It is very flaky, sometimes it will work, sometimes not. So I'm not sure if it's related to how it works with the cache key, but this actually blocks the upgrade. There is no issue on 3.3.2
The text was updated successfully, but these errors were encountered: