You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During my usage, there was an issue where the request got stuck, and the server did not respond.
I used jstack to check the thread status of the service and found many threads in the BLOCKED state. I’m not sure what caused it, I was simply performing the user login action.
The version of CloudBeaver is 24.2.2. jstack.txt
The text was updated successfully, but these errors were encountered:
Hi @LonwoLonwo
I found that when authLogin and "DBeaver: CloudBeaver events job" are processed at the same time. The two threads block while waiting for each other to release the lock.
During my usage, there was an issue where the request got stuck, and the server did not respond.
I used jstack to check the thread status of the service and found many threads in the BLOCKED state. I’m not sure what caused it, I was simply performing the user login action.
The version of CloudBeaver is 24.2.2.
jstack.txt
The text was updated successfully, but these errors were encountered: