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

Question:Possibility of deadlock in "Database ServiceImpl" #1360

Open
arjun12102019 opened this issue May 4, 2024 · 0 comments
Open

Question:Possibility of deadlock in "Database ServiceImpl" #1360

arjun12102019 opened this issue May 4, 2024 · 0 comments
Labels
question Further information is requested

Comments

@arjun12102019
Copy link

arjun12102019 commented May 4, 2024

If an exception occurs while setting the schema in the method "queryDatabaseSchema", countDown() will not be called for that thread, resulting in a deadlock situation at "countDownLatch.await()"
image

and observed a minor readability issue using the full package name of "StringUtils" in "EasyStringUtils"

image

Please confirm my understanding of the deadlock situation so I can make changes and raise the PR.

@miahemu miahemu changed the title “Database ServiceImpl”中发生死锁的可能性 Possibility of deadlock in "Database ServiceImpl" May 7, 2024
@miahemu miahemu changed the title Possibility of deadlock in "Database ServiceImpl" Question:Possibility of deadlock in "Database ServiceImpl" May 13, 2024
@miahemu miahemu added the question Further information is requested label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants