Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.4.0
-
None
-
None
Description
Some of the DB provider RPC handlers are not declared as synchronized. The thrift sync client doesn't handle concurrency very well and hence the handler methods needs to be synchronized. We still have a few like listPrivilegesForProvider() that is not.
Attachments
Attachments
Issue Links
- duplicates
-
SENTRY-893 Synchronize calls in SentryClient and create sentry client once per request in SimpleDBProvider
- Resolved