Description
In order to implement correct failover in Sentry HA sentry needs to keep the latest processed notification sequence ID from the notification log in a persistent storage. Otherwise the new master doesn't know what events were processed and what were not.
To do it, we need to add the notification id in path delta update table, to identify for each delta path update, its corresponding notification event. Thus, the latest processed notification sequence ID is stored with the latest path update table.
Attachments
Attachments
Issue Links
- is required by
-
SENTRY-1617 Fetch Hive Paths point-in-time full snapshot during Sentry startup
- Resolved