Description
The changes to SENTRY-1422 and SENTRY-1512 changed the semantics of several API calls:
- hasAnyServerPrivileges
- getMSentryPrivileges
- getMSentryPrivilegesByAuth
- getRoleNamesForGroups
- retrieveFullPrivilegeImage
- retrieveFullRoleImage
- retrieveFullPathsImage
- getAllRoleNames
Previously they were not marked as throwing Exception, but they still could do it. With the change they now ignore exceptions and just log them which may not be the right thing to do.
Instead they should be marked as throwing exceptions which has consequence for broader APIs which should be marked as well.
Attachments
Attachments
Issue Links
- relates to
-
SENTRY-1422 JDO deadlocks while processing grant while a background thread processes Notificationlogs
- Resolved
-
SENTRY-1512 Refactor the database transaction management
- Resolved
- links to