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
This causes long running DB queries to timeout all other similar calls, with ThreadDeath
We need to improve this syncronization to handle at the DB level, as the syncronization does not help on cluster/multi-node scenario.
The text was updated successfully, but these errors were encountered:
Description:
There is a syncronized block in AbstractAuthorizationGrantHandler
This causes long running DB queries to timeout all other similar calls, with ThreadDeath
We need to improve this syncronization to handle at the DB level, as the syncronization does not help on cluster/multi-node scenario.
The text was updated successfully, but these errors were encountered: