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

Deadlock when using not initialized security database #7067

Closed
AlexPeshkoff opened this issue Dec 14, 2021 · 0 comments
Closed

Deadlock when using not initialized security database #7067

AlexPeshkoff opened this issue Dec 14, 2021 · 0 comments

Comments

@AlexPeshkoff
Copy link
Member

When 2 clients almost immediately try to attach to server in a cache of SecDB attaches takes place classic deadlock - 2 threads hold 2 mutexes and each tries to lock another one. Sooner of all same error may happen for all other errors when initializing lookup for users in security database but I noticed a bug and was able to reproduce it with not initialized security database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment