Description
To persist single permission change, it needs to combine multiple things in a single transaction:
- Doing the actual operation (priv change)
- Updating notification ID.
It is important to do this in a single transaction to guarantee that notificationID handling is atomic. Current code structure doesn't allow for that.
So we need to pass extra transaction code to SentryStore functions or figure out a generic way to do this.
Attachments
Attachments
Issue Links
- blocks
-
SENTRY-1539 HMS Follower should store arriving HMS notifications
- Resolved
- is required by
-
SENTRY-1608 Converting Sentry to a stateless service
- Resolved
- relates to
-
SENTRY-1511 HDFS Sync change for handling persisted Sentry delta or full updates
- Resolved
- links to