-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
ConcurrencyException raised by ContentDefinitionManager #16214
Comments
How is this different from #15989? |
The difference between the two is mainly in the trigger time and the version of OC used. |
So this has nothing to do with search or Elasticsearch, right? |
For now, yes. 😅 |
I see, OK then! |
Please update this PR's name, or even better close it and create a new one if the current code still needs to be changed. |
Updated #16212 |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
1 similar comment
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
Duplicate of #16248 |
OC version : v2.0.latest
The same problem occurs when executing an installed recipe, I applied this PR in my own repository:
A similar problem occurs when executing a tenant-installed recipe,
In my installation recipe, there are several modules similar to
EasyOC.Amis
that contain migration recipes, which automatically create someContentType
After applying this PR sebastienros/yessql#568, you can see from the logs that the error message comes from
ContentDefinitionRecord
.Strangely enough this issue is not reproducible in unit tests, it only occurs when performing tenant initialisation from the page
Originally posted by @hyzx86 in #15989 (comment)
The text was updated successfully, but these errors were encountered: