Skip to content

[IMP] #51 select for update on inputs avatars while creating operations #52

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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

petrus-v
Copy link

@petrus-v petrus-v commented Mar 9, 2022

petrus-v added 8 commits July 2, 2021 09:45
…perations

Issue was at least true while creating operation on the fly
(I think this could happen also in case of preparing operations)
If two concurrent request concurrently try to unpack the same
physobj this is resulting in two unpacked operation from the
same PhysObj which is making extrat duplicated PhysObj.

This also impact other operations as well for instance
in assembly if two request try to consume same physobj concurrently
as before this commit (using done at creation) whould result
in 2 physobj created from the same physobj
@petrus-v
Copy link
Author

petrus-v commented Apr 6, 2022

tips ! in production server don't forget to set the right isolation level in your app.cfg likes isolation_level=REPEATABLE_READ

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.

1 participant