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

Fixed concurrent user registration #6703

Merged
merged 1 commit into from
Oct 12, 2017
Merged

Fixed concurrent user registration #6703

merged 1 commit into from
Oct 12, 2017

Conversation

skabashnyuk
Copy link
Contributor

What does this PR do?

Fixes a problem then we have multiple simultaneous requests with a new user at the same time.
Used double check locking technic to make sure we are not blocking read operations and make sure write operation is safe.

What issues does this PR fix or reference?

Fixes #6693

n/a

Release Notes

n/a

Docs PR

@skabashnyuk skabashnyuk added kind/bug Outline of a bug - must adhere to the bug report template. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. labels Oct 12, 2017
@skabashnyuk skabashnyuk added this to the 5.19.0 milestone Oct 12, 2017
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
@skabashnyuk skabashnyuk merged commit 14061f5 into master Oct 12, 2017
@skabashnyuk skabashnyuk deleted the fixregistration branch October 12, 2017 12:57
@benoitf benoitf removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Oct 12, 2017
@codenvy-ci
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Multiuser] After registration user is redirected to the not working Dashboard
6 participants