Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Before IGNITE-18397 all data, that has been processed by Meta Storage Watches, was automatically persisted in the Vault. In IGNITE-18397 this feature was removed, which breaks the expected design. This feature should be re-implemented with the following guarantees:
- Only keys that match any of the registered watches should be saved to the Vault;
- Data should be saved to the Vault atomically in a single batch along with the applied revision;
- If any of the Watch Listeners throws an exception, then no data should be saved.
Attachments
Issue Links
- links to